To whom it may concern,
Hello, I'm trying to integrate Hibernate as a persistence provider with GlassFish and I'm trying to use that implementation in conjunction with Apache Derby DB. I'm stuck on configuring them all together and how I can test if they are properly working together on my computer. The tutorials given for these tools are given on their respective websites, but Hibernate's tutorial involves using a different database instead of Apache Derby DB as well as using "Maven" instead of "Ant." I would like to know all the necessary tasks and files that are involved in configuring these tools together, and how I can properly test these tools to ensure that they are properly working together? The details of the tools I'm using are shown below:
1) hibernate-distribution-3.6.0.CR2 2) hibernate-search-3.2.1.Final 3) glassfish-3.0.1 4) db-derby-10.6.2.1-bin 5) apache-ant-1.8.1
|