Hi, I am new to Perl World. I have a requirement to call java objects from Perl and am trying to use INLINE: JAVA for doing this.
Before I go deeper , let me give overview about the Java objetcs.The java objects will connect to Oracle database and return data based on the input passed. All this functionality will be done in Java objects using JDBC connection. Also the existing environment has following software 1. Apache Web Server 1.3.33 2. Mod Perl version 1.29. Now to use INLINE: JAVA I need to install the following software 1. Java SDK 1.2 or higher 2. Inline version 0.44 or higher Besides these I would like to know 1. What would be the performance i.e perl script invoking the Java objects? 2. Any threading issues? Mote; This java service expects some input and returns output. Just it handles the retrieval of data from database. no transactions are handled in this service. 3. Any other issues? If anyone has come across such requirements, please let me know the steps to be followed before proceeding further. Expecting response from someone. Best Regards Raghav