I understand it should probably be other way round (OSGI runtime hosting Java EE servers), as it is apparently already possible with glassfish.
I\'ve read some blog articles about Observer pattern implementation on JEE6 and something bother me... I can\'t find any information atm so i ask there...
What is the best workflow taken when connection error occurs. Let say we have a client that connects to the middle tier.
I have app on GF V3.01 server and remote methods in EJB container. When I call remote methods from my remote swing app process take long time to execute. I read about ServiceLocator , but can no find
I\'m struggling futher in my adventure with Jboss and EJB 3.0. I joined Spring 3.0 with EJB. I have 3 modules - web module with Spring controllers, ejb module with my EJB beans and spring mogule with
I\'m new to EJB 3 and pretty confused with some doubts which Google didn\'t provide with a satisfactory answer.
I want to use SEAM Framework with Hibernate but do not want to use EJB. I cannot use EJB. First question is, can I use EntityManager? or is EntityManager a part of EJB?
Let\'s say I want to use an EJB container and I don\'t know how the container implementation is using classloaders.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
select DISTINCT TOP 10o.MaterialNumber from MaterialCreation_MDO o where o.MaterialGroup= ?1 and 开发者_运维问答o.Noun= ?2 and o.MaterialNumber like ?3 order by o.MaterialNumber desc