Java Proxy Gen - object creation
Brought to you by:
ferret1964,
twiechmann
EO objects need to be created on the server (model)
side to be constructed correctly using the factory
methods. When using proxies, it is possible to create a
proxy object with the new syntax that is not initialized
based on the possible factory methods of InitSysVars,
InitClassVars, CREATE.
One possible solution would be to have the generated
construtor invoke the createObject method.
Anonymous