I\'m having trouble getting a shared library working in a Java EE environment. In particular, the library contains some helpers for common JMS activities. However, as soon as the code enters a librar
I\'m trying to create manytomany realation between Student and Teaching Course using Composite Primary key:
I\'m using SpringSource Tool Suite 2.6.0.RELEASE.I want to configure my project to use a run configuration that is a Tomcat 5.5 server using JRE 1.5 (I\'m on Mac 10.6.6).I\'m having trouble doing this
I am developing with Hibernate. So, when I want to load a eentity, I get an error like: org.hibernate.exception.GenericJDBCException: could not load an entity: [com.cartif.database.Role#Project]
I have be开发者_StackOverflow社区en developing web applications for almost 6 years using the LAMP Stack, and lately I\'ve been using ZEND Framework.
I have a Java EE6 EAR application deployed on an Open Source GlassFish v3.1 server running on a Windows 2003 R2 Server on 2 clusters with 2 instances each. To load balance the work load, I am using an
What exactly happens when I call Session.flush() on an open hibernate session? Are all entities that I changed (persisted, deleted, updated) with save/update/delete written to the database, or are ALL
I use all of my entities Serializable. However I think it is okay to use without serializable. But what are the advantages of making an entity Serializable?开发者_运维问答 When do we really have to
In our web-app we are using Launcher to call some command line functions (not my idea) and see the result. This is more or less what we do:
I\'m trying to configure org.apache.commons.dbcp.BasicDataSource as bean in web.xml under a tomcat project using tomcat 6. (it\'s red5 with tomcat, we can ignore that the main server is actually red5