[X] The "/vmpk/vmpk-0.2.5-setup.exe" file could not be found or is not available. Please select another file.

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.


http://vroom.sourceforge.net





Separate each tag with a space.

Release Date:

2009-02-24

Topics:

License:

Ratings and Reviews

  • Thumbs up:

    1
  • Thumbs down:

    1
50% of 2 users recommend this project

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.

View all reviews

Project Feed

  • NetBeans Plugin 2.0.1 file released: Vroom-Plugin-2.0.1-NB6.5.zip

    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.

    posted 257 days ago

  • Vroom Request Dispatcher 1.0.1 file released: Vroom-VRD-1.0.1.zip

    posted 257 days ago

  • Vroom 2 2.3.0 file released: Vroom-2.3.0.zip

    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

    posted 257 days ago

  • File released: /NetBeans Plugin/2.0.1/Vroom-Plugin-2.0.1-NB6.5.zip

    posted 257 days ago

  • Vroom: 2.3.0 Released

    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 &amp; Webpages, Easy integration with Struts, No custom tags &amp; 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 &quot;include-first&quot;. 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.

    posted by ijazfx 257 days ago

  • Vroom Plugin 2.0.1 for NetBeans IDE 6.5 Released

    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 &quot;Vroom&quot; which contains templates to create servlets using Jython, JRuby, Groovy or JavaScript. For details watch video tutorials at http://okdotnet.blip.tv

    posted by ijazfx 257 days ago

  • Vroom Request Dispatcher 1.0.1 Released

    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

    posted by ijazfx 257 days ago

  • Vroom 2 2.3.0 file released: Vroom-2.3.0-src.zip

    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

    posted 257 days ago

  • File released: /Vroom Request Dispatcher/1.0.1/Vroom-VRD-1.0.1.zip

    posted 257 days ago

  • File released: /Vroom 2/2.3.0/Vroom-2.3.0-src.zip

    posted 257 days ago

Rate and Review

Would you recommend this project?






<

Related Projects

Thanks for your rating!

Would you also like to write a review?





Skip Review