Tagged Questions
The entity-beans tag has no wiki summary.
2
votes
1answer
82 views
Migrate from EJB 2 Entity Bean to EJB3
I am having some entity beans created in EJB 2.0 and now I need to migrate to EJB 3.x, but I've studied that use of entity beans are changed in EJB 3.x and they are using JPA instead.
Where can I ...
1
vote
2answers
499 views
Are there any modeling tools that can visually generate jpa or sql queries?
Does anyone know of a tool like PowerArchitect or SquirrelSQL or maybe eclipse plugin that lets you also generate jpa/sql queries?
Imagine you choosing your database, or your entity beans, and the ...
1
vote
1answer
468 views
Can you run EJB 2.1 beans in OSGi?
I have a J2EE 1.3 app that uses EJB 2.1 session and entity beans. Currently this app runs as an EAR file on JBoss. I'd like to switch to the SpringSource dm Application Server because of all the ...
0
votes
1answer
75 views
How do i connect to mysql data base with EJB entity bean?
How to configure ejb with mysql database?
I want to access mysql database table using EJB entity beans
0
votes
1answer
60 views
Entity Beans in the jmx-console?
Is it possible to view entity beans with the jmx-console? If so, how?
0
votes
1answer
427 views
Entity Bean finder methods VS DAO?
Will there be a performance improvement if I remove the entity bean (finder methods) and introduce the DAO layer instead. I want to do this mainly for reading data from the DB. I have a process in my ...