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"

(Application Types)
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
= Application  =
+
== Application Types ==
  
 
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.  
 
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:  
+
The standard application types are:  
  
 
*DMS  
 
*DMS  
 
*JMS  
 
*JMS  
*[[STP/Stardust/KnowledgeBase/Integration/Application/Mail|Mail]]  
+
*[[Stardust/Knowledge_Base/Integration/Application/Mail|Mail]]  
*[[STP/Stardust/KnowledgeBase/Integration/Application/MessageOperations|Message Operations on structured data or XSD-based (Parsing, Transformation, Serialization, and XSL )]]  
+
*[[Stardust/Knowledge_Base/Integration/Application/MessageOperations|Message Operations on structured data or XSD-based (Parsing, Transformation, Serialization, and XSL )]]  
*[[STP/Stardust/KnowledgeBase/Integration/Application/POJO|Plain Old Java]]  
+
*[[Stardust/Knowledge_Base/Integration/Application/POJO|Plain Java]]  
*EJBs
+
*[[Stardust/Knowledge_Base/Integration/Application/EJB|EJB Examples]]
*Spring Beans
+
*[[Stardust/Knowledge_Base/Integration/Applications_and_Services/Spring|Spring Bean]]<br>
*[[STP/Stardust/KnowledgeBase/Integration/Application/WebServices|Web Services]]
+
*[[Stardust/Knowledge_Base/Integration/Application/WebServices|Web Services]]
  
 
Other implementations are available as downloadable plug-ins or as examples:  
 
Other implementations are available as downloadable plug-ins or as examples:  
Line 18: Line 18:
 
*Visual Rules  
 
*Visual Rules  
 
*SQL/JDBC  
 
*SQL/JDBC  
*Spring Batch (planned, looking for contributors&nbsp;;-)
+
*Spring Batch (planned, looking for contributors&nbsp;;-) )
  
 
Click on the Application Type of interest above for additional information and examples illustrating their usage.<br><br>
 
Click on the Application Type of interest above for additional information and examples illustrating their usage.<br><br>
 +
 +
== Validation and Exception Handling<br>  ==
 +
 +
[[Stardust/Knowledge_Base/Integration/Application/Exception Propagation|Understanding Exception Propagation]]<br>
 +
 +
[[Stardust/Knowledge_Base/Customization/Portal/JSFValidation|Validation and exception handling in JSF applications]]
 +
 +
== Business Rules Integration  ==
 +
 +
[[Stardust/Knowledge_Base/Integration/Application/DroolsRuleFromPOJO|Calling Drools Rule from POJO Application]]

Latest revision as of 01:07, 22 July 2014

Application Types

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 application types are:

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.

Validation and Exception Handling

Understanding Exception Propagation

Validation and exception handling in JSF applications

Business Rules Integration

Calling Drools Rule from POJO Application

Back to the top