CLAW Project: The Weather
Contents
Project Group
Stéphane Blanc http://courswiki.essi.fr/StephaneBlanc
Gilles Réant http://courswiki.essi.fr/GillesRéant
Introduction
- Create a meteo for each city of the world with webservices
Objectives
The aim of this project is to experiment the various Java development tools and methodologies seen in the course. The content of this project is an implementation of a weather information system.
Installation
- unzip the file
- go into the folder created
- parameter the build.xml with your own settings
- execute "ant" to compile and parameter the war folder
- execute "ant install" to deploy the service
open your favorite web browser and go to the page http://localhost:your_port/MeteoBlancReant
- enjoy it
Final problems
- incompatibility with a map of France
- less of time to manage areas (but the class has been created)
- bugs in the request "ant install" under windows...
Screenshot
Deliverables
BlancReant.jar If you have any problem to deploy the application, don't hesitate to contact us by mail, we were pleased to help you to understand why it doesn't work (if it doesn't work :D).
Stephane Blanc (blanc@essi.fr) & Gilles Réant (reant@essi.fr)
CategoryCLAW