Skip to main content

Notice: This Wiki is now read only and edits are no longer 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/Manual"

(New page: == Manual == === The SMILA Development Environment === * Setup your Eclipse IDE for SMILA * [[SMILA/Development_Guidelines/H...)
 
(Manual)
Line 1: Line 1:
== Manual ==
+
== The SMILA Development Environment ==
 
+
=== The SMILA Development Environment ===
+
 
* [[SMILA/Development_Guidelines/Howto_set_up_dev_environment|Setup your Eclipse IDE for SMILA]]
 
* [[SMILA/Development_Guidelines/Howto_set_up_dev_environment|Setup your Eclipse IDE for SMILA]]
 
* [[SMILA/Development_Guidelines/Howto_build_a_SMILA-Distribution|Build SMILA]]
 
* [[SMILA/Development_Guidelines/Howto_build_a_SMILA-Distribution|Build SMILA]]
Line 11: Line 9:
 
** [[SMILA/Development_Guidelines/How_to_integrate_test_bundle_into_build_process|Adding a new test bundle to the build]]
 
** [[SMILA/Development_Guidelines/How_to_integrate_test_bundle_into_build_process|Adding a new test bundle to the build]]
  
=== Basics ===
+
== Basics ==
 
* [[SMILA/Architecture_Overview|Architecture]]
 
* [[SMILA/Architecture_Overview|Architecture]]
 
* [[SMILA/Documentation/Data_Model_and_Serialization_Formats|Data Model, XML, JSON, BON]]
 
* [[SMILA/Documentation/Data_Model_and_Serialization_Formats|Data Model, XML, JSON, BON]]
Line 17: Line 15:
 
* [[SMILA/REST_API_Reference|REST API Reference]]
 
* [[SMILA/REST_API_Reference|REST API Reference]]
  
=== Pipelines and Pipelets: Synchronous Workflows of Java components ===
+
== Pipelines and Pipelets: Synchronous Workflows of Java components ==
 
* [[SMILA/Documentation/Pipelets|What are Pipelets?]]
 
* [[SMILA/Documentation/Pipelets|What are Pipelets?]]
 
* [[SMILA/Documentation/BPEL_Workflow_Processor|Configuration and Creating BPEL Pipelines]]
 
* [[SMILA/Documentation/BPEL_Workflow_Processor|Configuration and Creating BPEL Pipelines]]
 
** [[SMILA/Development_Guidelines/How_to_filter_and_access_record_data_in_BPEL|Using SMILA records in BPEL activities]]
 
** [[SMILA/Development_Guidelines/How_to_filter_and_access_record_data_in_BPEL|Using SMILA records in BPEL activities]]
 
* [[Using the BPEL Designer|SMILA/BPEL_Designer]]
 
* [[Using the BPEL Designer|SMILA/BPEL_Designer]]
* Pipelets Reference
+
* Basic Pipelets
** [[SMILA/Documentation/Solr|Solr Integration Pipelets]]
+
 
** [[SMILA/Documentation/Bundle org.eclipse.smila.processing.pipelets|Common pipelets: bundle org.eclipse.smila.processing.pipelets]]  
 
** [[SMILA/Documentation/Bundle org.eclipse.smila.processing.pipelets|Common pipelets: bundle org.eclipse.smila.processing.pipelets]]  
 
** [[SMILA/Documentation/Bundle org.eclipse.smila.processing.pipelets.xmlprocessing|Common XML pipelets: Bundle org.eclipse.smila.processing.pipelets.xmlprocessing]]
 
** [[SMILA/Documentation/Bundle org.eclipse.smila.processing.pipelets.xmlprocessing|Common XML pipelets: Bundle org.eclipse.smila.processing.pipelets.xmlprocessing]]
** [[SMILA/Documentation/SesameOntologyManager#Pipelets_using_the_Ontology|Pipelets for Ontology Processing]]
+
** More special pipelets are provided by components described below.
** [[SMILA/Documentation/SampleSecurityConverterPipelet|SampleSecurityConverterPipelet]]
+
 
* Developing Pipelets  
 
* Developing Pipelets  
 
** [[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/Documentation/Usage_of_Blackboard_Service|BlackboardService]]
 
** [[SMILA/Documentation/Usage_of_Blackboard_Service|BlackboardService]]
  
=== Using SMILA for Search ===
+
== Using SMILA for Search ==
  
 
* [[SMILA/Documentation/Search|Search Processing and APIs]]
 
* [[SMILA/Documentation/Search|Search Processing and APIs]]
 +
* [[SMILA/Documentation/Solr|Solr Integration Pipelets]]
  
 
=== JobManager: Asynchronous Workflows ===
 
=== JobManager: Asynchronous Workflows ===

Revision as of 10:14, 19 January 2012

The SMILA Development Environment

Basics

Pipelines and Pipelets: Synchronous Workflows of Java components

Using SMILA for Search

JobManager: Asynchronous Workflows

Importing

The SMILA HTTP Server

Common Services

Deprecated Components

Back to the top