1 Reply Latest reply on Aug 16, 2006 12:01 PM by thepriz

    Database access and Portlets

      I would like to set up my portlets to work like the deployment of jPortal when they create all the database tables and such. Is there a good source on how to do the same thing with my portlets?

        • 1. Re: Database access and Portlets

          Hibernate does the creation of tables and stuff if they don't exist or overwrite the tables everytime a portlet is deployed. Here is my new question. What benifits do I get using Hibernate instead of using EJBs to do my database work?