资 源 简 介
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