We've an already implemented WURFL onsite Java app (berryapp implemented using maven/servlet) which we use for all our Java apps, just giving a call to that app in all other apps. Since it is Java based it works well in all other Java apps that call it.
I want to use the same app in my Node.js app (it doesn't have any Java). How can I call the (berryapp/wurfl app) in my node.js?
If I understand the question correctly, this may be as simple as creating a JSP page or a servlet that user the WURFL API to return the data in JSON format, so Node.js can pick it up.
Also note that a Node.js product is available commercially from the same company.