Our Internet support Staff uses the integrated Apache web server that comes with Oracle to provide dynamic web site content. I was asked the question above.
Does anyone have any suggestions on which components of EntireX would best be suited to use with Oracle PL/SQL? If there are examples available, please tell me where they are located.
One option is to use the Java Wrapper and/or RPC server. For Oracle applications wanting data from mainframe (eg Natural / Adabas), a Java Wrapper client program would make an RPC call to Natural RPC server to return data. For Natural (or other mainframe client applications), Natural can call a Java RPC Server (see the Examples directory and SDK documentation), which invokes Java methods to do such things as accessing Oracle databases.
There is a Technical Paper on Servline24 on “RPC Testing” in the EntireX section that talks about calling the Java RPC Server from Natural.