Serialization from Orion back to Client via Session EJB

2002-04-14 Thread Jeff Lowcock
I have a number of code tables in the database, that will only ever be read only. Rather than creating the infrastructure of an Entity EJB for these tables I would like to simply call a session bean to return read only versions of these codes. A typical class has the form public class

Re: Serialization from Orion back to Client via Session EJB

2002-04-14 Thread wim veninga
: Serialization from Orion back to Client via Session EJB I have a number of code tables in the database, that will only ever be read only. Rather than creating the infrastructure of an Entity EJB for these tables I would like to simply call a session bean to return read only versions