My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Links

To learn the tips and techniques to use VRD efficiently, visit Project Wiki!

Vroom Request Dispatcher


Vroom Request Dispatcher (VRD) is a light weight api to extend normal servlet based development to a different concept. The concept is somewhat similar to Python where urls are mapped to request handlers.

Using VRD, you map url patterns to java methods whether they are static or instance specific.

If you use NetBeans IDE 6.5, you would like to download the NetBeans Plugin for VRD. Download it from the following location:

http://vroom-request-dispatcher.googlecode.com/files/net-openkoncept-vroom-plugin.nbm

The plugin enables Vroom Request Dispatcher and Vroom Web Framework (http://www.sf.net/projects/vroom) as Web Frameworks. Furthermore it adds a new category called Vroom in the New File wizard which contains templates for servlet for groovy, jruby, jython and javascript.

Download Vroom-VRD-1.0.0-Bundled.zip from the following location.

http://vroom-request-dispatcher.googlecode.com/files/Vroom-VRD-1.0.0-Bundled.zip

The deps folder of the bundled zip contains all the required jar files. Which you download separately from the locations below:

VRD Scripting Language Extension


VRD Scripting Language Extension (VRD-SLE) is extension to regular VRD api to support scripting languages which can be used to write servlets. In this release following scripting languages available to write servlets:

- JavaScript

- Jython

- Groovy

- JRuby

Download: Vroom-VRD-SLE-1.0.0.zip and Vroom-VRD-1.0.0 from Downloads tab. Vroom-VRD-1.0.0 is the pre-requisite and must be configured first.

Additional Dependencies are:

JavaScript - js.jar -> Rhino-1.7R1

ftp://ftp.mozilla.org/pub/mozilla.org/js/rhino1_7R1.zip

Jython - jython.jar -> Jython-2.2.1

http://downloads.sourceforge.net/jython/jython_installer-2.2.1.jar

Groovy - groovy-all-1.6-beta-2.jar -> Groovy-1.6-beta-2

http://dist.groovy.codehaus.org/distributions/groovy-binary-1.6-beta-2.zip

JRuby - jruby.jar -> JRuby-1.1.5

http://dist.codehaus.org/jruby/jruby-bin-1.1.5.zip

commons-logging-1.1.1.jar -> Apache Commons Logging 1.1.1

http://mirror.cc.columbia.edu/pub/software/apache/commons/logging/binaries/commons-logging-1.1.1-bin.zip

bsf.jar -> BSF-2.4.0

http://jakarta.apache.org/site/downloads/[preferred]/jakarta/bsf/binaries/bsf-bin-2.4.0.zip

Please take the print of the readme.txt file and use as a reference. For courtesy kindly send me your feedback at ijazfx@yahoo.com

Powered by Google Project Hosting