Skip to content
infinity202 edited this page Apr 18, 2023 · 1 revision

Welcome to the undertow.js wiki!

undertow.js is a combination of javascript language and the java language and can be mixed in almost unimaginable ways.

Some Examples:

  1. CRUD: read from, write to a database (bound via JNDI inside WildFly) with extreme speed and only 3 lines of code
  2. import common java classes without hassle
  3. is it an object, is it an array, is it a String? Who cares, no need to recompile everything just alter the definition
  4. testing : change your code and re-upload it to the WAR section inside Wildfly. Deployed in seconds!
  5. Speed: You will be surprised, improvements of 2 - 10x other coding languages are easily possible
  6. Hidden code : the undertow.js files you create are hidden inside Wildfly and non-accessible for the outside world
Clone this wiki locally