A J2EE Web Dev Framework, Struts style MVC, Event Driven like JSF and Ajax-enabled Client Scripting like YUI, Fine grained event binding, access to server variables in JavaScript & Webpages, Easy integration with Struts, No custom tags & No complex API.
Be the first to post a text review of Vroom. Rate and review a project by clicking thumbs up or thumbs down in the right column.
This plugin enables you to build web applications using Vroom Web Framework or Vroom Request Dispatcher. Both of these frameworks become available in the Frameworks list of Web Application properties. Also it creates Vroom-2.3.0 and Vroom-VRD-1.0.1 libraries in NetBeans IDE. You can create servlets using groovy, jruby, jython or javascript.
Now you can add additional init-param in web.xml for VroomFilter named "include-first". This is added since some javascript libraries such as Nitobi Tool Kit doesn't work if they are included in the webpage after vroom.js and prototype.js in FireFox browser. To overcome this limitation, you can include such libraries before vroom.js and prototype.js as follows: <filter> <filter-name>VroomFilter</filter-name> <filter-class>net.openkoncept.vroom.VroomFilter</filter-class> <init-param> <param-name>config-file</param-name> <param-value>/WEB-INF/vroom-config.xml</param-value> </init-param> <init-param> <param-name>include-first</param-name> <param-value>/scripts/script1.js, /scripts/script2.js</param-value> </init-param> </filter> The generated html/jsp pages will have the following include order for the scripts /scripts/script1.js /scripts/script2.js /vroom/prototype.js /vroom/vroom.js
A J2EE Web Dev Framework, Struts style MVC, Event Driven like JSF and Ajax-enabled Client Scripting like YUI, Fine grained event binding, access to server variables in JavaScript & Webpages, Easy integration with Struts, No custom tags & No complex API. In this release, some bugs have been fixed as well as a init-param is added to web.xml for VroomFilter named "include-first". This value of this parameter can be comma separated list of javascript files starting without the application context path. These files are embedded in webpages before vroom.js and prototype.js. This enables some frameworks such as Nitobi to work properly with Vroom Web Framework enabled web application.
This plugin registers Vroom Web Framework 2.3.0 and Vroom Request Dispatcher 1.0.1 under Frameworks list for Web Applications. Adds all required libraries to NetBeans IDE 6.5 and creates new item category named "Vroom" which contains templates to create servlets using Jython, JRuby, Groovy or JavaScript. For details watch video tutorials at http://okdotnet.blip.tv
Vroom Request Dispatcher is a small Java API for web applications which enables you to define URL mapping to either forward or redirect to any valid URL, or invoke Java Methods. With VRD, you can expose any public java method as service which may generate any kind of contents e.g. JSON or XML. These java methods are invoked using user defined URL patterns and these java methods become services which do not require any entry in web.xml. With VRD, you can also write servlets using Jython, JRuby, Groovy or JavaScript, which means you can enjoy all the good features and API of these scripting languages in your Java Web Applications. For details visit http://vroom-vrd.blogspot.com
Now you can add additional init-param in web.xml for VroomFilter named "include-first". This is added since some javascript libraries such as Nitobi Tool Kit doesn't work if they are included in the webpage after vroom.js and prototype.js in FireFox browser. To overcome this limitation, you can include such libraries before vroom.js and prototype.js as follows: <filter> <filter-name>VroomFilter</filter-name> <filter-class>net.openkoncept.vroom.VroomFilter</filter-class> <init-param> <param-name>config-file</param-name> <param-value>/WEB-INF/vroom-config.xml</param-value> </init-param> <init-param> <param-name>include-first</param-name> <param-value>/scripts/script1.js, /scripts/script2.js</param-value> </init-param> </filter> The generated html/jsp pages will have the following include order for the scripts /scripts/script1.js /scripts/script2.js /vroom/prototype.js /vroom/vroom.js
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?
Thanks for your review!
Get credit for your review by logging in via OpenID. Click your account provider: