aspose file tools
The moose likes Threads and Synchronization and the fly likes SOA with Erlang Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Threads and Synchronization
Reply Bookmark "SOA with Erlang" Watch "SOA with Erlang" New topic
Author

SOA with Erlang

Yolande Kruse
Greenhorn

Joined: Mar 24, 2010
Posts: 6
Hi Mr Logan, Merrit and Carlson.

First, I would like to thank you for writing this book. It has always been my biggest annoyance with Erlang, that there are too few books on the subject.

I haven't worked with Erlang in years, so forgive me if my knowledge seems outdated.
Recently I have been exposed to the principles of SOA. The first thing that struck me when I read about it, was how Erlang would be the perfect language to use for implementing a SOA solution.

Does your book cover SOA with Erlang in detail?
Alain O'Dea
Greenhorn

Joined: Nov 16, 2010
Posts: 9
The book covers the development of a distributed cache service for a website. Part of this is the creation of a resource discovery service.

It does not directly address SOA, but the whole project of the book is done in an SOA style.
Richard Carlsson
author
Greenhorn

Joined: Nov 07, 2010
Posts: 9
I agree with Alain that basically, the whole philosophy of writing systems in Erlang is all about creating separate interacting services, and though we don't use the term "SOA", the book is really all about techniques for implementing a service oriented architecture.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: SOA with Erlang
 
Similar Threads
General Erlang questions to book authors
Erlang-OTP
Seven Languages in Seven Weeks
Query on SOA
Are Web Service Book Different From SOA Book?