What is your suggestion for a way of hooking up node.js to a Tibco EMS? Would you wrap a native Tibco EMS library as a package for node and do it that way? Just trying to figure this out as node would work very well with Tibco EMS.
Thanks On Friday, July 13, 2012 6:29:19 PM UTC-4, Jeremy wrote: > > Rhino is the "Node.js" of the Java world (traditionally speaking). > > But, a distributed MQ like Zero is a way to integrate via message passing. > My MongoMQ could also be used as could just about any other MQ that is > supported by Java and Node. > > If your already using an enterprise system like Tibco EMS you can also > place your Node handlers on that bus without too much work. > > As for directly integrating the Node runtime into Java, that isn't going > to happen (again look to Rhino for that). Node is native, Java is a VM. > In memory IPC via a C/C++ wrapper is about as close as you could get. > > - Jeremy > > On Fri, Jul 13, 2012 at 4:12 PM, Alexey Petrushin > <[email protected]<javascript:> > > wrote: > >> ZeroMQ may be an option >> >> On Friday, July 13, 2012 11:28:16 AM UTC+4, pushpinder rattan 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]<javascript:> >> To unsubscribe from this group, send email to >> [email protected] <javascript:> >> 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 --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
