Hi, If you want to split tiers as you are used to you still can. Try using JBoss (http://www.jboss.org), you can get JBoss and Tomcat bundled together from http://sourceforge.net/projects/jboss/
JBoss incidently provides an Open Source J2EE platform that just lacks the JSP/Servlet aspect, which makes it a perfect fit with Tomcat. You will find excellent documentation on the above site how to add a connection pooled datasources that can be accessed through JSP. Alternatively you could try the struts approach http://jakarta.apache.org/struts/ which the primary goal is to separate business logic from presentation. Regards, Duncan Godwin ----- Original Message ----- From: "Luciano Macedo Rodrigues" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 23, 2001 5:09 PM Subject: [JSP-INTEREST] Database connection > Dear members, > > I'm a developer migrating from WebLogic to Tomcat, because I need thin > structure. I'd to like to know how to make a database connection with > various databaseas (Sybase, MSSQL Server, Oracle, DB2) using JSP. In > WebLogic, we code an EJB (Enterprise Java Bean) that make the connection > using JDBC and import the interface into the JSP. But in Tomcat, i'm not > pretty sure about how to do that. > > I found some taglibs in this subject, but, for security reasons, I want to > split the application in more than one layer. What I want is just tips about > using this method: JSP communicating with Beans or an analog proccess. > Resource sites, examples, links, thanks. > > Luciano Rodrigues > Java/JSP Developer > Porto Alegre - RS, Brazil > > =========================================================================== > 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://archives.java.sun.com/jsp-interest.html > http://java.sun.com/products/jsp/faq.html > http://www.esperanto.org.nz/jsp/jspfaq.jsp > http://www.jguru.com/faq/index.jsp > 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 FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
