Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse JET Guide
Previous Page Home Next Page

Deploying JET Transformations

Once a JET transformation is complete, it can be shared with other users. There are a number of possibilities:

  • Share the JET Project via a Team environment
  • Export the JET Project to a "Deployable JAR", and place it in a common file system location, and have others reference that location in the Preferences dialog (Preference category JET Transformations.
  • Use the org.eclipse.jet.deployedTransforms extension point to share an exported JET Project via a standard Eclipse plug-in.
  • Include the JET Project in an Eclipse Feature. (JET Projects are Eclipse plug-ins.)

The latter two options require some knowledge of the Eclipse Plug-in Development Environment (PDE).

Exporting a JET Project a Deployable JAR

Creating deployable JET transformations makes use of the Eclipse PDE Deployable plug-ins export wizard:

  • Right-click over the JET project, and choose Export....
  • Select Plug-in Development -> Deployable plug-ins and fragments, and click Next.
  • Click Browse... to select the directory to contain the exported JAR file.
  • Click Finish.

The JAR file will be exported to a subdirectory called plugins. The JAR file itself will be of the form:

     id_version.jar.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire