0 Replies Latest reply on Aug 12, 2006 1:43 PM by g_nagesh

    web service -design and LDAP

    g_nagesh

      I am developing an application which interacts with LDAP. Once I develop this application, I should have wrap the sesion bean as web service.

      My questions are
      (1). Is it good idea to represents LDAP containers as value objects? Like if the tree has Printers, Files, Accounts then shld we create PrinterValueObject, FilesValueObject ,AccountValueObject and associations?
      (2). Do we have any design patterns to interact with LDAP and expose them as web service?