


> I need to access a LDAP Directory to read and write
> things. What is thebest option Bean Manage Enterprise
> Bean or Session Bean?
The desision between BMP and Session Beans should be based on your application needs.
Either way, JNDI provides a very rich interface to interact with LDAP servers.
> -How can i find a collection of things? Which is the
> best option: a find metthod or a business methods?
Searches retrieving large results will perform better when you use business methods and not Entity Beans
Vijay
