ejb-2.x
How do I create an EJB Timer service and deploy it to a weblogic 9.2 server running in eclipse?
After trawling the internet for 2 days now I\'m am struggling to find any good running examples of the EJB timer service running on weblogic. Is there anyone out there that can at least point me in t[详细]
2023-02-03 15:09 分类:问答Adding Spring Framework to existing JSP/EJB application
I had an existing 开发者_运维问答application developed in JSP and EJB 2.1 years ago. Now i want to enhance the application with new features. Is there a way to use Spring and Hibernate frameworks with[详细]
2023-01-31 15:03 分类:问答EJB and Hibernate in Struts application
I have an application that has a struts 1.1 and EJB 2 combination, but now we are introducing a new piece into it with hibernate 3.2. The hibernate DAO\'s run in parallel with the EJB 2 session bean D[详细]
2023-01-24 09:23 分类:问答Struts 1.1 + Hibernate 3.2 Integration
I am trying to integrate hibernate into an existing struts + ejb 2.0 application. I had to write a struts-hibernate plugin for the session creation from hibernate.cfg.xml. I also created model and hbm[详细]
2023-01-24 04:51 分类:问答How to remove EJB2.1 Stateless session bean
Greetings all, I have a qu开发者_Go百科estion: How to remove an EJB session bean (especially Stateless beans) ?[详细]
2023-01-20 19:45 分类:问答Testing EJB2.1 to EJB3 migration
We wou开发者_开发问答ld like to migrate an application written using EJB2.1 beans (both Entity and Sessions beans) to EJB3 to improve on maintanance and use new features in the EJB3 spec.[详细]
2023-01-15 17:46 分类:问答CMP 2.0 bean auto-generated primary key WAS 6.1
is it possible to map bean\'s key field with identity primary key column in DB2? Sample table: CREATE TABLE ADDRESS ([详细]
2023-01-12 18:37 分类:问答How to access remote EJB 2.1 bean on JBoss 4.x from outside container
I\'ve got a session bean, defined in an ejb-jar.xml and jboss.xml. It\'s defined with an ejb-name, remote and home interface and an implementation.[详细]
2023-01-10 20:31 分类:问答The simplest way to convert EJB 2.0 project to EJB 3.0
What is the simplest way to convert EJB 2.0 (WebLogic 8.1) project to EJB 3.0 (OAS or WebLogic etc)? I found just this article \"Converting an EJB 2.0 Entity Bean to EJB 3.0\", which could automate 开[详细]
2023-01-07 11:48 分类:问答How to add the ear JNDI namespace to EJB2.x Beans?
In the project I am currently working at we have about 20 different EJB 2 JARs that are used across multiple (Swing-) clients.[详细]
2023-01-05 16:40 分类:问答