David Smith wrote:
I tend to agree. All this graphical stuff is making life miserable for most of us web developers. Back before Tim Berners-Lee came up with HTTP and HTML and made things horribly complicated, one could still concentrate on the quintessential meaning of things, rather than spending most of one's time with presentation matters, users clicking all over the place, multiple threads, connection pools and whatnot.

This is what the MVC pattern is all about.  The model get's implemented
in it's own jar and has it's own development lifecycle to handle the
backend business logic.  As long as it's designed not to have anything
to do with the front-end, life is good whether it be in a console java
app or a servlet container w/ an html front-end.


See, that's exactly what I am talking about.
And people can keep themselves busy with that type of jargon for days.
;-)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to