Servlet Best Practice
Java
1
Posts
1
Posters
1
Views
1
Watching
-
What is best to use. Mostly I use METHOD POST for this action (Add, Update, Delete) In User Module. 1. Create Servlet for each Action (Login, Create, Update, Delete) OR 2. In JSP for each FORM create a input hidden which contains the process (Login, Create, Update, Delete) and Create one Servlet that read this hidden input and process specific action.
- Be who you are and say what you feel because those who mind don't matter and those who matter don't mind. - Most of the problem in your life are due to two reasons: you act without thinking, or think without acting.