Patterns of Persistence
Ryan's Blog
Design | Tuesday April 22, 2008 | By ryan
Patterns of Persistence, and article written by myself, Jim Majure and Travis Klotz has been published. It can be found at the below links: Patterns of Persistence, Part 1 : Strategies and best practices for modern ORM tools Patterns of...
IBM DeveloperWorks Article
Mutant Mumblings
developerworks jim ibm article ryan hibernate | Hibernate | Tuesday April 22, 2008 | By travisklotz
It has taken almost six months, but the article Jim , Ryan and myself wrote for IBM DeveloperWorks has just been published!
Go check it out!
Patterns of persistence, Part 1: Strategies and best practices for modern ORM tools
Patterns of...
The Observer Pattern in Practice
Sud's Blog
observer patterns | Java | Tuesday April 15, 2008 | By sudhakar
If you've googled Design Patterns in general you've probably stumbled across many good sites ( www.sourcemaking.com being one of my favorites). This blog post is about how I used a specific design pattern (Observer in this case) to solve a specific problem....
How not to delete
Mutant Mumblings
delete custom eric sql annotations hibernate | Hibernate | Thursday April 10, 2008 | By travisklotz
I was talking to my buddy Eric the other day and he told me about a business logic problem he had been having and the very elegant solution he came up with using Hibernate. The problem was so common and the solution so simple (and now that I know it, so...
Pesky "Access Restriction" issue in Eclipse 3.2
Sud's Blog
eclipse rcp | Java | Monday March 31, 2008 | By sudhakar
If you are developing plugins using Eclipse PDE, here's an issue you might run into in Eclipse 3.2 (haven't confirmed on 3.3.x yet) when referencing classes in plugins listed in the dependencies tab of MANIFEST.MF
" Access restriction : The type...
JiBX Flexible Collections
Ryan's Blog
Design | Friday March 21, 2008 | By ryan
In a previous post I talked about some of the difficulties I had with JiBX. I was using JiBX to map to the vendor neutral Acord Life Insurance schemas. One recurring theme in the Acord schemas is repeating elements without a wrapping tag: ...
The JiBX Conundrum
Ryan's Blog
Programming | Monday February 18, 2008 | By ryan
Overview JiBX is a binding framework from XML to Java Objects and back. JiBX could be used in place of frameworks like XMLBeans, Castor or just plain JDOM parsing. JiBX works through a JiBX binding file. It essentially connects a...
Just getting my feet wet in Open Laszlo
Ying
lzx source openlaszlo php shoutbox code flash | Rich Internet application | Wednesday February 13, 2008 | By ying
here's my shoutBox written in openLaszlo frontend and PHP backend.
Try closing the shoutBox, it is animated :)
type="application/x-shockwave-flash">
Click here if you do not see the flash embeded
So the idea of writing this simple application is...
Implicate Polymorphism in Hibernate
Paul
hibernate | Java | Tuesday February 05, 2008 | By paul
Implicate polymorphism in hibernate is the ability to query on a superclass or interface and return a collection that is a mix of all of the sub classes or implementations that meet those criteria from several tables.
For example, lets say you have the...
Day 1 at Source Allies
Sud's Blog
getting started | General | Tuesday January 22, 2008 | By sudhakar
So today was my first day at Source Allies and I thought I'd kick of my blogging with what else but "My First Day at Work" post.
My morning commute to work was probably the most focussed driving I've ever done. The first thing I probably need to do is...