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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...