Little Weather

A small Java application that gets weather data from a webservice. I started this program to see how well was the integration between a webservice client written in Java and a webservice written in C#.Net.

The main program's goal has already been achieved and there are two features that most likely won't be finished. They are the Thermometer and the Wind Rose, both, graphical indications of current temperature and wind direction.

Project status: finished


Released files

Just unzip the file, browse to the "Little Weather" folder and either double click the "Little_Weather.jar" file or, using the command line, run "java -jar Little_Weather.jar". Be careful when unzipping the executable and the NetBeans project in the same folder, both zip files create a folder with the same name.