or php. here's help....

http://www.devx.com/Java/Article/20509/1954?pf=true

rgds,
sameer

On 10/10/05, Dan Armbrust <[EMAIL PROTECTED]> wrote:
>
>
> serving java/jsp applications) would be to write the necessary code to
> make perl talk to java - We have done this before (for a different
> purpose) by just having them send messages back and forth over a socket.
> You web app written in perl could send a message to a running java vm
> on the web server (on a socket that the java vm is listening to) with
> the desired search. The java wrapper picks up the message, performs the
> lucene search on the index, and then returns the results back over the
> socket to the perl code.
>
> Dan
>
>


--
Sameer Shisodia Bangalore

Reply via email to