WSO2 Mashup Server, v0.2 Release Note - 4th October 2007
"Create, deploy, and consume Web services Mashups in the simplest fashion"
The WSO2 Mashup Server is a powerful yet simple and quick way to tailor Web-based information to the personal needs of individuals and organizations.
It is a platform for acquiring data from a variety of sources including Web Services, HTML pages and feeds, and process and combine it with other data using JavaScript with E4X XML extensions. The result is then exposed as a new Web service with rich metadata and artifacts to simplify the creation of rich user interfaces.
The WSO2 Mashup Server will form the backbone of a become an ecosystem of community-developed services that will broaden the palette of capabilities for mashups and distributed applications.
WSO2 Mashup Server is released under the Apache License v2.0
Check out the project Home page for additional information.
Features List
- Hosting of mashup services written using JavaScript with E4X XML
extension
- Simple file based deployment model
- JavaScript annotations to configure the deployed services
- Auto generation of metadata and runtime resources for the deployed mashups
- JavaScript stubs that simplify client access to the mashup service
- TryIt functionality to invoke the mashup service through a web browser
- WSDL 1.1/WSDL 2.0/XSD documents to describe the mashup service
- API documentation
- Ability to bundle a custom user interface for the mashups
- Many useful Javascript Host objects that can be used when writing mashups
- WSRequest: invoke Web services from the mashup services
- File: File storage/manipulation functionality
- System: Set of system specific utility functions
- Session: Ability to share objects across different service invocations
- Scraper: Extract data from HTML pages and present in XML format
- APPClient: Atom Publishing Protocol client to retrieve/publish Atom feeds with APP servers
- Feed: A generic set of host objects to transparently read Atom and RSS feeds
- Support for recurring and longer-running tasks
- Management console to easily manage the mashups
- Simple sharing of deployed mashups with other WSO2 Mashup Servers
- Mashup sharing community portal (http://mashups.wso2.org) to share and host your mashups
New In This Release
- Improved ATOM/RSS and APP support
- Support for Long Running Service scheduling with system.setInterval()
- Revamped databinding and type annotation support
Known Issues
- Management Console was tested only on IE 6/7 & Firefox 1.5/2.0.
- Inter-service dependencies using the dynamically generated stubs may give deployment time errors. Workaround would be to save a local copy of the stub in to the dependent service.
- JSON support is experimental (lacks try-it support)
- Stubs drop items from Array and Object return values when no annotations are used (MASHUP-346).
Future Directions
- Revamped management console user experience
- Improved integration and community support features with mashups.wso2.org.
- Improved MTOM, REST, JSON support.
- Improvements to the mashup creation wizard and the editor in the management console
- Tools to generate screen scraper configurations and to browse RSS/ATOM feeds
- Mashup access statistics monitoring tools
Reporting Problems
Issues can be reported using the public JIRA available on the WSO2 Oxygen Tank.
Contact us
WSO2 Mashup Server developers can be contacted via mailing lists:
For Users : mashup-user@wso2.org
For Developers : mashup-dev@wso2.org
Subscribe to our mailing lists.
Questions can also be raised in the community forum.
Enjoy the Mashup Server!
- WSO2 Mashup Server Team