Java
-

Java Annotations & A Real World Spring Example
An “annotation” is a type of programming language definition and used as a âmarkerâ. They can be thought as comment…
Read More » -

Master Detail CRUD operations with Regions ADF 11g
Hi, This is an example that demonstrates how to create a Master Detail relationship between tables by using Regions. The…
Read More » -

Extending your JPA POJOs
Extensibility is an important characteristic in many architectures. It is a measure of how easy (or difficult) it is to…
Read More » -

OpenShift Express: Deploy a Java EE application (with AS7 support)
During the past few years, I’ve been hearing about “cloud” services more and more. Initially I wasn’t really curious to…
Read More » -

Profile your applications with Java VisualVM
When you need to discover what part of an application consume the more CPU or Memory, you must use a…
Read More » -

Java 8 Status Updates
The two big new language features of the upcoming Java SE 8 release are Lambda Expressions and Modularity. For both,…
Read More » -

Simulating CDI’s Session and Request Scope in a J2SE app
Weâre currently considering refactoring the Naked Objects framework to use JSR-330 (dependency injection) and EE-oriented big brother, JSR-299 (CDI). Using…
Read More » -

Enabling JMX in Hibernate, EhCache, Quartz, DBCP and Spring
Continuing our journey with JMX (see: JMX for human beings) we will learn how to enable JMX support (typically statistics…
Read More » -

OSGi: An Introduction
OSGi, created for Java-based systems, provides a framework for modular systems. OSGi makes it possible to define the dependencies of…
Read More »




