Effective Persistence of Enums in Java: A Deep Dive into Safe and Scalable Design

How to persist an enumeration effectively? Here is my experience. I’ll use Wordpress as an example. We all know that every post in Wordpress blog system has a status with possible values: draft, pending-review, published and so on. ...

Jan 24, 2010 · Duy Do