WSO2Con 2013 CFP Banner

[Blog Post] What is Jaggery?

I’m excited about a new web application/web API development technology that WSO2 has been working on. Jaggery is a language for writing web applications, like PHP, ASP, JSP, and others. These technologies are pretty well established, so why do we need another one? I believe the demands of web applications have changed a bit over time and Jaggery offers a valuable refresh on web application development.

Read Jonathan's blog post

Date: Mon, 24th Sep, 2012
Level: Intermediate
Reads: 713
Discuss this article on Stack Overflow
Jonathan Marsh
VP Business Development
WSO2
jonathan.wso2.com's picture

Javascript everywhere

A modern web application invariably includes a significant client-side Javascript component. Being fluent in Javascript is a given. Why then are we using a completely separate language for server-side programming? It’s simpler to author when you don’t have to learn and then constantly switch your brain between two different languages. Jaggery uses Javascript as the server-side programming language, the obvious choice for simplification.

Read Jonathan's blog post