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-67b9dd317ee08019530093/] Why didn’t they just write [crayon-67b9dd317ee0d337818765/] 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-67b9dd317fa80525560661/] And here is a main that will run it [crayon-67b9dd317fa83195542826/] Nothing remarkable right? It’s a start at implementing {...}