Nashorn: JavaScript Engine for Java SE 8

In java 8, a new scripting engine was introduced that was developed by Oracle and named Nashorn. It allows the programmer to code in JavaScript rather than java using the dynamic coding capabilities that language support. It is completely new engine and it replaces the old Rhino engine.

Nashorn: JavaScript Engine for Java SE 8

Adding elements dynamically with JavaScript

In today's post we will create a program where user can add multiple items either form elements, images, div or any thing dynamically with JavaScript. This can be useful where you want to add multiple user's data, want to create questionnaire or multiple tasks items....Continue reading

Adding elements dynamically with JavaScript