On Friday, August 30, 2013 1:48:36 AM UTC-4, Mohan Radhakrishnan wrote: > > A simple HTTP interface sending JSON is what I think we need. nodejs does > not have problems with concurrent accesses but I want to know if it can > access the Java print API by spawning a child proccess. NodeJS is highly > suitable for acccess. Is Java access a common usecase ? > > What about exception trapping in Java and sending some notification to > NodeJS and then from there to the HTTP client ? >
FWIW there's a node-Java bridge module: https://github.com/nearinfinity/node-java -- -- 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.
