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"

(Setup)
Line 3: Line 3:
 
== Setup ==
 
== Setup ==
 
* [[SMILA/Documentation/HowTo/Howto set up dev environment|How to set up the development environment]]
 
* [[SMILA/Documentation/HowTo/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]]
+
* [[SMILA/Documentation/HowTo/Howto set up target platform|how to set up a target platform manually]]
  
 
== Build ==
 
== Build ==
* [[SMILA/Development Guidelines/Howto build a SMILA-Distribution|How to build a SMILA-Distribution]]
+
* [[SMILA/Documentation/HowTo/Howto build a SMILA-Distribution|How to build a SMILA-Distribution]]
  
 
== Creation of bundles ==  
 
== Creation of bundles ==  
* [[SMILA/Development_Guidelines/Create a bundle (plug-in)|How to create a bundle (plug-in)]]
+
* [[SMILA/Documentation/HowTo/Create a bundle (plug-in)|How to create a bundle (plug-in)]]
* [[SMILA/Development_Guidelines/Create a test bundle (plug-in)|How to create a test bundle (plug-in)]]
+
* [[SMILA/Documentation/HowTo/Create a test bundle (plug-in)|How to create a test bundle (plug-in)]]
* [[SMILA/Development_Guidelines/How to integrate new bundle into build process|How to integrate a new bundle into the build process]]
+
* [[SMILA/Documentation/HowTo/How to integrate new bundle into build process|How to integrate a new bundle into the build process]]
* [[SMILA/Development_Guidelines/How to integrate test bundle into build process|How to integrate a test bundle into the build process]]
+
* [[SMILA/Documentation/HowTo/How to integrate test bundle into build process|How to integrate a test bundle into the build process]]
* [[SMILA/Development_Guidelines/3rd party bundle|How to add 3rd party bundle]]
+
* [[SMILA/Documentation/HowTo/3rd party bundle|How to add 3rd party bundle]]
  
 
== Integrate a component ==  
 
== Integrate a component ==  
 
* [[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/Documentation/HowTo/How to write a Pipelet|How to write a '''pipelet''']]
* [[SMILA/Development_Guidelines/How to write a Worker|How to write a '''worker''']]
+
* [[SMILA/Documentation/HowTo/How to write a Worker|How to write a '''worker''']]
* [[SMILA/Development_Guidelines/How to add a new Data Source to the importing framework|How to add a new '''Data Source''' to the SMILA importing framework]]
+
* [[SMILA/Documentation/HowTo/How to add a new Data Source to the importing framework|How to add a new '''Data Source''' to the SMILA importing framework]]
* [[SMILA/Development_Guidelines/How to integrate the HelloWorld webservice as a Pipelet|How to integrate the HelloWorld '''web service''' as a pipelet]]
+
* [[SMILA/Documentation/HowTo/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/Documentation/HowTo/How to filter and access record data in BPEL|How to filter and access record data in BPEL]]
  
 
== Other topics ==
 
== Other topics ==
* [[SMILA/Development Guidelines/How to export a bundle|How to export a bundle]]
+
* [[SMILA/Documentation/HowTo/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]]
+
* [[SMILA/Documentation/HowTo/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/Documentation/HowTo/How to implement an agent|How to implement an '''agent''']]
* [[SMILA/Development Guidelines/How to implement a crawler|How to implement a '''crawler''']]
+
* [[SMILA/Documentation/HowTo/How to implement a crawler|How to implement a '''crawler''']]

Revision as of 09:29, 24 January 2012

SMILA HowTo manuals

Setup

Build

Creation of bundles

Integrate a component

Other topics


Deprecated

Back to the top