作者彙整: Vladimir Roubtsov
Java Tip 130: Do you know your data size?
Recently, I helped design a Java server application that resembled an in-memory database. That is, we biased the design toward caching tons of data in memory to provide super-fast query performance.Once we got the prototype running, we naturally decide… 閱讀全文
Java Tip 130: Do you know your data size?
Recently, I helped design a Java server application that resembled an in-memory database. That is, we biased the design toward caching tons of data in memory to provide super-fast query performance.Once we got the prototype running, we naturally decide… 閱讀全文
Java Tip 122: Beware of Java typesafe enumerations
Departing from traditional practice for JavaWorld’s Tips ‘N Tricks column, I will talk about when not to use a previously suggested trick. Specifically, the typesafe enum construct, covered in JDC Tech Tips and other publications, can sometimes be haza… 閱讀全文
Java Tip 122: Beware of Java typesafe enumerations
Departing from traditional practice for JavaWorld’s Tips ‘N Tricks column, I will talk about when not to use a previously suggested trick. Specifically, the typesafe enum construct, covered in JDC Tech Tips and other publications, can sometimes be haza… 閱讀全文

