Using the Strategy Design Pattern for Sorting POJOs (O'Reilly)
[Posted April 20, 2005 by cook]
Olexiy Prohorenko
writes about the Strategy Design Pattern on O'Reilly.
"
I wouldn't be exaggerating if I said that all of us use POJO's"Plain Old Java Objects" in our everyday application development. We use them with Hibernate or with entity beans, sometimes we use them as simple transfer (value) objects, and we use them while creating domain models.
But what is POJO itself?"
(
Log in to post comments)