Entries in Articles (4)

More in my series of Head First blog posts

I've now finished my initial set of postings to the Head First blogs:

While this is the end of the beginning, it's not the end of the end so I'll be posting more in the future, both here and on the Head First blogs.

Posted on Thursday, January 31, 2008 at 09:02AM by Registered CommenterRuss Miles in | CommentsPost a Comment | References1 Reference

New "Layered Dispatching" Rails article on the SOA Ranch

I've finally managed to write up another article for the SOA Ranch (sorry for the delay everyone!).

This article covers how, and why, you'd implement Layered Dispatching in your Rails web services (if you need to ask, then either this article is for you, or it's REALLY not!).

I hope you find it useful. 

Posted on Tuesday, April 24, 2007 at 04:54PM by Registered CommenterRuss Miles in | CommentsPost a Comment | References1 Reference

SOA and Rails part 2 published - this time, things get consumed...

I've just finished up this article on using web services from Rails. This article is the second in the series and aims to walk through simple service consumption.

The next couple of articles in the series will look at consuming services exposed by frameworks other than Rails and then beefing up the implementation so that XML is exchanged as the messages between services, showing off some of the XML processing that you can do inside a Rails application.

I might even throw in some Ajax for the fun of it ... more to come soon. 

Posted on Thursday, August 3, 2006 at 09:21AM by Registered CommenterRuss Miles in | CommentsPost a Comment

SOA and Rails article finally published

I finally got my act together and published this article on how to create web services using Rails, that are then consumed by a .Net application. It's the first in a series and I hope to have the second one out the door later this week.

 

Posted on Tuesday, July 11, 2006 at 09:21AM by Registered CommenterRuss Miles in | CommentsPost a Comment | References1 Reference