Enterprise Java
-

7 ways to improve performance of a Hibernate application
HibernateĀ is a great tool forĀ integratingĀ JavaĀ web applications with a SQL database, but what shouldĀ we do when theĀ applicationās response times startĀ increasing considerably?…
Read More » -

Processing Twitter feed using Spring Boot
In one of my previous postsĀ I already discussed how to process the Twitter sample feed using Apache Storm, and now…
Read More » -

Creating a shared library for Jersey 2.19 to use with Weblogic 12.1.3
Weblogic server comes with a shared library so you can deploy JAX-RS 2.0 applications; but is limited to Jersey version…
Read More » -

Server-sent events with RxJava and SseEmitter
Spring framework 4.2 GA is almost released, let’s look at some new features it provides. The one that got my…
Read More » -

Building modern web applications using Java and Spring
Creating Java web applications using Spring Framework has never been easier. If youāre already familiar with Java and have little…
Read More » -

In-memory Data Model and Persistence for Big Data
ORM frameworks help developers when they want to interact with relational databases. There are many excellent ORM frameworks for relational…
Read More » -

Is Asynchronous EJB Just a Gimmick?
In previous articles (here and here) I showed that creating non-blocking asynchronous applications could increase performance when the server is…
Read More » -

Random JCache stuff: multiple Providers and JMX beans
JCache (JSR 107) is the Java standard for Caching⦠enough said. No more introductory stuff. This is a quick fire…
Read More » -

Getting started with Spark: it is possible to create lightweight RESTful application also in Java
Recently I have been writing a RESTful serviceĀ usingĀ Spark, a web framework for JavaĀ (which isĀ not related to Apache Spark). When we…
Read More »



