0 Replies Latest reply on May 6, 2004 11:52 AM by balteo

    SOS Session EJB stategy for value-list handler

    balteo

      Hello,

      I am trying to implement the J2EE value-list handler design pattern using a session EJB as the value-list handler.

      I am using the following documentation: http://java.sun.com/blueprints/corej2eepatterns/Patterns/ValueListHandler.html
      Notice on this page that the client accesses the value list iterator directly. This is possible with the POJO strategy but as my value-list handler is a session ejb (session facade strategy), my client cannot access the iterator directly.

      Can anyone tell me how to implement that strategy using a session ejb? Code snippets and/or comments are welcome.

      Thanks in advance,

      Julien Martin.