stateless-session-bean
How to get user name in session bean when redirected to error page?
Can anyone tell 开发者_JAVA技巧me how to get user name in session bean correctly? In our application we do it by calling this method:[详细]
2023-04-09 22:22 分类:问答Stateless EJB with more injected EJBs instances
I know Stateless EJBs are stored in a pool and instantiated as needed, my question is, what happens when there are more EJB dependencies, for example with something like this:[详细]
2023-04-02 00:20 分类:问答Transaction TimeOut EJB impact on the thread
A question on EJB: Let\'s say I have a session bean which has an infinite loop. It is running u开发者_如何学运维nder a EJB transaction. Now when the transaction of the EJBtimes out, will that cause t[详细]
2023-03-19 07:22 分类:问答EJB Stateless Session Bean - could not create error
Let me start by pointing out that while I\'ve been using Java SE for a while now this is my first foray into Java EE territory. I\'m using Netbeans 6.9 and the Netbeans code generator to do most of th[详细]
2023-03-01 11:55 分类:问答Why Stateless session beans?
I was reading about stateless session bean and couldn\'t u开发者_如何学Cnderstand it\'s use. Excerpt from sun tutorial below[详细]
2023-03-01 07:19 分类:问答How to invoke a method in a session bean from an Android client?
I want to know whether it is possible to creat开发者_Go百科e an Android application to communicate with a session bean and invoke a method. if so can anybody explain how? or else can i invoke that met[详细]
2023-02-14 19:12 分类:问答J2EE Application/Bean configuration Best Practices?
What is the best way to manage property sets to apply to EJB, and easily be able to vary them between machines/environments (e.g. DEV, TEST, PROD)? For example, is there a way to configure your EJB pr[详细]
2023-01-26 03:23 分类:问答How to access an EJB?
I am trying to develop a Basic EJB3 application on JBOSS 4.2 in Eclipse I have created an EJB project in eclipse.[详细]
2023-01-21 02:28 分类:问答How to remove EJB2.1 Stateless session bean
Greetings all, I have a qu开发者_Go百科estion: How to remove an EJB session bean (especially Stateless beans) ?[详细]
2023-01-20 19:45 分类:问答Can i make my own Singleton Stateless Bean with EJB 3.0?
Now, with EJB 3.1, we can find the javax.ejb.Singleton annocation that can ensure that this bean开发者_开发问答 is going to be singleton.[详细]
2023-01-18 16:43 分类:问答