Enterprise Technologies

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • LDAP y EJB

    1 answers - 252 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    I need to access a LDAP Directory to read and write things. What is thebest option Bean Manage Enterprise Bean or Session Bean? -How can i find a collection of things? Which is the best option: a find metthod or a business methods?
  • No.1 | | 608 bytes | |

    > 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

Re: LDAP y EJB


max 4000 letters.
Your nickname that display:
In order to stop the spam: 8 + 8 =
QUESTION ON "Enterprise Technologies"

JAVA TECH