Yes I agree, but not all projects warrant EJB's or the like. I think lots of times trying to separate business logic is just overkill.
-Matt --- John Trollinger <[EMAIL PROTECTED]> wrote: > > > Which implies you're putting code in scriptlets, > right? Sheesh ... > > > > Java code to implement business logic belongs in > Java > > classes, not intermixed with your presentation > markup in a JSP page. > > > If only more people would listen to this!!!!! > > > -- > To unsubscribe, e-mail: > <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> > For additional commands, e-mail: > <mailto:tomcat-user-help@;jakarta.apache.org> > ===== ------------------------ int myName() { cout << "-Matt Fury \n"; return 0; } ------------------------ __________________________________________________ Do you Yahoo!? Y! Web Hosting - Let the expert host your web site http://webhosting.yahoo.com/ -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
