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. Thanks. -Matt --- [EMAIL PROTECTED] wrote: > No its just good design. Its thinking of the > future. Badly > partitioned code is one of the prime reasons that > leads to > unmaintainable code > On Friday, October 25, 2002, at 08:43 PM, Matt Fury > wrote: > > > 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> > > > > > -- > 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>
