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 » -
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 » -
JAX–WS with Spring and Maven Tutorial
Spring framework provides remoting support for web services via JAX–WS, in fact, as stated in Spring reference documentation, there are…
Read More » -
‘Hello World’ portlet on JBoss Portal
Portlet Overview This tutorial will show you how to create and deploy a simple portlet. Portlets are Java technology based…
Read More » -
GWT EJB3 Maven JBoss 5.1 integration tutorial
Hello everyone, In this article we are going to demonstrate how to properly integrate GWT and EJB3 in order to implement an example…
Read More » -
Sending e-mails in Java with Spring – GMail SMTP server example
For e-mail sending in Java, the JavaMail API is the standard solution. As the official web page states, “The JavaMail…
Read More »