Oops,

two points I forgot in my last mail:

* Developing on Resin, I am not used to restart the server to get
  changes effective. Currently I have to restart when I change any
  file resources of Struts. Struts should look for timestamps on
  files. The easiest workarround I now have, is to change s.th. then
  touch a Struts class and the rely on Resin to unload, recompile,
  reload and reinit the engine, which still is a long�way to go...

* When the action.xml is fully used to describe the dynamics of
  the application, IMHO STRUTS is much more the tool I wanted to
  have than WebMacro or FreeMarker...

> -----Urspr�ngliche Nachricht-----
> Von: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
> Gesendet am: Donnerstag, 1. Juni 2000 03:25
> An: [EMAIL PROTECTED]
> Betreff: 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://jakart
a.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

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to