Many thanks to those who have take the time to answer
my question, but here is an other one:

What do you mean by "automatic classloading from the server"?
And how can I do this? Is it a solution to "centralize" the code?
Sort of "any client can update their code from a unique point: the server"?

Thanks in advance :)

-----Message d'origine-----
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]De la part de Lennart
Petersson
Envoy� : jeudi 14 mars 2002 16:09
� : Lo�c Lef�vre; JBoss User Mailing List
Objet : Re: [JBoss-user] Very newbie question


It has to implement java.io.Serializable class. And the client have to have
it in it's classpath, or you use automatic classloading from the server.
/Lennart

On 02-03-14 15:35, "Lo�c Lef�vre" <[EMAIL PROTECTED]> wrote:

> Hi everybody,
> I just would like to know
> what are the conditions for a Home interface
> to return a Class type reference? (serialization...)
>
> for example:
>
> ...
> public interface Character extends EJBObject
> {
>   public Position getPosition() throws RemoteException;
>   ...
> }
>
> What does the "Position" class require?
>
> Thanks in advance,
> Lo�c Lef�vre
>
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user


Sent using the Entourage X Test Drive.


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to