Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Tabris for Eclipse RAP

NotificationsYou must be signed in to change notification settings

eclipsesource/tabris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains theTabris for Eclipse RAP server parts and additional features that are not contained in theRAP core.

Tabris for Eclipse RAP provides two components: a target platform for your server-side code, and Tabris App Launcher for App / Play Store. You can download themhere.

It is free to develop a component and test your application with our generic app launcher. To build and publish your own app, you need access to theTabris.js registry under acommercial license.

Documentation

A detailed Developer Guide incl. JavaDoc can be found on theofficial project documentation site.

Tabris via Maven

Tabris is just a single jar and can be obtained from Maven:

<dependency>    <groupId>com.eclipsesource.tabris</groupId>    <artifactId>tabris</artifactId></dependency>

You can also use the Tabris archetype to create Tabris applications:

mvn archetype:generate -DarchetypeGroupId=com.eclipsesource.tabris -DarchetypeArtifactId=tabris-application -DgroupId=app -DartifactId=app -DpackageName=app -Dversion=0.1-SNAPSHOT -DinteractiveMode=false

Tabris via p2 Software Sites

The following sites can be used to consume Tabris as an Eclipse Target Platform.

  • release:http://download.eclipsesource.com/technology/tabris/downloads/releases Contains the latest releases.
  • staging:http://download.eclipsesource.com/technology/tabris/downloads/staging Can be used as a stable target. We will not purge any version. Contains picked nightly builds.
  • nightly:http://download.eclipsesource.com/technology/tabris/downloads/nightly Contains the last 10 nightly builds. Older builds will be purged.

Demos

Demos using the Tabris features are located in thetabris-demos repository.

Build from Source

Tabris uses an Eclipse Tycho based Maven build. Detailed instructions you ca find in thedocumentation.

License

The server-side code is published under the terms of theEclipse Public License, version 1.0.

The client-sideTabris.js is free.

To build and publish your own app, a commercial license is required.

Tabris for Eclipse RAP is free for open-source and academic projects.


[8]ページ先頭

©2009-2025 Movatter.jp