vote up -2 vote down star

Possible Duplicate:
How do I call java code from Perl ?

Possible duplicates of:

This question is duplicate of this question, I was reading through the post of that question and it was recommended to use JSON, Inline-Java, open TCP Connection and transfer data and lastly directly pass XML

  • Which one is better amongst suggested approaches ?
  • Are there are other better options to do so, what about Web Services or any other suggestion ?
flag

1  
Please stop opening new questions as a followup to old questions. You can edit the previous question, or add more questions a comment. – Ether Oct 19 at 21:08
I agree on your point but I have posted comment on old questions but as it is 7 months old, it does not get community attention. What should be done about it ? – Rachel Oct 19 at 21:39
You asked this question only last week: stackoverflow.com/questions/1561231/… – Ether Oct 19 at 21:41
see: meta.stackoverflow.com/questions/7046/… And you have enough reputation to create a bounty -- that would draw lots of attention. – Ether Oct 19 at 21:45
Got it. I didn't knew this thing. – Rachel Oct 19 at 21:51

closed as exact duplicate by Bill the Lizard Oct 19 at 23:38

1 Answer

vote up 1 vote down check

Are you still trying to solve your rules related questions?

If so, is your rules engine running in its own JVM? In which case, Inline::Java might not be that useful to you. Instead, you will need to find a way to connect to your rules engine JVM. Is this rules engine JVM on the same server as your perl script?

However, if you don't need a separate JVM, then Inline::Java might be OK?

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.