News

JPA 3 and Hibernate persistence.xml file As developers migrate their old Java Persistence API applications to JPA 3, their progress is often halted when an incorrectly configured JPA 3 persistence.xml ...
How do I setup a JDBC connection on Linux/Tomcat?<HR></BLOCKQUOTE><P>The same way as on any other platform. Include the relevant JDBC driver in your classpath and use it.