-
Software Development
Git DVCS – Getting started
Git is a distributed revision control system, where every working directory is a full-fledged repository with complete history and full…
Read More » -
Enterprise Java
Spring MVC and REST at Google App Engine
Some time ago I wrote about how to implement your Restful Web API using Spring MVC. Read my previous post…
Read More » -
Enterprise Java
Develop Restful web services using Spring MVC
REST INTRODUCTION From Wikipedia: REST-style architectures consist of clients and servers. Clients initiate requests to servers; servers process requests and…
Read More »