Struts is *the* de-facto standard MVC framework. The problem is that there is a slight bit of initial learning curve, and it's hard to see the benefit until *after* you've used it (my opinion). You really should give it a go -- it's tons better than having to implement something analagous yourself. If you're new to Struts, I recommend you go over to http://www.theserverside.com and search for "struts book review". That should turn-up Chuck Cavaness' new book chapters (which is available to be ordered now, btw; no, I don't get paid to say that - it's a good introduction - very good). If you want a really good Struts course, read that book.
... don't judge what you haven't used :-) Struts is Good Stuff (tm). Regards, Eddie neal wrote: >Good to know. Thanks for your thoughts on Struts. Yeah, I'll check out >those taglibs in the Jakarta lirary taglibs. I already found some great >functionality in their commons library. :) > >Yeah, for MVC implementation I was simply talking about a servelt that takes >an "action" parameter to determine which JSP to show and which class to use >to process any data coming from that JSP...and maybe this data is mapped >into an XML or props file. This is pretty much what you're doing too? > >Neal > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
