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 "Stardust/Knowledge Base/Integration/Applications and Services"

(New page: = Application = Apart from the standard Application Types that officially ship with Stardust a number of additional Application Type implementions are also availale. You can write and ad...)
 
Line 7: Line 7:
 
*DMS  
 
*DMS  
 
*JMS  
 
*JMS  
*Mail  
+
*[http://wiki.eclipse.org/STP/Stardust/KnowledgeBase/Integration/Application/Mail Mail]
 
*Message Operations on structured data or XSD-based (Parsing, Transformation, Serialization, and XSL )  
 
*Message Operations on structured data or XSD-based (Parsing, Transformation, Serialization, and XSL )  
 
*[[STP/Stardust/KnowledgeBase/Integration/Application/POJO|Plain Old Java]]  
 
*[[STP/Stardust/KnowledgeBase/Integration/Application/POJO|Plain Old Java]]  

Revision as of 01:05, 2 November 2011

Application

Apart from the standard Application Types that officially ship with Stardust a number of additional Application Type implementions are also availale. You can write and add your own ones to the platform as well.

The standard ones are:

  • DMS
  • JMS
  • Mail
  • Message Operations on structured data or XSD-based (Parsing, Transformation, Serialization, and XSL )
  • Plain Old Java
  • EJBs
  • Spring Beans
  • Web Services

Other implementations are available as downloadable plug-ins or as examples:

  • Visual Rules
  • SQL/JDBC
  • Spring Batch (planned, looking for contributors ;-)

Click on the Application Type of interest above for additional information and examples illustrating their usage.

Back to the top