java-ee-5
Porting a JMS application to MQ
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[详细]
2023-02-24 00:32 分类:问答maximum number of queues in JMS application
Thinking of a brand new application which will have the following architecture Dealers <--> Network <--> Issuers[详细]
2023-02-24 00:21 分类:问答JBoss stateless session bean as web service url
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:[详细]
2023-02-20 02:01 分类:问答Hibernate : can't resolve property username
User.hbm.xml <hibernate-mapping> <class name=\"server.dao.domain.User\" table=\"user\" catalog=\"story_v1\">[详细]
2023-02-14 10:27 分类:问答Configuration for Java EE 5.0
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[详细]
2023-02-08 03:45 分类:问答EJB and the Web Tier
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[详细]
2023-02-05 05:17 分类:问答Java classpath, jar file with no .jar extension in Weblogic over Unix
If I place a file called libA.jar in a classpath folder, and rename the old one to: libA.ja开发者_运维百科r.old[详细]
2023-01-31 05:07 分类:问答How to initialize Java EE 5 JAX-WS 2.0 Web Service with Parameters
Application configuration: Web application using java first method of creating JAX-WS 2.0 Web Services with annotations.[详细]
2023-01-14 06:16 分类:问答Stateless Session Bean
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[详细]
2023-01-12 11:09 分类:问答How do I upgrade an existing enterprise project from Java EE5 to Java EE 6 in Netbeans (6.9)
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[详细]
2023-01-11 05:49 分类:问答