[jboss-user] [Beginners Corner] - Re: how to use JBOSS with ORACLE and JSP pages??!!!

PeterJ do-not-reply at jboss.com
Thu Oct 16 19:28:36 EDT 2008


Yes you can. For a quick-and-dirty solutiuon, use the standard tag library (http://java.sun.com/products/jsp/jstl/) which provides SQL tags.

More involved mechanisms use servlets with Hibernate (or with EJBs and JPA) to get the data, and pass it to the JSP.

Of course, for a really quick solution, use the seamgen tool within JBoss Seam - it will generate a full CRUD web application for your database.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182788#4182788

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4182788



More information about the jboss-user mailing list