javascript - How to include a web tool based on Node.JS in a Java application? -


i want develop node.js application inside java application, in specific frame.

what need do

i have 2 existing client applications user interfaces:

  • a java application, desktop app several frames
  • a web tool developed in html/javascript framework node.js

i want merge applications in 1 single java application. example web tool embedded in java frame of existing java application.

moreover, both apps have interact. example, java application has aware of change done in embedded web frame.

both applications quite complex, goal re-use existing sources.

what trying

i know javafx allows implementation of html components in java user interface. however, struggling node.js dependencies.

is possible include node.js dependencies in webviewer of javafx example?

if not, there mean embbed web app in java app?


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -