Performance Zone is brought to you in partnership with:

As VP of Technology Evangelism at WSO2, Chris Haddad raises awareness of Platform as a Service, Cloud Architecture, Service Oriented Architecture, API Management, and Enterprise Integration. Prior to joining WSO2, Haddad’s experience includes building software development teams, contributing to open source, crafting technology roadmaps, leading Gartner research teams, and delivering Software as a Service and Web applications. Chris is a DZone MVB and is not an employee of DZone and has posted 62 posts at DZone. You can read more from them at their website. View Full User Profile

Extending Node Development with Jaggery Framework

06.07.2012
| 2722 views |
  • submit to reddit
By itself, Node is not a complete web application development platform and only delivers half a solution. To create business applications, developers must add node modules to persist information (e.g. jQuery), create HTML views (e.g. Jade.js), model views (e.g. Ember.js, SproutCore), RESTFul services (e.g. ActiveJS, Backbone,js). Node is the equivalent to Apache Tomcat, a good foundation that is extended by development teams into a full-featured, feature-complete application platform.  Node [1] is designed to write multi-purpose high performing asynchronous servers. Node is deployed as a thin framework on top of V8 [2]. WSO2 Jaggery does not directly compete with Node.  Currently, WSO2 Jaggery runs on top of our carbon (Tomcat-based) server within a Rhino [3] Javascript runtime, and we have plans to port Jaggery over to Node and support teams desiring to take advantage of Node’s all JavaScript composition. Developer choice is supported in WSO2 Jaggery, and team members are free to add-in their favorite server-side JavaScript framework.  Jaggery delivers a pure JavaScript development experience.  Jaggery’s environment enables developers to write all application components in JavaScript; reducing the impedance mismatch across different application stack layers and unifying the front-end to back-end to data developer experience. WSO2 Jaggery currently extends basic asynch servers (e.g. Node.js, Tomcat) to deliver:
  1. Native support for web application development without requiring additional JS Frameworks
  2. Compatible with your favorite JS frameworks
  3. Built-in APIs for database access, file storage, email, JSON, web services, XML, and AtomPub
  4. Support for easy creation of REST applications/apis
  5. Low latency integration with Java code
  6. High performance
  7. Familiar Java server monitoring and management
If these features are important to your project, I encourage you to evaluate WSO2 Jaggery [1] http://nodejs.org/ [2] http://code.google.com/p/v8/ [3] http://www.mozilla.org/rhino/ [4] http://jaggeryjs.org/about.jag
Published at DZone with permission of Chris Haddad, author and DZone MVB. (source)

(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)