> I've used this design pattern to good effect on several projects.

I have as well. I will be releasing my very simple framework for using
Class.forName() to abstract content from templates (as well as abstract
action handling...ie: form processing) on <http://www.Working-Dogs.com/>
under LGPL (LGPL is IMHO much better than GPL) within the next few weeks.

The framework of course can be used with Village and Element Construction
Set quite easily. ;-)

> Using parameters:        /servlet/myservlet?action=action1
>
> Using path info:            /servlet/myservlet/action1
>
> The results are the same either way, so it's a stylistic preference.

Yes, it is stylistic, but a good idea. Some search engines will not index
sites that have a ? in the URL. My framework will allow both styles for
URL's.

-jon

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to