Spring
-
Enterprise Java
Spring MVC, Ajax and JSON Part 2 – The Server Side Code
In my last blog I said that I was going to talk about Spring, Ajax and JSON, but didn’t. The…
Read More » -
Enterprise Java
Spring MVC: Security with MySQL and Hibernate
Spring has a lot of different modules. All of them are useful for the concrete purposes. Today I’m going to…
Read More » -
Enterprise Java
Spring MVC, Ajax and JSON Part 1 – Setting The Scene
I’ve been thinking about writing a blog on Spring, Ajax and JSON for a good while, but I’ve never got…
Read More » -
Enterprise Java
Spring MVC: Introduction in testing
Testing is one of the most important parts of software development. Well organized testing helps to keep a code of…
Read More » -
Enterprise Java
Spring MVC: form handling vol. 1
Spring MVC is a part of Spring Framework and its main purpose is to make web-development more simple, convenient and…
Read More » -
Enterprise Java
Simple Spring MVC Web Application using Gradle
This post will be similar to our previous post, Simple Gradle Web Application, except we will now use Spring MVC,…
Read More » -
Enterprise Java
Spring JMS, message automatic conversion, JMS template
In one of my projects I was supposed to create a message router that like all routers was supposed to…
Read More » -
Enterprise Java
When Maven Dependency Plugin Lies
Problem: We had an integration test which creates a spring ClassPathXmlApplicationContext and while doing so the test blew up with…
Read More »