-
Core Java
Creating a Java Dynamic Proxy
Java Dynamic proxy mechanism provides an interesting way to create proxy instances. The steps to create a dynamic proxy is…
Read More » -
Enterprise Java
Which JSRs Are Included In Java EE 7?
I started to fill out a table of all of the Java Specification Requests that are supposed to go into…
Read More » -
Enterprise Java
JSF – PrimeFaces & Hibernate Integration Project
This article shows how to develop a project by using JSF, PrimeFaces and Hibernate. A sample application is below :…
Read More » -
Enterprise Java
Spring Security Implementing Custom UserDetails with Hibernate
Most of the time, we will want to configure our own security access roles in web applications. This is easily…
Read More » -
Software Development
Stumbling towards a better design
Some programs have a clear design and coding new features is quick and easy. Other programs are a patchwork quilt…
Read More » -
Career
Why You Didn’t Get the Job
Over the course of my career I have scheduled thousands of software engineering interviews with hundreds of hiring managers at…
Read More » -
Enterprise Java
Resolve circular dependency in Spring Autowiring
I would consider this post as best practice for using Spring in enterprise application development. When writing enterprise web application…
Read More » -
Enterprise Java
Extenders: Pattern or Anti-Pattern?
The extender pattern has become popular in recent years and has even been utilised in OSGi standards such as the…
Read More » -
Enterprise Java
Hibernate Composite Ids with association mappings
Recently, We faced a tricky situation with hibernate association mapping with a composite id field. We needed to have bidirectional…
Read More »