By Octavio Berlanga, on February 15th, 2011.
There may be situations in which it makes sense to access data from an EJB session bean using JDBC. Perhaps you are only reading values from a table and since you are not making any changes to the table, using an entity bean may seem like overkill. In this post I cover setting up a database connection pool in JBoss and accessing the database using JDBC from an EJB session bean.
. . . → Read More: Accessing a Database Connection Pool from a Session EJB in JBoss AS
By Octavio Berlanga, on July 11th, 2010.
This post is a summary and a quick reference of entity relationship mapping under EJB3. . . . → Read More: Mapping Entity Relationships in EJB3
By Octavio Berlanga, on July 11th, 2010.
This post explains how to access a Session EJB in a JBoss application server from a client application using a remote interface. . . . → Read More: Accessing a Remote Session EJB under JBoss
By Octavio Berlanga, on July 11th, 2010.
This post describes JBoss settings that are relevant to Enterprise JavaBeans . . . → Read More: EJB Configuration under JBoss
By Octavio Berlanga, on July 10th, 2010.
How to implement inheritance in EJB3 . . . → Read More: EJB3 Inheritance
By Octavio Berlanga, on July 10th, 2010.
A step by step guide to EJB 3 . . . → Read More: Enterprise JavaBeans 3.0 Step by Step