node-java is an excellent API for calling Java from node: https://github.com/nearinfinity/node-java The other way around is a bit problematic I think because of the evented nature of node. There is a Java implementation of dnode that may be worth looking at for communication between Java and node processes.
On 13/07/2012, at 5:28 PM, pushpinder rattan <[email protected]> wrote: > Folks, > > > Is there any integration of Java and NodeJs?? Can we invoke nodejs using > Java? > > > thanks > Pushpinder > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
