background preloader

Design

Facebook Twitter

Architecture

Cool. Fonts. RESTify DayTrader. Let's RESTify DayTrader: DayTrader is benchmark application built around the paradigm of an online stock trading system.

RESTify DayTrader

Originally developed by IBM as the Trade Performance Benchmark Sample, DayTrader was donated to the Apache Geronimo community in 2005. The application allows users to login, view their portfolio, lookup stock quotes, and buy or sell stock shares. Why getter and setter methods are evil - Java World. I didn't intend to start an "is evil" series, but several readers asked me to explain why I mentioned that you should avoid get/set methods in last month's column, "Why extends Is Evil.

Why getter and setter methods are evil - Java World

" Though getter/setter methods are commonplace in Java, they are not particularly object oriented (OO). In fact, they can damage your code's maintainability.