How do I create a “restful web service” for current weather using an API?

Associate
Joined
30 Oct 2014
Posts
2,081
Location
Norfolk
I’ve found a website that gives unique API key’s to their data. http://openweathermap.org/appid

I’m trying to create a simple web service in netbeans using java, any insight on how to go about this and get a good start. is fine, just need guidance in the right direction.

I'm fairly new to this, and only know the core basics, any help is appreciated, you lovely people <3

Also just displaying the location and weather in xml/json would be more than enough, nothing flashy, just want to try get something up and running!
 
What he said, you might want to look at the client part of jersey to consume that web service and something like gson or jackson to serialize deserialize the json
 
Back
Top Bottom