Category Archives: Java

Ruby on Rails vs. Java

Whenever I bring up Ruby on Rails to Java programmers I always get an immediate defensive. For some reason Java programmers seem threatened by Rails. I am sure it is more to do with fanatisim that both camps have for … Continue reading

Posted in Java, Ruby on Rails | 14 Comments

Dynamically add data to a jsf form

I have been learning JSF recently and found a very nice article at http://balusc.blogspot.com/. I keep going back to it for more information. After banging my head a bit trying to get a grasp on how to dynamically add fields … Continue reading

Posted in Java | Leave a comment

JPA OneToMany with Inheritance

I spent the large part of a day trying to get this figured out. I never did find a clear cut answer anywhere online to what I was looking for so I am going to put it all here. Problem:I … Continue reading

Posted in Java | Leave a comment