Group: Struts
Sort:
popular
|
newest
1. Struts155 usages
struts » strutsApache
The core of the Struts framework is a flexible control layer based on standard technologies like Java Servlets, JavaBeans, ResourceBundles, and Extensible Markup Language (XML), as well as various Jakarta Commons packages. Struts encourages application architectures based on the Model 2 approach, a variation of the classic Model-View-Controller (MVC) design paradigm. Struts provides its own Controller component and integrates with other technologies to provide the Model and the View. For the Model, Struts ...
Last Release on Mar 23, 2006
This subproject is an extension of the Struts tag library. Each JSP custom tag
in this library is a subclass of an associated tag in the Struts tag library.
One difference is that this tag library does not use "rtexprvalues", it uses
the expression evaluation engine in the Jakarta Taglibs implementation of the
JSP Standard Tag Library (version 1.0) to evaluate attribute values.
In addition, some of the Struts tags were not ported to this library, as it was
determined that their functionality was entirely ...
Last Release on Mar 23, 2006
12. Struts Scripting
struts » struts-scriptingApache
This project allows Struts Actions to be written in the scripting language
of one's choice rather than as Java classes. It uses the Beans Scripting
Framework to allow scripts to be written in any language BSF supports like
Perl, Python, Ruby, JavaScript, BeanShell, and even VBScript.
Last Release on Jan 26, 2006