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/UI/UIMashup"

Line 9: Line 9:
 
Any existing web-based UI components potentially residing in different web application can be displayed and used as inside the Stardust Process Portal when successful integrations with other web-based UI technologies exist, e.g Struts, Grails..etc  
 
Any existing web-based UI components potentially residing in different web application can be displayed and used as inside the Stardust Process Portal when successful integrations with other web-based UI technologies exist, e.g Struts, Grails..etc  
  
== Calling an External Web Application ==
+
== Calling an External Web Application ==
  
 +
Following are the steps to be performed:
  
 +
*Create an Application Activity
 +
*Map this activity with external web application.
  
Following are the steps to be performed:
+
#Mention the URL of the Web Application.
 +
#Mention the Input & Output parameters.
 +
 
 +
*Do In/Out data mapping for the activity.<br>
 +
 
 +
This is the model for one of the sample applications. It is an example to send &amp; receive both primitive &amp; structured data from IPP to Web Application.<br>MashUp.xpdl
 +
 
 +
<br>

Revision as of 04:06, 9 November 2011

Purpose

The standard UI technologies available in the modeling environment are:

  • JSF
  • JSP
  • JFC

Any existing web-based UI components potentially residing in different web application can be displayed and used as inside the Stardust Process Portal when successful integrations with other web-based UI technologies exist, e.g Struts, Grails..etc

Calling an External Web Application

Following are the steps to be performed:

  • Create an Application Activity
  • Map this activity with external web application.
  1. Mention the URL of the Web Application.
  2. Mention the Input & Output parameters.
  • Do In/Out data mapping for the activity.

This is the model for one of the sample applications. It is an example to send & receive both primitive & structured data from IPP to Web Application.
MashUp.xpdl


Back to the top