HTML5 ARTICLE

October 02, 2014

Build HTML5 and JavaScript Applications with DukeScript


A new set of Application Program Interfaces (API) called DukeScript has emerged as an easy alternative solution to creating cross-platform applications for mobile, desktop and the Web. With DukeScript, developers can use plain Java to write application logic and internally render it with HTML5 and JavaScript technologies.

As a result, the latest User Interface (UI) advancements are made available to Java programmers while additional toolkits are no longer necessary. Responsive layouts can be created by combining DukeScript with a framework like Bootstrap, and there is support for many other technologies such as the Knockout JavaScript framework and the canvas API.

DukeScript is fully enterprise ready and enforces true separation of concerns by using HTML5 for the view and Java for business logic while integrating flawlessly with backends such as JavaEE and Spring. The same Java code can be reused as both client-side and server-side.

To run Java code on the desktop, DukeScript leverages the HotSpot Virtual Machine (VM). On Google Android (NewsAlert) devices the Dalvik VM is used, and the DukeScript application is packaged and deployed with the DlvkBrwsr plugin. For Apple iOS devices it’s RoboVM and iBrwsr. The Bck2Brwsr VM allows Java to run in plugin-less browsers.

“The problem on iOS is you cannot do dynamic code generation, but that's exactly what RoboVM avoids,” said Jaroslav Tulach, inventor of DukeScript.

The developers behind DukeScript offer several demo applications on the official website that demonstrate its usefulness and flexibility. These include a Minesweeper game and the FXGameEngine for game developers, a jsfiddle called DEW (Development Environment for the Web), Leaflet4j for displaying and interacting with maps in applications, the Canvas API for developing with the HTML5 Canvas component and a plugin for running in NetBeans.

DukeScript encourages its users to bridge the gap between logic and rendering code by offering this revolutionary new solution. As developers become more familiar with the technology and its capabilities, it is sure to become even more indispensable as it is extended to a wider range of applications and functionality in general.




Edited by Maurice Nagle





HTML5 RESOURCES

HTML 5 Demos and Examples

HTML 5 experimentation and demos I've hacked together. Click on the browser support icon or the technology tag to filter the demos.... Learn More

HTML5 GAMES

HTML5games.com is the largest and most comprehensive directory of HTML5 games on the internet... Learn More

The HTML5 test

How well does your browser support HTML5?... Learn More

Working Draft (WHATWG)

This is the Editor’s Draft from WHATWG. You can use it online or print the available PDF version... Learn More

HTML5 Flip Book

Free jQuery and HTML5 flip book maker for PDF to online page turning book conversion... Learn More