Implementing Your Own "SOA" Registry: the Maven Way
Join the DZone community and get the full member experience.
Join For FreeI saw a very interesting article on InfoQ by Ben Wilcock where he
described a dead simple SOA R&R using a very pragmatic approach with
Maven combined with a simple HTML app.
http://www.infoq.com/articles/SimpleServiceRepository
As an integration consultant I've worked with registries ranging from overly complex offerings (IBM Websphere Registry and Repository) to time-consuming simple wikis, but I have to say that his solution is arguably the most elegant yet.
The best part is that you both get the visibility as your schemas and contracts are available to all your stakeholders, while keeping your co-developers happy by just pointing them to a Maven project to include in their dependencies.
I'm definately hijacking this concept to my current project, and I find it very interesting that this solution has been under my nose all this time without reflecting on it. :-)
http://www.infoq.com/articles/SimpleServiceRepository
As an integration consultant I've worked with registries ranging from overly complex offerings (IBM Websphere Registry and Repository) to time-consuming simple wikis, but I have to say that his solution is arguably the most elegant yet.
The best part is that you both get the visibility as your schemas and contracts are available to all your stakeholders, while keeping your co-developers happy by just pointing them to a Maven project to include in their dependencies.
I'm definately hijacking this concept to my current project, and I find it very interesting that this solution has been under my nose all this time without reflecting on it. :-)
SOA
Apache Maven
Published at DZone with permission of Billy Sjöberg, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments