Today if we build an application using the JMS API (using MDBs as message listeners, host it on lets say GlassFish or Weblogic 10) and 开发者_运维百科tomorrow lets say the traffic goes crazy, can we p
Thinking of a brand new application which will have the following architecture Dealers <--> Network <--> Issuers
On JBoss 5.1.0, when I have an EJB3 stateless session bean exposed as a web service using the @WebService annotation in a jar it gets deployed successfully to the following url:
User.hbm.xml <hibernate-mapping> <class name=\"server.dao.domain.User\" table=\"user\" catalog=\"story_v1\">
I want to know the JSP开发者_如何学C and Servlet (exact) version used in the Java EE 5.0 version. I have just added the web-app_2_5.xsd in the web.xml file. Want to check the JAR files.Java EE 5.0 shi
I am learning EJB and to do that I bought a book name EJB 3 D开发者_如何学Pythoneveloper Guides.I got some understanding on how EJB architecture is and how it works.The book does well in explaining th
If I place a file called libA.jar in a classpath folder, and rename the old one to: libA.ja开发者_运维百科r.old
Application configuration: Web application using java first method of creating JAX-WS 2.0 Web Services with annotations.
Do I package a stateless session bean in a war file or a ear file for deploy开发者_C百科ment? Neither nor. EJBs belong in standard JAR files (with a META-INF/ejb-jar.xml). In order to use EJBs from a
The project has an EJB module & a web module. Changing the server is easy, but I\'d like to switch to EJB 3.1 also but I believe I need to change all kind of configuration files since I can\'t do