Jodd
Overview
News
Download
License
References
Development
Using Jodd
Javadoc
JUnit report
Community
Contribute
Report a bug
More reading
Milestone 0.30
|
|
Jodd Framework Overview
Here are some points that presents what makes Jodd Framework interesting (in no particular order):
- Standard mvc2 framework.
- Actions may be defined in more than one XML file.
- Configuration XML can be reloaded without server restart, i.e. can be dynamically reloaded.
- Each action is defined with the single XML tag.
- One Action class may contain more than one actions handler methods.
- Action class may have parameters defined in XML configuration file.
- Forms are defined in pure HTML and still may be prepopulated from form beans with single tag.
- Form beans may be loaded from the request with single line of code.
- One form can be mapped to more than one form bean.
- There is an import functionality, for reusing JSP code as templates or macros.
- Speed and small memory footprint.
|