| Author |
I want to develop my own jsp site
|
Mukesh Singh
Greenhorn
Joined: Sep 18, 2006
Posts: 2
|
|
Hello friends, I am new in java development and want to start a website using jsp,servlet and javabeans on mvc architecture. Please do suggest me. I need have Javabeans database connection code and using instructions. I am waiting hopefully...
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56175
|
|
|
Welcome to the Ranch, but what is it exactly that you are waiting for. If you have specific questions, we'll be glad to answer them. But broad issues such as "how do I develop a JSP web site" is better suited towards a tutorial site.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
The accepted 'best practice' these days is to use the container provided database connection pool via JNDI data source. The documentation for whatever container you're using should cover this. Here is the page (with sample code) for the Tomcat application server. http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
 |
|
|
subject: I want to develop my own jsp site
|
|
|