Java
Plain Old Java Object – POJOPlain Old Java Object – POJO
You have probably read someplace that Plain Old Java Object AKA Pojo was the invention of a committee. The term was coined by Martin Fowler, {...}
Java
You have probably read someplace that Plain Old Java Object AKA Pojo was the invention of a committee. The term was coined by Martin Fowler, {...}
Java
You may have seen someone write this: [crayon-6790759c437fb533557382/] Why didn’t they just write [crayon-6790759c43801583385247/] Well, remember that List is the interface and ArrayList and LinkedList {...}
Java
I just upgraded to Ant 1.5.1 and XDoclet 1.2b2. I was getting this message: “[ejbdoclet] Make sure the jar file containing the ejbdoclet class is {...}
Java
I was up this morning at 4:30 AM. My 18 lb. Maine Coon cat Giacomo wasn’t taking no for an answer. He likes to get {...}
Java
Let’s look at a Turkey class. [crayon-6790759c440e6211273755/] And here is a main that will run it [crayon-6790759c440e9507155956/] Nothing remarkable right? It’s a start at implementing {...}