You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announcements@jakarta.apache.org by "Craig R. McClanahan" <Cr...@eng.sun.com> on 2000/06/01 03:24:54 UTC

ANNOUNCEMENT: New JAKARTA-STRUTS Subproject

The Jakarta Project Management Committee is pleased to announce the
formation of a new subproject called JAKARTA-STRUTS.  Struts is a small
framework for building web applications that uses the
Model-View-Controller (MVC) design pattern commonly known as "Model 2".
It includes the following key features:

* A controller servlet with action mapping technology, which serves as
  the "front component" for the application.

* A comprehensive custom tag library for building internationalized
  JSP pages that interact with JavaBeans managed automatically by
  the controller servlet.

* Useful utility classes that can process XML input, as well as use
  Java reflection to populate JavaBean properties by matching names
  in the same way that <jsp:setProperty name="bean" property="*"/>
  does for JSP pages.

Struts will serve as a platform for exploring the optimum approaches to
implementing the "Model 2" design pattern, and will run on any servlet
container that supports the Servlet Specification, version 2.2 or later,
and the JavaServer Pages (JSP) Specification, version 1.1 or later (such
as Tomcat).  It is also supported by developer and user mailing lists,
with subscription information available at
<http://jakarta.apache.org/getinvolved/mail.html>http://jakarta.apache.org/getinvolved/mail.html</a>.

Nightly distributions of Struts (which includes both the source code and
the compiled libraries) are available at
<http://jakarta.apache.org/builds/struts/nightly/>http://jakarta.apache.org/builds/struts/nightly/</a>.

Craig McClanahan



Re: ANNOUNCEMENT: New JAKARTA-STRUTS Subproject

Posted by "Scott C. Tavares" <st...@doc.state.ri.us>.
----- Original Message -----
From: Jon Stevens <jo...@latchkey.com>

> on 6/1/2000 6:57 AM, Scott C. Tavares at stavares@doc.state.ri.us wrote:
>
> > Isn't this a bit redundant? I mean that Apache Turbine already has two
> > "Model 2" type sub-frameworks built into it... WebMacro and FreeMarker.
> >
> > -Scott-
>
> I just send this to the Turbine list:
>
>
<http://java.apache.org/jyve-faq/Turbine/screen/DisplayQuestionAnswer/action
> /SetAll/project_id/1/faq_id/2/topic_id/65/question_id/663>
>

OK, you've got me sold... I totally agree with all the points that Craig has
made from top to bottom. No more explanation need be said.

-Scott-




Re: ANNOUNCEMENT: New JAKARTA-STRUTS Subproject

Posted by Jon Stevens <jo...@latchkey.com>.
on 6/1/2000 6:57 AM, Scott C. Tavares at stavares@doc.state.ri.us wrote:

> Isn't this a bit redundant? I mean that Apache Turbine already has two
> "Model 2" type sub-frameworks built into it... WebMacro and FreeMarker.
> 
> -Scott-

I just send this to the Turbine list:

<http://java.apache.org/jyve-faq/Turbine/screen/DisplayQuestionAnswer/action
/SetAll/project_id/1/faq_id/2/topic_id/65/question_id/663>

thanks,

-jon


Re: ANNOUNCEMENT: New JAKARTA-STRUTS Subproject

Posted by "Scott C. Tavares" <st...@doc.state.ri.us>.
----- Original Message -----
From: Craig R. McClanahan <Cr...@eng.sun.com>
To: <an...@jakarta.apache.org>; <ge...@jakarta.apache.org>;
<to...@jakarta.apache.org>; <to...@jakarta.apache.org>;
<js...@java.sun.com>; <se...@java.sun.com>
Sent: Wednesday, May 31, 2000 9:24 PM
Subject: ANNOUNCEMENT: New JAKARTA-STRUTS Subproject

>
> The Jakarta Project Management Committee is pleased to announce the
> formation of a new subproject called JAKARTA-STRUTS.  Struts is a small
> framework for building web applications that uses the
> Model-View-Controller (MVC) design pattern commonly known as "Model 2".
> It includes the following key features:
>

Isn't this a bit redundant? I mean that Apache Turbine already has two
"Model 2" type sub-frameworks built into it... WebMacro and FreeMarker.

-Scott-