with Tags:
components
X

Invoking SCA Components from your Dojo iWidget Components
To be able to call an SCA component from a Dojo iWidget component
in a convenient way, you need to provide an HTTP Export for the SCA
component. In this post, I will show you how to do this in details 1. Create your SCA Component (Weather Status Component) First, create your SCA component from the Assembly diagram, create a suitable interface as shown in the figure below. I created a getWeatherStatus operation which takes a Location Object as an input, and output a WeatherData Object. The next figure shows the structure of both the... [More]
Tags:  space sca dojo components process business invoking server iwidgets |
Mashups4JSF Generic Feed Reader Components
Mashups4JSF currently contains two main generic feed reader components: 1. atomFeedReader component. 2. rssFeedReader component. Using these two components allows the JSF developer to get the feeds from any mashup provider that provides RSS or Atom feeds. Here is an example of the atomFeedReader component: <mashup:atomFeedReader feedURL="http://www.jroller.com/HazemBlog/feed/entries/atom"
maximumCount="5" feedVar="feed" entryVar="entry" entryIndex="entryIndex">
... [More]
Tags:  mashups4jsf reader components feed jsf generic mashups |