Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Jaggery is developed on top of the component-based WSO2 Carbon platform, which is the award-winning enterprise run-time for application and Web service hosting. It consists of just the right set of components required for efficient functioning. As a result, Jaggery is lean and lightweight.
  • Because of its component-based architecture, Jaggery can be easily provisioned by plugging in additional component to it.
  • Jaggery is extremely agile and flexible. Most JavaScript application development mechanisms restrict developers to a framework-specific structure or pattern, demanding an additional learning curve. In contrast, Jaggery does not require adherence to a specific Web development standard or procedure. Users have the flexibility to write their scripts any way they want and simply execute on the Jaggery deployment engine without compilation or any kind of pre-processing. Development is as simple as writing your script and just dropping in to the Jaggery framework for auto-deployment. Jaggery smoothly and seamlessly decouples developers from the framework, allowing them to simply concentrate on the business logic.
  • Jaggery is also cloud-enabled, which will soon be available with WSO2 Stratos for public and private cloud deployments, allowing users Web development and deployment capability on the Cloud.
  • Jaggery talks smoothly in JSON. Clients can instantly send JSON information to the server and the application is capable of understanding the data format
  • Jaggery has embedded URL pattern recognition and pattern matching libraries. Being able to handle URL patterns is a useful feature in Web application and API development.
  • In-built capability to communicate with databases such as embedded H2, MySQL, Oracle etc.
  • Jaggery scripts can be executed through a shell, which assists debugging.
Info
titleInfo

For more information on Jaggery, a quick-start guide, samples and , documentation and a hands-on experience of this evolving product, refer go to http://jaggeryjs.org.

Deploying Jaggery Applications 
Anchor
DeployJaggery
DeployJaggery

...

1. Log on to the product's Management Console. Click "Add" under menu "Jaggery Applications ."Image Removed

2. The "Upload Jaggery Applications" page appears. Select your file and click "Upload."

...

Info

Instead of using the Management Console, you can manually place the .zip file in <PRODUCT_HOME>/repository/deployment/server/jaggeryapps and it will be deployed. Instead of creating a zip file, you can also add the resource files such as style sheets, images, java scripts etc. in the said location (preferably within a folder) along with the index.jag file. The files will be auto deployed.