aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes Local Home Object Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Local Home Object" Watch "Local Home Object" New topic
Author

Local Home Object

Isaias C. Barroso
Ranch Hand

Joined: Jan 22, 2002
Posts: 165
Hi all,
How to utilize a Local Home Object?
Thanks


Isaias
Lasse Koskela
author
Sheriff

Joined: Jan 23, 2002
Posts: 11962
    
    5
Write a local interface for the bean you want to use through a local interface, add the appropriate configuration into the deployment descriptors, deploy your bean, lookup your bean as usual (only cast, don't narrow), and invoke methods.


Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
Isaias C. Barroso
Ranch Hand

Joined: Jan 22, 2002
Posts: 165
My problem thats i was utilized narrow.
Thanks
Lasse Koskela
author
Sheriff

Joined: Jan 23, 2002
Posts: 11962
    
    5
Glad to be of help.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Local Home Object
 
Similar Threads
ejb
[EJB 2.0 Spec] WHERE IS THE TRICK???!!!
JNDI explorer problem
7.7.2 of EJB Spec Creating Session Object
Local Home