Skip to content

rahul-ghadge/spring-mvc-4-weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spring MVC Weather Application

This application helps to get the Weather Information for different cities. Based on the API call made to the https://openweathermap.org/current
It will provide the out and the json response gets parsed and returned to the UI through Spring MVC.

Features Implemented :

  • UI designed using jsp and made jQuery Ajax call to the Spring MVC.

  • Spring MVC Controller handles the request and make calls to the https://openweathermap.org/current.

  • Internalization implemented using Spring.

  • This API help to get the details for only 1 city.

BUILD the application as Maven Project

mvn clean install

DEPLOY the application to the Tomcat

Copy weather-app.war from target folder and deploy it to the Tomcat.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published