*Jaggery 0.9.0 Alpha-3 Released* We are proud to announce the Jaggery 0.9.0-Alpha 3 release of Jaggeryjs<http://Jaggery.js> !
As we always state, "*Jaggery is an evolving story – as it reaches 1.0 we are by no means hallucinating that we have got everything right or that we are done. We encourage you to come join the party and help evolve Jaggery to really solve the problems it strives to solve.*" - http://jaggeryjs.org/about.jag *Download Jaggery* - You can download Jaggery from http://dist.wso2.org/products/jaggery/dl/jaggery-0.9.0-SNAPSHOT_ALPHA3.zip - Source Code at https://github.com/wso2/jaggery/ *Setting up Jaggery* 1. Extract jaggery-0.9.0-SNAPSHOT_ALPHA3.zip to a directory you prefer. lets call it JAGGERY_HOME 2. Navigate to JAGGERY_HOME/bin directory which contains all the Jaggery execution scripts. 3. Run sh JAGGERY_HOME/bin/server.sh (JAGGERY_HOME/bin/server.bat in windows) command to start the server *The "Hello World" Jaggery App* 1. Create a directory called helloapp at {JAGGERY_HOME}/apps/ 2. Create a jaggery file helloworld.jag inside the helloapp directory and add the following code snippet <% var name = 'Jaggery'; print("Hello " + name); %> 3. Now point to {http://localhost:9763/helloapp/helloworld.jag} *Fixes, improvements and new features of this release are recorded at github issue tracker<https://github.com/wso2/jaggery/issues?milestone=2&sort=created&state=closed> * *Reporting Problems* Issues can be reported at Github which is at https://github.com/wso2/jaggery/issues/new *Contact us* Jaggery Developers List: [email protected] <[email protected]> *-WSO2 Jaggery Development Team*
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
