ejb
Change Hypersonic DS to MySql DS
I try to switch an existing (and well deploying) application to MySql instead of Hypersonic. After I follow all steps from JBoss tutorial my application fails in deploy saying:[详细]
2023-04-08 12:02 分类:问答Migrating an EJB project running on JBoss to Websphere Applicataion Server 7
I have a Java EJB project 开发者_运维百科running on JBoss properly.However I have to migrate it to WAS. So I created an EAR then deployed it to WAS. After I tried to run this project on WAS i get this[详细]
2023-04-08 12:00 分类:问答Understanding managed beans/backing beans [duplicate]
This question already has answers here: Difference between managed bean and backing bean (11 answers) Closed 7 years ago.[详细]
2023-04-08 11:34 分类:问答Free Record / Replay solution for j2ee EJB layer
I\'m looking for a free (if possible) solution where: You can \'record\' all the kinds of objects created during normal (production-like) usage of a webapp on an EJB application server (like Weblog[详细]
2023-04-08 11:23 分类:问答Java EE: EJB Entity, Web Standalone
Can you please tell me how is best to do? How can I create a new instance of an entity on web application if I have only the interface..[详细]
2023-04-08 05:13 分类:问答For a Grails app to scale well, do you need to use EJBs?
I\'ve been working on a project in Grails and wondering if Enterprise Java Beans would be needed for it to scale on开发者_如何学运维 a Tomcat Cloud Server.I\'m using basic GORM for persistence, and a[详细]
2023-04-07 13:34 分类:问答jboss 6.1.0.final gwt and ejb combination
this is my first post, so if it isn\'t understandable, please feel free to ask. I\'m trying to develop agwt-application that uses my own ejb-classes from an external shop-project.[详细]
2023-04-07 07:38 分类:问答EJB calls EJB in WebLogic and OpenEJB
I want to write an application which has 2 EJBs. This application can run in both OpenEJB and WebLogic 10.3. Both of the EJB are EJB 3.0.[详细]
2023-04-06 17:46 分类:问答Oracle/Java application, recommended architectures
I am working on a desktop Java application that is supposed to connect to an Oracle database via a proxy which can be a Servlet or an EJB or something else that you can suggest.[详细]
2023-04-06 17:30 分类:问答Globally accessible property in EJB
I have a JavaEE application that needs to access a file in order to obtain certain informations about the installation.[详细]
2023-04-06 16:58 分类:问答