Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "SMILA/Documentation/HowTo"

(Integrate a component)
Line 3: Line 3:
 
== Setup ==
 
== Setup ==
 
* [[SMILA/Development Guidelines/Howto set up dev environment|How to set up the development environment]]
 
* [[SMILA/Development Guidelines/Howto set up dev environment|How to set up the development environment]]
 +
* [[SMILA/Development Guidelines/Howto set up target platform|how to set up a target platform manually]]
  
 
== Build ==
 
== Build ==
Line 17: Line 18:
 
* [[SMILA/Howto integrate a component in SMILA|'''In detail:''' How to integrate a component in SMILA]]
 
* [[SMILA/Howto integrate a component in SMILA|'''In detail:''' How to integrate a component in SMILA]]
 
* [[SMILA/Development_Guidelines/How to write a Pipelet|How to write a '''pipelet''']]
 
* [[SMILA/Development_Guidelines/How to write a Pipelet|How to write a '''pipelet''']]
* [[SMILA/Development_Guidelines/How_to_write_a_Worker|How to write a '''worker''']]
+
* [[SMILA/Development_Guidelines/How to write a Worker|How to write a '''worker''']]
 
* [[SMILA/Development_Guidelines/How to implement an ETL crawler|How to implement a '''ETL crawler''']]
 
* [[SMILA/Development_Guidelines/How to implement an ETL crawler|How to implement a '''ETL crawler''']]
 
* [[SMILA/Development_Guidelines/How to integrate the HelloWorld webservice as a Pipelet|How to integrate the HelloWorld '''web service''' as a pipelet]]
 
* [[SMILA/Development_Guidelines/How to integrate the HelloWorld webservice as a Pipelet|How to integrate the HelloWorld '''web service''' as a pipelet]]
 
* [[SMILA/Development_Guidelines/How to filter and access record data in BPEL|How to filter and access record data in BPEL]]
 
* [[SMILA/Development_Guidelines/How to filter and access record data in BPEL|How to filter and access record data in BPEL]]
 +
 +
== Other topics ==
 +
* [[SMILA/Development Guidelines/How to export a bundle|How to export a bundle]]
 +
* [[SMILA/Development_Guidelines/How to filter and access record data in BPEL|How to filter and access record data in BPEL]]
 +
  
 
=== Deprecated ===
 
=== Deprecated ===
 
* [[SMILA/Development_Guidelines/How to implement an agent|How to implement an '''agent''']]
 
* [[SMILA/Development_Guidelines/How to implement an agent|How to implement an '''agent''']]
* [[SMILA/Development_Guidelines/How to implement a crawler|How to implement a '''crawler''']]
+
* [[SMILA/Development Guidelines/How to implement a crawler|How to implement a '''crawler''']]

Revision as of 11:52, 19 January 2012

SMILA HowTo manuals

Setup

Build

Creation of bundles

Integrate a component

Other topics


Deprecated

Back to the top