Hi there,
Is it possible to have global Java custom classes on the Xi/J2EE environment?
(i.e. Stand-alone Java classes that can be made accessible for all Xi interfaces).
I would like to create a set of Java classes that can be instantiated outside Xi, they only exist to serve as JCO connection pool provider.
Thanks to this approach all interfaces that need a RFC connection, can get/call an instance like this running on the local JVM and obtain a connection object from the connection pool it holds.
I think working this way will minimize the amount of system resources used by every interface when making JCO calls.
Please send me any ideas you may have on this topic.
Cheers,
Rob.
Message was edited by: rob viana
Hello,
After some research and according to the available Xi documentation, it should be possible to access custom Java objects from Xi mappings within any SWC. These objects live together with other Xi Java objects on the JVM making so possible to use/access them widely across the Xi environment.
Cheers,
Rob.
Add a comment