chhe has asked for the wisdom of the Perl Monks concerning the following question:
hopefully i am not boring you with the reiteration of a not so interesting question:
What are the possiblibilities for "embedding" Perl programms in Java applications. The most obvious solution is to execute a perl programm, through the with the Class Exec. But this probably doesn't scale....
Another possibility would be to have to two seperate processes, one perl and one java, and have them communicate through tcp/ip sockets based some application level protocol.
Are there other possibilities?
Your humble seeker of perl wisdom, Chris
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl / Java
by broquaint (Abbot) on Mar 28, 2002 at 15:46 UTC | |
by RMGir (Prior) on Mar 28, 2002 at 18:04 UTC | |
|
Re: Perl / Java
by perrin (Chancellor) on Mar 28, 2002 at 16:26 UTC | |
|
Re: Perl / Java
by Dog and Pony (Priest) on Mar 28, 2002 at 16:07 UTC | |
|
Re: Perl / Java
by trs80 (Priest) on Mar 28, 2002 at 17:57 UTC |