On Mon, 28 Oct 2002, Matt Fury wrote: > Date: Mon, 28 Oct 2002 06:41:10 -0800 (PST) > From: Matt Fury <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: JSP's, scriplets, and logic > > Yes, > > Again I agree, it can get sloppy. So what would you > reccommend? Many servlets? many beans? Just curious > thats all. Lots of times I think there isn't much to > separate. I am asking because I strive to become a > better programmer as we all do. Advancing to higher > levels means understanding business logic. I worked > for a company who partnered with Rational so we were > all about business logic. > > I don't have a problem taking this offline for a bit > if anyone wants to discuss furthur. >
A popular variation on this basic theme is to use one of the web application frameworks that supports the model-view-controller (MVC) design pattern. I'm (of course, as primary author :-) going to suggest that you look at Struts <http://jakarta.apache.org/struts/>, but there are many other frameworks around as well. > Thanks. > > -Matt Craig McClanahan -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
