Kbase P112282: Is there an API that could be used to control Proxygen so we don't have to rely on the UI?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/5/2006 |
|
Status: Unverified
GOAL:
Is there a way to configure ProxyGen to look at directories instead of just single .r?
GOAL:
Is there an API that could be used to control ProxyGen so we don't have to rely on the UI?
FACT(s) (Environment):
OpenEdge 10.x
FIX:
ProxyGen is designed to take a specified set of r-code and to generate the .Net or Java code needed to call the r-code on the AppServer. It does not provide a means to specify that all the r-code in an entire directory should be bundled up and have code generated for all r-code.
In OpenEdge 10.1A a new capability has been added to allow a developer to remove the need to use ProxyGen completely. A set of classes has been made available which allows the developer to dynamically invoke any r-code on the AppServer by defining both the program to run and its parameters at runtime.