-
Recent Posts
Category Cloud
Blogroll
Serenity
Archives
- May 2013
- April 2013
- March 2013
- February 2013
- August 2012
- March 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
Meta
Category Archives: turmeric
New Year, New Challenges
For the last year and half I have been working with eBay through Intalio, on the Turmeric SOA project. With the new year, I’ll be transitioning off the Turmeric SOA project to an internal Intalio project. I’ll still … Continue reading
Testing Turmeric SOA Web Services
With the recent release of Turmeric SOA 1.1.0, I thought it was a good time to revist some of the tutorials around Turmeric. While working on updating some these, I realised we can make testing of the web services a … Continue reading
Posted in eclipse, testing, turmeric, web services, wsdl
3 Comments
Turmeric SOA 1.1.0 Released
Turmeric SOA 1.1.0 is now available for download. https://www.ebayopensource.org/index.php/Turmeric/Downloads Included in this release are several new features and improvements. Cassandra storage support for both Rater Limiter, Runtime, and Monitoring Console. Metrics are captured and stored in a cassandra data store. … Continue reading
Adding JSONP support to a Web Service
With the Turmeric SOA runtime framework, and in particular the binding framework, a web service can return data in a variety of formats. This is accomplished through the use of a plugable request/response serialization/deserialization framework. As of version 1.0, … Continue reading
Posted in json, open source, turmeric, web services
Leave a comment
Enterprise SOAP Services in a Web 2.0 REST/JSON World
Many enterprises have devoted a large amount of time and energy into supporting the W3C SOAP and Web Service stack. In fact many people, when the term Service Oriented Architecture is brought up automatically think this is SOAP and the … Continue reading
Posted in json, open source, turmeric, web services, wsdl
Leave a comment
Refactoring: Maintainable Web Services
One of the problems I have with WSDL based web services is the fact that operations are typically generated into one big interface file that must be implemented. I’ve seen WSDLs with 50 to 70 operations, and this leads … Continue reading
Posted in clean code, craftsmanship, eclipse, refactoring, turmeric
3 Comments
Turmeric SOA at JavaOne
On Monday October 3, JavaOne will hold their Birds of a Feather. Turmeric SOA is on the card. We’ll be introducing what the project includes, and how you can get involved. Sastry Malladi from eBay, the lead Architect behind the … Continue reading
Posted in open source, turmeric, web services, wsdl
Leave a comment
Turmeric SOA Distributions
One of the challenges with any open source project, is making it easy to get up and running. A user should be able to download a binary, and type one command to get started. Until recently with the Turmeric … Continue reading
Posted in eclipse, open source, turmeric, web services, wsdl, xsd
4 Comments
Ohio LinuxFest: Turmeric SOA BOF
This will probably be my shortest blog post, but needed to get the word out. If you are heading to the Ohio LinuxFest on Saturday, September 10, 2011, we’ll be holding a Turmeric SOA Birds of Feather at 10am in … Continue reading
Posted in turmeric, web services
Leave a comment
Turmeric SOA and Cassandra
It’s been a while since I posted about Turmeric SOA so here are couple of nuggets on what is in development. RateLimiterService with Cassandra Integration. The current RateLimiterService provider is a basic in memory hashmap store for the service. It … Continue reading
Posted in cassandra, turmeric, wsdl
Leave a comment