Dinesh Somasundram wrote:
>
> Hello there,
>
> Sorry to take up your time. I'm a newbie to the Java World. I have had some
> experience in EJB using PowerTier for EJB.
>
> I am now about to embark on a small website project. This website will be
> hosted in an ISP that provides JSP (hopefully, that is, if I can find one).
>
> My project is actually quite simple. There's no complex calculation
> whatsoever. All it does is to store and retrieve information to and from a
> database, however, the database queries can get very complex.
>
> I've just installed Tomcat and still fiddling around with it. For a start, I
> will use Microsoft Access as my database (due to simplicity in use), but
> plan to deploy either using MySQL or PostgreSQL (depending on what the
> hosting company provides)
>
> I am looking for some sample code that I can easily deploy and learn from as
> a starting point. Preferably the code does all the basic necessities (i.e.
> connect to the Access database, connection pooling, scrolling,
> etc,...etc,...)
>
> I've already looked at "jguru" and "java.sun". Most of the codes are bits
> and pieces, and I'm still struggling to put the pieces together. Can anyone
> kindly point me to a URL? Or perhaps send me some code which I can simply
> unzip, deploy and learn from?

If you don't mind a commercial product, you may want to take a look at
our InstantOnline Basic product:

  <http://www.gefionsoftware.com/InstantOnline/Basic/>

It's a JSP 1.1 tag library with database access (using a connection pool),
email, form field generation, input validation, and more.

There are also many Open Source tag libraries that you can use,
for instance the collection in the Jakarta Taglibs project:

  <http://jakarta.apache.org/taglibs/>

Hans
--
Hans Bergsten           [EMAIL PROTECTED]
Gefion Software         http://www.gefionsoftware.com
Author of JavaServer Pages (O'Reilly), http://TheJSPBook.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to