Building an Application
Tabris applications are just Java web applications. For this reason you can use whatever build technology you like. We offer a bunch of examples that can be used as a starting point.
Maven Archetype
As you might know from the getting started guide we offer a Maven archetype called tabris-application
. Creating a project from this archetype also generates a pom
that will produce a deployable war
file. Just step inside the created project and execute mvn package
.
Tycho, PDE Build… if OSGi == true
If you use Tabris in an OSGi environment we can recommend to take a look at the following build template: