Hi Yumani, On Wed, Feb 1, 2012 at 8:51 AM, Yumani Ranaweera <[email protected]> wrote:
> Hi, > > http://<host>:9763/samples/ is returning an HTTP 404 for me. Could you > please chck. Its samples/index.jss Regards, /Nuwan > > Thanks, > Yumani > > > > On Wed, Feb 1, 2012 at 8:47 AM, Samisa Abeysinghe <[email protected]> wrote: > >> Please use Jira discipline in https://wso2.org/jira/browse/JAGGERY >> >> 1. Release already done releases on versions tab >> 2. M2 which is already done has unresolved issues: >> https://wso2.org/jira/browse/JAGGERY/fixforversion/10520 This makes the >> road-map look messy. >> 3. Due to 2, the agile board looks broken too: >> https://wso2.org/jira/secure/TaskBoard.jspa?type=TB&selectedProjectId=10220&selectedBoardId=10520&start=0 >> >> If you need, I can help & show you how to deal with these. But I hope >> these are trivial. >> >> On Tue, Jan 31, 2012 at 10:01 PM, Nuwan Bandara <[email protected]> wrote: >> >>> Hi >>> >>> On Tue, Jan 31, 2012 at 9:09 PM, Sanjiva Weerawarana >>> <[email protected]>wrote: >>> >>>> Carbon probably :( ... >>> >>> >>> Yeah :(, and also there are about 20MB of jars duplicated. that will >>> also go away with Tomcat osgi-fication. >>> >>> This is the minimal carbon server we can obtain as of now. >>> >>> Regards, >>> /Nuwan >>> >>> >>>> >>>> Once we refactor Carbon to have a true core this should go down >>>> significantly. Carbon base should become Equinox + Tomcat + a few bundles >>>> .. >>>> >>>> Sanjiva. >>>> >>>> On Tue, Jan 31, 2012 at 8:54 PM, Samisa Abeysinghe <[email protected]>wrote: >>>> >>>>> Downloading to try it out. But why is this 102MB? >>>>> >>>>> On Tue, Jan 31, 2012 at 7:29 PM, Nuwan Bandara <[email protected]> wrote: >>>>> >>>>>> *Introducing Jaggery* >>>>>> >>>>>> Jaggery is a framework to write webapps and HTTP-focused web services >>>>>> for all aspects of the application: front-end, communication, Server-side >>>>>> logic and persistence in pure Javascript. One of the intents of this >>>>>> framework is to reduce the gap between writing web apps and web services. >>>>>> >>>>>> This Framework uses Mozilla Rhino to process Javascript at the server >>>>>> and also contains a powerful caching layer with the support of Rhino >>>>>> compiled scripts; so its as fast as the JVM. As few key features, Jaggery >>>>>> has native JSON support and also E4X support for XML manipulation. >>>>>> >>>>>> M2 can be downloaded at >>>>>> http://dist.wso2.org/products/jaggery/dl/jaggery-1.0.0-SNAPSHOT_M2.zip >>>>>> >>>>>> *Say Hello to Jaggery* >>>>>> >>>>>> <html> >>>>>> >>>>>> <body> >>>>>> >>>>>> <h1> >>>>>> >>>>>> <% >>>>>> >>>>>> var name = 'Jaggery'; >>>>>> >>>>>> print("Hello " + name); >>>>>> >>>>>> %> >>>>>> >>>>>> </h1> >>>>>> >>>>>> </body> >>>>>> >>>>>> </html> >>>>>> >>>>>> *Setting up Jaggery* >>>>>> >>>>>> 1. Extract jaggery-1.0.0-SNAPSHOT_M2.zip >>>>>> 2. This will generate a bin directory with execution scripts. >>>>>> 3. Run sh bin/wso2server.sh (bin/wso2server.bat) command to start >>>>>> the server. >>>>>> 4. Upon successful startup, {http://localhost:9763/docs} should >>>>>> take you to the documentation Jaggery App. >>>>>> >>>>>> *Key Features* >>>>>> >>>>>> >>>>>> - Compose server side scripts purely in javascript (.JSS) >>>>>> - Script caching support >>>>>> - Command line tool for easy development >>>>>> - Try-it tool for web based script validation >>>>>> - Includes support for, >>>>>> - HTTP request/response and session >>>>>> - JSON send/receive >>>>>> - Server side XMLHttpRequest >>>>>> - Web Service invocation >>>>>> - File I/O >>>>>> - Email >>>>>> - Atom >>>>>> - Read/write feed >>>>>> - Relational database >>>>>> - WSO2 Registry/Repository >>>>>> - Open Social gadgets >>>>>> >>>>>> For more information and samples you can refer to Jaggery docs at ( >>>>>> http://{yourip}:9763/docs/documentation.jss<http://localhost:9763/docs/documentation.jss> >>>>>> ) which are shipped with the distribution >>>>>> >>>>>> Thanks, >>>>>> *Jaggery Development Team* >>>>>> >>>>> Thanks, >>>>> Samisa... >>>>> >>>>> Samisa Abeysinghe >>>>> VP Engineering >>>>> WSO2 Inc. >>>>> http://wso2.com >>>>> http://wso2.org >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Carbon-dev mailing list >>>>> [email protected] >>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>>>> >>>>> >>>> >>>> >>>> -- >>>> Sanjiva Weerawarana, Ph.D. >>>> Founder, Chairman & CEO; WSO2, Inc.; http://wso2.com/ >>>> email: [email protected]; phone: +94 11 763 9614; cell: +94 77 787 6880| +1 >>>> 650 265 8311 >>>> blog: http://sanjiva.weerawarana.org/ >>>> >>>> Lean . Enterprise . Middleware >>>> >>> >>> >>> >>> -- >>> *Thanks & Regards, >>> >>> Nuwan Bandara >>> Senior Software Engineer >>> WSO2 Inc. | http://wso2.com >>> lean . enterprise . middleware >>> >>> http://nuwan.bandara.co >>> * >>> <http://www.nuwanbando.com/> >>> >>> _______________________________________________ >>> Carbon-dev mailing list >>> [email protected] >>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>> >>> Thanks, >> Samisa... >> >> Samisa Abeysinghe >> VP Engineering >> WSO2 Inc. >> http://wso2.com >> http://wso2.org >> >> >> >> _______________________________________________ >> Carbon-dev mailing list >> [email protected] >> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >> >> > > > -- > Yumani Ranaweera > Associate Technical Lead - QA > WSO2, Inc. - http://wso2.org > > Email : [email protected] > Cell : +94 077 7795242 > Blog : http://yumani.blogspot.com/ > > > _______________________________________________ > Carbon-dev mailing list > [email protected] > http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev > > -- *Thanks & Regards, Nuwan Bandara Senior Software Engineer WSO2 Inc. | http://wso2.com lean . enterprise . middleware http://nuwan.bandara.co * <http://www.nuwanbando.com/>
_______________________________________________ Carbon-dev mailing list [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
