Enterprise Java
-
Spring configuration with zero XML
Tomasz Nurkiewicz, one of our JCG partners and avid supporter of the Spring framework, describes in his latest post how…
Read More » -
Advanced SmartGWT Tutorial, Part 2
This is the second part of my tutorial regarding rapid UI development with SmartGWT. In the first part of the…
Read More » -
Advanced SmartGWT Tutorial, Part 1
Justin, Pat and I have started working on a side project that requires a user interface for administration and management.…
Read More » -
RESTful Web Services with RESTeasy JAX-RS on Tomcat 7 – Eclipse and Maven project
The RESTful approach of developing web services is constantly gaining more and more attention and seems to be pushing SOAP…
Read More » -
Cassandra vs MongoDB vs CouchDB vs Redis vs Riak vs HBase comparison
Kristóf Kovács performed a very interesting brief comparison among six of the most popular “NoSQL” database implementations. Additionally to Kristóf’s work,…
Read More » -
How to Do 100K TPS at Less than 1ms Latency
Martin Thompson and Michael Barker talk about building a HPC financial system handling over 100K TPS at less than 1ms…
Read More » -
Revving Up Your Hibernate Engine
Want to know how you can tune up your Hibernate-based applications for seamless scalability and maximum performance results? This article explores tuning…
Read More » -
Dependency Injection – The manual way
Dependency injection is a technique that separates behavior from dependency resolution. In simpler words, it allows the developer to define…
Read More » -
Securing GWT apps with Spring Security
In this tutorial we will see how to integrate GWT with Spring’s security module, i.e. Spring Security. We will see…
Read More »