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>

Reply via email to