diff -r 541d0898da47 -r 197472ca59d4 minesweeper/src/main/webapp/pages/index.html --- a/minesweeper/src/main/webapp/pages/index.html Tue Aug 05 08:26:11 2014 +0200 +++ b/minesweeper/src/main/webapp/pages/index.html Thu Aug 14 07:50:10 2014 +0200 @@ -94,13 +94,13 @@
-

HTML/Java Technology Demo

+

HTML/Java Technology Showcase

At first sight this is an old good minesweeper - game. At closer look, this is a demo of a revolutionary + 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 capable of rendering + HTML on any device providing modern HTML5 browser.

-
+ -
+

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 - our documentation. + HTML for Java documentation.

Read more »

-
-

Run in a Browser

-

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

-

Try it »

-
- Android + Safari
-

DlvkBrwsr

-

- This application has been packaged to run on your Android phone - and is available on Google Play! In this mode it - uses Dalvik virtual machine to execute Java code natively. - It uses Android's WebView to display the UI and execute - generated JavaScript. Both these components are - bound together via - DlvkBrwsr. -

-

- Install » -

-
+

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 »

+
@@ -186,7 +168,7 @@

iBrwsr

This application can also be packaged to run on your iPhone - or iPad. It is not yet available on AppStore, but it will. + or iPad. In this mode it uses RoboVM virtual machine to execute Java code natively.