Examples
Mule iBeans offers a range of examples to get you started. Click an example below to read about it and download its source code. To download other iBeans that have been contributed by the community, see Managing iBeans. To quickly create your own iBean, see Write and Test an iBean in 10 Minutes.
| Example | Description | Demonstrates |
|---|---|---|
| GPS Walker | This examples simulates the processing of GPS co-ordinates and plots them on a Google map | Google Maps, Ajax, scheduling and sending messages |
| Notifications | Demonstrates capturing and firing notifications and uses Ajax to send notifications to the browser. | Ajax, Guice, JavaScript, scheduling and sending messages |
| Demonstrates publishing Twitter status updates as well as reading a timeline. | Twitter iBean, iBeans client API via JavaScript, JSON RPC, external configuration (username and password) | |
| Flickr | Demonstrates how to search for photos and load the photos | Flickr iBean, iBeans client API via JavaScript, JSON RPC, JSP, external configuration (API key), select method for traversing results |
| Gmail | Demonstrates integration with Google mail. | Gmail iBean, iBeans client API via JavaScript, JSP, external configuration (username and password) |
Add Comment