-
Enterprise Java
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 » -
Enterprise Java
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 » -
Enterprise Java
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 » -
Enterprise Java
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 » -
Android Core
Android Full App, Part 8: Creating an AppWidget for the home screen
This is the eight part of the “Android Full Application Tutorial” series. The complete application aims to provide an easy…
Read More » -
Enterprise Java
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 » -
Enterprise Java
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 »