Simple servlet or filter to process form

Posted by David on Stack Overflow See other posts from Stack Overflow or by David
Published on 2010-04-08T23:00:41Z Indexed on 2010/04/08 23:03 UTC
Read the original article Hit count: 130

Filed under:
|
|

Is there a simple framework for processing form submissions via a servlet? For my needs, a framework like STRUTS seems like over kill.

My ideal processor would be a servlet that converts form elements into a bean object, possibly using typing information in the form to help with the conversion. Does something like this exist or is there another solution out there geared toward simpler needs?

Thanks!

© Stack Overflow or respective owner

Related posts about java

Related posts about jsp