Eric Khosa

Greenhorn
+ Follow
since Nov 08, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Eric Khosa

Its always best to only allow client apps to access Entity beans via a Session bean. This is known as the Session Facade pattern. However, in my personal experience, i have always prefered to let the Session bean return the Entity Bean's remote interface(s) as opposed to the home interfaces you may have proposed... I think this is a neater solution.
23 years ago
Assuming you have installed BEA on your c drive, try placing it under the following
C:/bea/lib
and not
C:/bea/config/mydomain\applications\webApp\WEB-INF\lib
as you may have indicated to have done..
Eric Khosa
23 years ago