Any good source/links or concise explaina开发者_如何学JAVAtion about it? Thanks a lot!The container has a thread pool and a request queue.When a request comes in, it\'s added to the queue.A listener
Why do people say that business logics should be implemented on the server side co开发者_JAVA百科de (e.g. EJB) and not on the client application code?
HI would like to understand how do ejbs work in an MVC architecture, what i do not get is: When the web app starts, the system creates an ejb for each record in every table of db or an ejb with a开发者
I\'ve seen this question asked before, but I\'ve tried various solutions proposed, to no avail. Essentially, I have two EJB enterprise applications, that need to communicate with one another. The fir
I want to use two external jars from EJB: jar #1 - all interfaces of the EJB (home, remote etc) jar #2 - some types which I use inside my EJB
I need to execute some stuff asynchronously after a EJB method is called. This need seems to be fulfilled in EJB 3.1 but unfortunately we\'re not there yet and have to use 3.0 version.
I have successfully deployed an EJB 3 module and a JSF WEB app which calls the EJB module\'s beans using netbeans IDE locally. Now when I try to deploy this in staging environment, i get the following
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Can we never refer any external 3rd party jar in independent ejb module (except copying the jar file in o开发者_开发问答ur appserver/lib)? This seems so illogical doesn\'t it? I don\'t want to create
When I try to call a method from a local e开发者_如何学编程jb I have this error : java.lang.VerifyError: com/pwc/lu/ejb/hcfollowup/staff/HCFStaffManagerLocal.getPersonById(Ljava/lang/Integer;)Lcom/p