Is the JPA query language called JPQL or EJBQL? 开发者_C百科I keep reading about them here and there, JPQL seems to appear slightly more often, but frameworks like JBoss Seam use EJBQL everywhere, so
Glassfish v3 gives this exception \" exposes a Remote client view. This feature is not part of the EJB 3.1 Lite API\" when I deploy the jar file.
I developed a small Java application using EJB3 and JSF. But I want deploy it on Tomcat server (not GlassFish and not in 开发者_运维百科Netbeans IDE it has to be independent of Netbeans).
I have a class, which is either EJB or POJO (I don\'t know). I have to make an instance of this class. Is t开发者_如何学Chere any pattern for this operation? Or I should manually check for EJB annotat
I\'m developing a little calculator using EJB technology, in particular JBoss Application Server and Eclipse as IDE.
i got maybe a stupid issue on using entity classes on GWT pages. It is said that to show some class on GWT pages, this class must be defined within package of GWT client app. E.g. GWT application unde
I need to know what factors contribute to not being able to deploy an EJB. I have an error like this:
Sun\'s Bluperint reference implementation of Pet store is built on the JPA Controller pattern. I find no official EJB blueprints whatsoever.
I tried to use an extended PersistenceContext in a component by adding @Pe开发者_StackOverflow中文版rsistenceContext(type=PersistenceContextType.EXTENDED)
开发者_如何学CInteroperability comes to mind (MS/Java). Also, with EJB you need to distribute EJB interface, with WS you got WSLD (I know there\'s EJB extension for WSDL, but I\'m not sure it\'s use