Available Jaggery Samples
Coffee Shop
The coffee shop sample will explain RESTful application features with Jaggery. It is a nice client end-user interface where the user can make an order for coffee. There are seven main REST calls that happen in this application with PUT, POST, GET and DELETE. This sample contains a database connection, URL mapping and web request in Jaggery.
TaskMaster
The TaskMaster is a task manager application which makes use of the session in Jaggery. The tasks are saved and can be viewed via the main page.
Shout!
Shout! is an application that will enable users to view three major social feeds and publish to all three of them using the one client. Shout! requires the user to authenticate and approve the application before being able to read/publish to their feeds. The user needs to be online to be able to use this application. Â
Freshometer
The Fresh-o-meter application allows you to search for any movie title, and retrieve its information (Cast, Movie Poster, Release year, Plot and rating) as well as related videos from YouTube. It acts as a central movie information search engine. The user needs to be online to be able to use this application.
Jaggery Documentation
The Documentation section of the jaggery site runs on Jaggery. It is the centralized and in-depth area to view descriptions, demos and samples and try out jaggery code. The documentation site also includes downloads and sample apps.