Difference between revisions of "Talend Open Studio"

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
 
m
Line 19: Line 19:
 
Alternatively you can extend the provided TOS components with three Adempiere related components to use the Adempiere API and business logic.  
 
Alternatively you can extend the provided TOS components with three Adempiere related components to use the Adempiere API and business logic.  
  
These components are an adaption of the components thankfully provided by Astidian and Audaxis for Compiere. Please have a look at the related [http://sourceforge.net/apps/mediawiki/talendcompierec/index.php?title=Main_Page sourceforge project ] for introduction and examples.
+
These components are an adaption of the components thankfully provided by Astidian and Audaxis for Compiere.  
 +
 
 +
Please have a look at the related [http://sourceforge.net/apps/mediawiki/talendcompierec/index.php?title=Main_Page sourceforge project] for introduction and examples.
 
   
 
   
 
=== Setup ===
 
=== Setup ===

Revision as of 07:32, 10 May 2010

Talend Open Studio (TOS)

is an Open Source Data Integration software.

From www.talend.com:

"Talend Open Studio

Talend's flagship product, Talend Open Studio, is the most open, innovative and powerful data integration solution on the market today.

Provided as a packaged, out-of-the-box, ready-to-install platform, Talend Open Studio meets the data integration requirements of all organizations – regardless of their size or level of data integration expertise.

Talend Open Studio is a robust product that runs complex integration processes even in the most demanding environments."

It is based on Eclipse and provides a graphical designer and a code generator which allows you to run the integration job for example standalone on your Adempiere server.

It can be used to import or update data connecting directly to the database used by Adempiere.

Alternatively you can extend the provided TOS components with three Adempiere related components to use the Adempiere API and business logic.

These components are an adaption of the components thankfully provided by Astidian and Audaxis for Compiere.

Please have a look at the related sourceforge project for introduction and examples.

Setup

  • Install TOS

Current version is TOS V4.0.1 (r41260)

  • Provide Adempiere libraries

Copy ADEMPIERE_HOME/lib/Adempiere.jar and ADEMPIERE_HOME/lib/CCTools.jar to TOS_HOME/lib/java

  • Point TOS to the directory containing the components
    • From the pulldown menu open Window > Preferences.
    • Select Talend > Components
    • Update field "User component folder:"
    • Apply the changes
  • Create new job
    • Execute "Create Job" from the context menu in the repository browser
    • You should find the components in the Palette area under Business > Adempiere

Examples

TBD



[Project Page: http://www.talend.com]