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"

m (Setup)
(Other topics)
 
(11 intermediate revisions by 4 users not shown)
Line 4: Line 4:
 
* [[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/Documentation/HowTo/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]]
 +
* [[SMILA/Documentation/HowTo/How to setup SMILA in a cluster|How to setup SMILA in a cluster]]
  
== Build ==
+
== Build SMILA ==
* [[SMILA/Documentation/HowTo/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 ==  
+
== Create bundles ==  
 
* [[SMILA/Documentation/HowTo/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/Documentation/HowTo/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)]]
Line 15: Line 16:
 
* [[SMILA/Documentation/HowTo/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 components ==  
 
* [[SMILA/Documentation/HowTo/Howto integrate a component in SMILA|'''In detail:''' How to integrate a component in SMILA]]
 
* [[SMILA/Documentation/HowTo/Howto integrate a component in SMILA|'''In detail:''' How to integrate a component in SMILA]]
 
* [[SMILA/Documentation/HowTo/How to write a Pipelet|How to write a '''pipelet''']]
 
* [[SMILA/Documentation/HowTo/How to write a Pipelet|How to write a '''pipelet''']]
Line 21: Line 22:
 
* [[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/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/Documentation/HowTo/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/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/Documentation/HowTo/How to access the REST API with the RestClient|How to access the REST API with the Java RestClient]]
 
* [[SMILA/Documentation/HowTo/How to export a bundle|How to export a bundle]]
 
* [[SMILA/Documentation/HowTo/How to export a bundle|How to export a bundle]]
 
* [[SMILA/Documentation/HowTo/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]]
 
+
* [[SMILA/Documentation/Adding_JDBC_Drivers|How to add JDBC drivers to SMILA]]
 +
* [[SMILA/Documentation/Multiple_Instances|How to run multiple SMILA instances on one machine]]
 
----
 
----
 
== Deprecated ==
 
* [[SMILA/Documentation/HowTo/How to implement an agent|How to implement an '''agent''']]
 
* [[SMILA/Documentation/HowTo/How to implement a crawler|How to implement a '''crawler''']]
 

Latest revision as of 03:55, 23 June 2014

SMILA HowTo manuals

Set up SMILA

Build SMILA

Create bundles

Integrate components

Other topics


Back to the top