My experiments with technology

Entries from October 2007

Creating a Pie Chart using JFreeChart

October 28, 2007 · 4 Comments

A collegue of mine was working on a project requiring a lot of charting displays in Java EE applications. He requested my inputs around how he should go about getting this requirement done. I did a quick google search and found a number of viable options.

(more…)

Categories: JFreeChart · Pie Chart

Investigating Hibernate Associations – Cascading Styles

October 28, 2007 · 15 Comments

In today’s post we will try to understand how Hibernate’s associations work with the various cascading styles. We will use the many-to-many relationship defined in my previous post as reference.

(more…)

Categories: Hibernate