RESTful service with HyperJaxb3 (Part 2 – Build)
In this post I’ll cover how my HyperJaxb3 based RESTful web-service gets built, tested and deployed. What did I want the project’s build to demonstrate? Fully automated end-to-end build, test and...
View ArticleRESTful service with HyperJaxb3 (Part 4 – Architecture)
What does the basic architecture look like? Architecture diagram The service itself is a WAR packaged JEE6 deployable web application. The client can be anything. For the purposes of this project I...
View ArticleRESTful service with HyperJaxb3 (Part 5 – CI with Mike)
I’m a big fan of CI (Continuous Integration) in the workplace but early on in my RESTful ‘Spike’ project I took the decision that I couldn’t be bothered creating a CI at home. From past experience I...
View ArticleBook Review: Service Oriented Architecture with Java
Service Oriented Architecture with Java by Packt Publishing. Ben Wilcock, June 2010. Introduction. For many, Java is the language of choice for implementing Service Oriented Architecture, and with such...
View ArticleImplementing Entity Services using NoSQL – Part 1: Outline
Over the past few weeks I’ve been doing some R&D into the advantages of using NoSQL databases to implement Entity services (also known as Data Services). Entity service is a classification of...
View ArticleImplementing Entity Services using NoSQL – Part 2: Contract-first
It’s time to begin the coding of my SOA entity service with NoSQL project, and as promised I’m starting with the web service’s contract. This technique of starting with a web service contract...
View ArticleImplementing Entity Services using NoSQL – Part 3: CouchDB
Following on from part two of this series where I created and deployed the Product Entity Service using the SOA ‘contract-first’ technique, I’m now going to work on the NoSQL database aspects of the...
View Article