HTML/Java Technology Showcase

At first sight this is an old good minesweeper game. At closer look, this is a sample use of a revolutionary technology that allows you to use Java to code your application logic and present it using HTML on any device providing modern HTML5 browser.

Visit Project Page!

Minesweeper

Discover ten square fields that contain a mine and mark them with a sign. Touch a square to find out if there is a mine or not and how many mines are in the eight surrounding ones. Avoid random play, the game recognizes guessing and can re-arrange the mines. This game is fair!

Play »

Documentation

In case you want to write application like this (e.g. use Java and HTML) you can learn more about the libraries that make that possible. Follow this link to HTML for Java documentation.

Read more »

Safari

Run in a Browser

While primarily this technology runs on a desktop or as a tablet or phone application, it is also possible to execute the same unchanged code directly in a browser as well. To do so, one needs a bck2brwsr virtual machine.

Try it »

Android

iBrwsr

This application can also be packaged to run on your iPhone or iPad. In this mode it uses RoboVM virtual machine to execute Java code natively. It uses iOS WebView to display the UI and execute generated JavaScript. Both these components are bound together via iBrwsr library.

Learn more »

Android

Develop Own App!

One can package this application as a plugin for NetBeans or use NetBeans IDE to create application like this yourself. Enjoy the power of HTML and Java. Write your applications once and deploy and display them on any device!

Develop »