Whatever it is, there is a good chance that you are modeled the concepts in your system in an object model. It is a common practice in Maven projects to separate this project into a separate project which is widely referenced. In this system we are capturing each query to the Yahoo Weather feed with a object which references four other objects. Wind Weather direction, chill, and speed are stored in a object. Location data including the zip code, city, region,Wind and country are stored in a class. Atmospheric conditions such as the humidity, maximum Location visibility, barometric pressure, and whether the pressure is rising or falling are stored in an Atmosphere class. A textual description of conditions, the temperature, and the date of the observation is stored in a Condition class.