Posts in September 2009
-
Setting up a Maven controlled Web Application for Spring and Hibernate
27 September 2009 | 0 comments | Tagged as: hibernate java maven spring
This guide is a quick introduction into how to set up a web application project for Spring and Hibernate using Maven.
The first step is to create a project using Maven's built-in archetype commands. An archetype is a project templating toolkit, which allows us to create projects to a ...
Read more -
Setting up a web service with Django and SOAP
13 September 2009 | 0 comments | Tagged as: django soap
With the increase of business to business (B2B) communication, the need for machine to machine software interaction over a network has become vital. Such a system is know as a Web Service and can take a variety of forms, specifications and protocols. One commonly used protocol for web services is ...
Read more


