I am wondering conceptually how load-balancing works on the EJB-level (not web session replication) with Java EE containers like Glassfish.From what I have gleaned your remote interface is a proxy tha
I have my ear-project deployed in jboss 5.1GA. From webapp i don\'t have problem, the lookup of my ejb3 work fine!
Is it possible to set a virtual host in WebLogic only ? In my development machine, I have a WebLogic instance with two servers, listening to ports 7002 and 7003; the deployed application contains EJB
I am forced to execute a periodic task using a timer that is invoked at a different interval as the period I\'d like to execute this task.
I have a JSF 2.0 application that I would like to start adding validators for. A basic overview of the architecture of the app is as follows.
I wrote a EJB session beans and deployed it on the GlassFish application server. i can call it easily with @EJB a开发者_如何学运维nnotation from a local JSF web application but i dont know how to call
Guys, I HAVE tried reading tons of stuff about EJB. And I don\'t get it. It seems that most of the authors have a superficial knowledge on it. They basically say it\'s the business-logic \'stuff\'. Th
In Weblogic 10.3, how do I inject a remote EJB from one EAR into a Stateless bean of another, both EARs being deployed in the same container? Ideally I\'d like to do as much as possible with annotatio
I am going through the Java EE 6 tutorial and I am trying to understand the difference between stateless and stateful session beans. If stateless session beans do not retain their state in between met
I am trying to find a way to enumerate the EJB\'s and MBeans that have been deployed to a JBoss server. I was looking down the path of somehow using the JDI Context, but all I can get are the binding