You may want to check out struts framework if you are developing a webapp
following MVC pattern.
It would save you a lot of work although you'll have to read about it first
which may take a little while.

-----Original Message-----
From: Franck Vogue [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 07, 2004 4:49 PM
To: [EMAIL PROTECTED]
Subject: JSP/Servlet/JDBC application development and naming
conventions/advices


Hello,



I'm currently developing an application based on the MVC2 paradigm, using
JSP/Servlet/JDBC. I would like to know if there are any "standard"

or "naming conventions" for naming the several classes that are involved in
such architecture.



For example, for one query to the DB, based on a form, there is at least a
controller servlet, a java bean, a business logic class that executes a SQL
statement. Is there any rules/convention/advice for naming all these classes
which will help organizing all the code.



Many thanks in advance!

Franck



---------------------------------
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

Reply via email to