Update readme

This commit is contained in:
Alexey Andreev 2014-10-07 13:56:54 +04:00
parent 0b6d4672e6
commit 82ce525a1b

View File

@ -25,7 +25,9 @@ Quick start
There are several options of using TeaVM. One is the Maven build. There are several options of using TeaVM. One is the Maven build.
The easiest way to create a new TeaVM project is to type in the command line: The easiest way to create a new TeaVM project is to type in the command line:
mvn -DarchetypeCatalog=local -DarchetypeGroupId=org.teavm -DarchetypeArtifactId=teavm-maven-webapp \ mvn -DarchetypeCatalog=local \
-DarchetypeGroupId=org.teavm \
-DarchetypeArtifactId=teavm-maven-webapp \
-DarchetypeVersion=0.2.0 archetype:generate -DarchetypeVersion=0.2.0 archetype:generate
Now you can execute `mvn clean package` and get the generated `war` file. Now you can execute `mvn clean package` and get the generated `war` file.
@ -49,7 +51,7 @@ support for running DukeScript applications, using [teavm-html4j](teavm-html4j)
Live examples Live examples
------------- -------------
Compare the speed of JavaScript produced by TeaVM and GWT here: [http://teavm.org/live-examples/jbox2d-benchmark/] Compare the speed of JavaScript produced by TeaVM and GWT here: http://teavm.org/live-examples/jbox2d-benchmark/
Thanks to [Jaroslav Tulach](http://wiki.apidesign.org/wiki/User:JaroslavTulach), author of DukeScript, we have several Thanks to [Jaroslav Tulach](http://wiki.apidesign.org/wiki/User:JaroslavTulach), author of DukeScript, we have several
DukeScript example applications. One is the minesweeper game. DukeScript example applications. One is the minesweeper game.
@ -60,4 +62,4 @@ and [HTML page](http://source.apidesign.org/hg/html~demo/file/4dce5ea7e13a/mines
Another example is avaialble [here](http://graphhopper.com/teavm/). Another example is avaialble [here](http://graphhopper.com/teavm/).
It uses [GraphHopper](https://github.com/graphhopper/graphhopper/) to build route in browser. It uses [GraphHopper](https://github.com/graphhopper/graphhopper/) to build route in browser.
Unlike original GraphHopper example it works completely in browser instead of querying server. Unlike original GraphHopper example it works completely in browser instead of querying server.
Thanks to [Peter Karich](https://github.com/karussell). Thanks to [Peter Karich](https://github.com/karussell).