IntelliJ Java IDE
The moose likes Web Services and the fly likes Google web services Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Google web services" Watch "Google web services" New topic
Author

Google web services

Sameera Abeysinghe
Ranch Hand

Joined: Nov 15, 2004
Posts: 104
Hi all,
Hope this is the right place to ask this

I have this application.
--- An application, not an applet or web based. An application that runs on the machine---

I want to show Google news on this application (may be put them in a table, text area or jeditor pane what ever)

I am very new to this. So how can I do this?
Is there special api�s I have to get (from sun, Google or any where)
How can I access Google web service from my application.
After requesting how will Google server respond? what format it will send data

If there is working code (need not to be Google, code accessing any web service is ok)
It will be big help.

Below is a link that access Google web service and show it in there page

But this is done by .net and this is a web page

http://www.okwebmaster.com/rssnews.aspx

But my one is in java and not web based
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 32767
Both Yahoo and Google have RSS and Atom feeds you can use. That may be easiest option to access them. I'm sure there are Java libraries out there that implement clients for these feeds.


Android appsImageJ pluginsJava web charts
 
 
subject: Google web services
 
Threads others viewed
Webservice and J2ME
How to access an existing web service in Spring
Determing parameters of a service
Web Proxy
How to create a notification webservice
IntelliJ Java IDE