Posts under ‘Spring’

HTML Select lists in Spring MVC 2.5 with annotations

In this article, I’d like to talk about the use of HTML select lists with Spring MVC since I’ve had to do some development in this area recently and found little documentation available. Select lists are also known as drop-down lists or combo boxes.
In this post I will use an example web application developed [...]

JBoss Remoting + JBoss Serialization kills JavaRMI and Spring Remoting

We have found recently this powerful libray provided by JBoss.
The performance we have gain in terms of speed is that JBossRemoting + JBossSerlization is 8.72 times faster than JavaRMI + JavaSerialization (JDK 6 update 11)
In our real scenario, basically we are sending a list of around 100000 user defined objects from clients to [...]

TheServerSide Java Symposium Europe - part 1

Last week I attended TheServerSide Java Symposium Europe, a 3 day conference held in Barcelona. I was pleasantly surprised by the variety of topics, the quality of the speakers and the professional organization; it reminded me of the early days of JavaOne.
J2EE vs Spring/Hibernate open source stacks
One of the recurrent themes of the conference was [...]