GSoC/GCI Archive
Google Summer of Code 2010 Apache Software Foundation

Implement read-write API and Serialization strategy for Apache Woden Component level API ( Woden -20)

by Dilshan Edirisuriya for Apache Software Foundation

Apache Woden implements the W3C WSDL 2.0 spec. According to W3C WSDL 2.0 spec the Woden has two APIs,Element Level and Component level APIs.The Component Level API is a read only API and implementing a read write features is the main goal.Further defining a serialization strategy for the Component level API is also required. another goal of this project is identifying those serialization alternatives and encapsulating them using a strategy pattern and implement them.