Browse a Listing
Top > Java > JSP and Servlets > Form Processors
Popular Tags
Free Script links
JFormMail is a generic HTML form to e-mail gateway that parses the results of any form and sends them to the specified users. This servlet has many formatting and operational options, most of which can be specified within each form, meaning you don't need programming knowledge or multiple servlets for multiple forms.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 11, 2006 Hits: 7 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Any person who has developed applications will have verified, and often suffered, having to validate data, normally provided by the user of the application.
The fact of being able to have management routines of these data allows that this work is faster, comfortable and robust, since it is not necessary to write the same, or similarity, code one time and time again. Also having validated routines provides a security and homogeneity in the development.
Of the profesional experience developing projects I have been able to verify that at the time of mechanizing these task often one falls in the error to be centered excessively in the processing of web forms, forcing to use too heavy routines for situations that can be solved with single part of the functionality. It is for that reason that one of the premises at the time of developing ISValidator has been the posibility to adapt the use to diferent necessities
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 11, 2006 Hits: 0 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Java servlet allows you to email any html forms. You must set this servlet as an action parameter for your form. Servlet collects posted data and processes them according to own configuration file. Configuration file (or template file) describes how your mail looks like, what is your smtp server etc.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 11, 2006 Hits: 6 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR