I apologize if this is an obvious question, but I\'m going through the Java EE 6 tutorial while reading a couple books and it\'s getting hard to correlate all of the information.
I am experimenting with CDI on a test application. I have a DAO which injects a container managed JTA persistence context like this:
I\'m just starting learning CDI and Java EE 6 but I found this piece of code that I want to fully understand.
I created a Java Web Application Project in NetBeans, and created a startup bean in it: package malibu.util;
We want to simplify the deployment process of an app by including the MySql connector/j jar as part of the EAR. (so we won\'t need to manually copy it in the /lib folder of our Glassfish servers)
I fear that I miss a very basic point, but I\'m stuck at the moment, hopefully someone can point my eyes starring to hard at it to the right one...
I\'d like to be able to @Inject a data model backing a RichFaces 4 ExtendedDataTable, but it requires an EntityManager to do its work. The EntityManager\'s queries need to know the Class, of course, a
I have two maven-based eclipse projects, one being a project wit开发者_开发问答h common classes and one a Java EE web application using these.
I have two eclipse J开发者_如何学Goava EE 6 projects packaged in a WAR-file using maven 3. Now they should share JPA entities in a 3rd project among them, since they both use the same database.
I\'m currently struggling with the project setup while implementing a Java EE 6 application with Eclipse Indigo and 开发者_开发百科JBoss 6. The application server and the IDE is pretty much set in the