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
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
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
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
Greetings all, I have a qu开发者_Go百科estion: How to remove an EJB session bean (especially Stateless beans) ?
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.
is it possible to map bean\'s key field with identity primary key column in DB2? Sample table: CREATE TABLE ADDRESS (
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.
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 开
In the project I am currently working at we have about 20 different EJB 2 JARs that are used across multiple (Swing-) clients.