Download List

Project Description

VRaptor 2 is a Web-based MVC and IOC framework
based on many frameworks and ideas (Seam, Stripes,
Webwork, Hibernate Annotations, etc). It makes
full use of Java 5 Annotations. It favors
convention over configuration, because
configuration in XML/properties/annotations is
always easy to make mistakes and repetitive (aka
copy and paste in many places). This framework
uses a more imperative approach, instead of having
many XML files to configure lifecycle and other
properties. Most of the settings go inside plain
Java objects (POJO), so the team knows exactly
what is going on and where.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-11-03 10:39
2.2.3

AJAX may now be used for logic methods.
Tags: Major feature enhancements

2006-10-18 09:18
2.2.2

This release supports parameter injection for your
logic methods. A new Eclipse plugin was added. You
can download it using Eclipse update manager at
http://www.vraptor.org/eclipse/. Furthermore, the
component's default name has changed. When using
the @Component without any string inside, Vraptor
will cut off any Logic from the classname. That
simplifies the @Component annotation, but be aware
of backward compatibility issues.
Tags: Minor feature enhancements

2006-10-02 23:34
2.2.1

This release comes with improved documentation, a lot of bugfixes, and some new functions. A new interceptor stack is now available that gives you the ability to group interceptors, shrinking your annotation code. Localized double and float converters were added to make it easier to code i18n applications. At the same time, a new plugin tutorial has been added that explains how to create your own vraptor plugin. A lot of code has been refactored, and more test cases were added in order to ensure VRaptor's functionality for end users.
Tags: Minor feature enhancements

2006-09-18 16:25
2.2

VRaptor 2.2 comes with many new examples and
improved documentation. The new FAQ section has
been extended. VRaptor now supports client side
redirection and the hibernate validator framework
for easier user data validation. Zero XML
configuration is supported, and new annotations
were added. Maven users can find vraptor and its
dependencies at ibiblio under the group ID
org.vraptor. The example application can now be
seen live at http://www.vraptor.org/mydvds.
Tags: Major feature enhancements

2006-09-05 15:36
2.1.1

The Web application was translated to German and
Portuguese. A few bugs were corrected. New
documentation on validation messages can be found
in the corresponding tutorial. 404 errors are
correctly handled. A new example on how to
internationalize your application was created. A
few new converters and reports were added.
Tags: Minor feature enhancements

Project Resources