Here is my problem. I have an article that has a bunch of keywords/tags (where one article can have multiple tags and one tag can go to multiple articles. Here what I\'d like to achieve:
I have an application which processes IQ stanzas via smack (eventbased java library). We now switch from vanilla Tomcat to glassfish 3.1 and i would like to switch to ejb 3.1.
I\'ve an EAR which contains two ejb jars.. I need for the second EJB Jar to access classes from the first EJB Jar...
When creating a New Enterprise Application Project, instead of creating the usual tree with: +Deployment Descriptor
I have a ejb project with 1 dependent project (also in my workspace) that I want to deploy on glassfish. I use m2eclipse to resolve my projects en configure my eclipse projects.
case 1: I\'m having war in one jboss server and ejb jar开发者_如何转开发 in another jboss server.
I was able to get some hands on EJB3.0 Timer Service.I was able to get the timeout working and I was able to invoke the timer using servlet Context listener.I have deployed a simple app which sends al
I have 2 remote interfaces, say Example.java and RealExample.java. My bean Bean.java is implementing those 2 remote interfaces.
I am using Glassfish 3.1.1 and trying to get EJB2.x deployment working before moving to EJB3. I have made a small example that is structured like this:
For durability to make sense, should the app server in which an MDB is deployed to be separated from the JMS Provider (server), so tha开发者_开发百科t if the app server shuts down and is restarted lat