in reply to Re: Running perl from java
in thread Running perl from java
So here is my problem:
I have a Web application that uses JSF (JavaServer Faces). The Web application needs to display data that is located in a "ClearQuest" database. My version of ClearQuest supports only a perl API, hence the requirement to execute perl from java.Because it's a Web application, I would like to have all the application files bundled in the one WAR file.
So my problem is how to display the data, obtained from "ClearQuest" using perl, in a Web application?Cheers, Avi.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Running perl from java
by afoken (Chancellor) on Jan 06, 2011 at 16:26 UTC |