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. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3833952#3833952 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3833952 ------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
