IMHO I disagree regarding JNI. JNI has total different philosophy. The combination of NodeJS & Java serves the need for an external I/O Processing VM. The fact that can be implemented doesn't mean that's a good solution. In Most Cases you should combine both via messaging or Interprocess communication.
JNI serves the need to reach a low level access in the JVM. On Wed, Oct 24, 2012 at 5:14 PM, Matt <[email protected]> wrote: > Another approach, call Java directly from Node using JNI: > > https://github.com/nearinfinity/node-java > > On Wed, Oct 24, 2012 at 8:55 AM, Angel Java Lopez > <[email protected]>wrote: > >> Another approach: >> >> Call Node.js functions from Java, using dnode >> https://github.com/substack/dnode >> >> >> On Mon, Oct 22, 2012 at 2:43 PM, amro alfares <[email protected]>wrote: >> >>> Dear all >>> i am posting this question after alot of google search >>> i want to use node.js with my java web project >>> can any one tell me how to do that ?! >>> Regards >>> >>> -- >>> 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 >> > > -- > 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 > -- * Evangelos Pappas ** - **[email protected]* *mob: +30 698 3358 406* *Evalon.gr * *GitHub <https://github.com/BagosGiAr>* Linkedin <http://www.linkedin.com/in/bagosgiar> *Twitter* <http://twitter.com/#!/BagosGiAr> *My Blog <http://bagosgiar.posterous.com/>* -- 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
