Hi Pat,

There has been a lot written about this over the last 6 months in the
JSP-INTEREST mailing list.  I would recommend searching the archives for
"architecture".  As a matter-of-fact, I did this a couple of days ago and
saved one of Craig McClanahan's very informative postings on his ideas for
Servlet-JSP integration, including the command pattern.  The post can be
found at the following link:


http://archives.java.sun.com/cgi-bin/wa?A2=ind9911&L=jsp-interest&D=0&m=6166
&P=107101

I would recommend that whole thread to anyone interested in JSP/Servlet web
app architectures.  I have also seen recent articles on the JavaWorld site
(http://www.javaworld.com) on what I think they call the "event delegation
model" for servlet interaction.

Finally, I have recently reviewed an upcoming book from Manning Publishing
called "Web Development with Java Server Pages" by Duane Fields and Mark
Kolb.  This goes into some detail about web app architectures and includes a
fairly thorough example of the using the command pattern with a single
controlling servlet.  The book will be out in the next few months, but I
think you can get a sneak peak at:

  http://www.manning.com

Regards

Drew Cox
Barrack Consulting



> -----Original Message-----
> From: Patrick Regan [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, January 05, 2000 11:38 PM
> To:   Drew Cox
> Subject:      Re: web app programming specifications query
>
> Drew -
>
> Where can I get information on the single controlling servlet command
> pattern.
> Specifically how would you use this in a JSP environment.
>
> Thanks,
> Pat
>
> Drew Cox wrote:
>
> > I'm currently in the early stages of designing a small web application
> for
> > managing task allocation and time recording for our IT consultants (a
> y2k
> > remediation project, would you believe ;-).  This will be a collection
> of
> > servlets and JSP pages, talking to an SQL database.  I plan to deploy it
> as
> > "web application" in tomcat.  No plan for tag libaries at this stage.
> >
> > I am wondering if any of the more experienced developers out there would
> > like to share some thoughts on how they have managed the system design
> > specification of their JSP/Servlet web apps?  How have you guys & girls
> > documented your design thoughts, to communicate them to other developers
> and
> > the future maintainer's of your systems?  In particular I would be
> > interested to see any document layout templates that people may have
> > developed for this.
> >
> > In the meantime, I have started documenting the design in HTML, divided
> into
> > areas for the JSP pages, servlet actions (using the single controlling
> > servlet command pattern), HTML pages, application & session attributes
> etc.
> > and lots of links between them to indicate what calls/relies on what.
> If
> > this format turns out to be useful I will post a link to some sample
> back to
> > group.
> >
> > Regards
> >
> > Drew Cox
> > Barrack Consulting
> >
> >
> ==========================================================================
> =
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> > FAQs on JSP can be found at:
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.html

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to