Table of Contents
The smart factory provided by EasyBeans is a factory allowing to download some classes from the server.
It is useful when developing heavy clients.
In order to run the clients, developer has to provide alls the classes used to compile the client code and add a small jar file (less than 50kB) to add to the CLASSPATH.
Required libraries for running a client are :
The client's code (used at compile time)
The Interface of the Beans that are accessed. (used at compile time)
The Java EE API used by the client (used at compile time)
The smart factory provided by the
ow_easybeans_component_smartclient.jar
jar
file.