A really good presentation on WS-Security for a beginner.
http://www.cs.virginia.edu/~acw/security/doc/Tutorials/WS-Security.ppt
Day to day collection from work and self learning in QA, middleware, tech support spaces ..
Tuesday, July 22, 2008
Monday, July 21, 2008
WSO2 Mashup Server released its newest version - v1.5 !!!
WSO2 Mashup Server version 1.5 was released yesterday 21, Jul 2008.
The new features for the release are ;
Together with the features that were already there;
The new features for the release are ;
Request object
Ability to secure hosted mashups using a set of commonly used security scenarios.
Ability to call secured services using the WSRequest host object
Integrated Data Services Support (expose data locked up in Databases, Excel spreadsheets and CSV files with ease)
OpenID login support
Apache Shindig powered, Google compatible, per-user Dashboard and browser based editor support for developing gadgets for hosted mashups (http://wso2.org/library/3813).
Together with the features that were already there;
- Hosting of mashup services written using JavaScript with E4X XML extension.
- Simple file based deployment model.
- Java Script annotations to configure the deployed services
- Auto generation of meta data 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 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
- Feed: A generic set of host objects to transparently read and create Atom and RSS feeds.
- Request: Ability get information regarding a request received
- IM: Ability to send out instant messages from mashups.
- Email:Ability to send out emails from mashups.
- Support for recurring and longer-running tasks
- Support for service life cycles.
- Ability to secure hosted mashups using a set of commonly used security scenarios.
- Management console to easily manage the mashups
- Simple sharing of deployed mashups with other WSO2 Mashup Servers
- Mashup sharing community portal (http://mooshup.com) to share and host your mashups
Subscribe to:
Posts (Atom)
Featured
Selenium - Page Object Model and Action Methods
How we change this code to PageObjectModel and action classes. 1 2 3 driver . findElement ( By . id ( "userEmail" )). sendKeys (...
Popular Posts
-
These days I am involved in testing a migration tool which demands in testing the application's migration against several databases. In ...
-
Came across this error while executing an oracle script: ORA-30036: unable to extend segment by 8 in undo tablespace 'UNDO' ORA...
-
Iterator mediator breaks a message from the given xpath pattern and produces smaller messages. If you need to collect an attribute value ...
-
In this scenario we will be monitoring requests and responses passed through a proxy service in WSO2 ESB. The proxy service is calling an in...