Hi, if a user-transaction is started in one method (say method1) of stateless/stateful session bean, and ended in methodN, can methodN get info. of all the methods the actual transaction traversed through?
How can i maintain a user session b/w servlets and stateful session ejbs? (both are on different layers i.e web layer and EJB layer
Latest Answer: You can configure your container to do so. You can also use setRollbackOnly,getRollbackOnly methods. If such a requirement opt for BMP. ...
Latest Answer: yes u can do it by serrting SetRollbackonly in your DD ...
Latest Answer: Current version right Now is EJB3.0[Jan 2006]EJB 3.0 FeaturesSession Beans ---------------POJO bean class - No requirement for implementing javax.ejb.SessionBean interfaces POJI interface - No requirement for extending javax.ejb.EJBObject or javax.ejb.EJBLocalObject ...
Latest Answer: Web server=========As its name dealing with the www. It is just an implementation of HTTP protocol (RFC1945,2616).Application server==============It is a host of separate implementaion of different protocols and standards. HTTP containner (RFC1945,2616), ...
Latest Answer: Native code is implemented in Java using system.classLoader("method Name");Eg: you have a native method methos "Test" written in 'C' you can implement it in java asstatic Test{System.classLoader("Test");}The native method must be declared as static ...
Latest Answer: yes u can do it .but you have to mention the transaction attribute in the Deploymant descriptorRequired ...
Latest Answer: I would suggest everyone to check with any one because many people who might be novice to Java might think that the answer is correct...so please refrain from posting half correct answersEjb components are based on Distributed Objects.You can achieve ...
Latest Answer: It is not mandatory to create EAR to deploy EJB. You can just create a JAR file with all dependancy resolved. There no generic way to deploy EJB on different server, Every server has it's own deployment process. So just follow the deploment steps of your ...
View page << Previous 1 2 3 4 [5] 6 7 Next >>

Go Top