• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Consuming web services in jsf

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I wanted a help in understanding how to consume web services, build a JSF web page and deploy the entire utility in Google APP Engine.
My Application should retrieve the weather of a particular location when the zip is entered
retrieve the names of all the friends in a users facebook by providing a third party authentication using the OAuth 2.0
Retrieve the statuses of a users Twitter friends.
SOAP or REST services can be used to accomplish this in NetBeans 7.3 IDE.... Can some one please help me with
 
Saloon Keeper
Posts: 27762
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the JavaRanch, Vinay!

We're here to help answer questions, but it sounds like you have quite a bit of basic study you need to do first.

Web Services are not something that JSF is designed to support, but if you include something like Apache Axis to handle the web services and use the web service functions to interact with POJO objects stored in Application or Session scopes, JSF can easily tap into them and vice versa.

 
vinay abhishek
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you for the prompt reply. Can I get some information on how to utilize the WSDL file of a service and build third party web applications for facebook, twitter etc.
 
Ranch Hand
Posts: 859
IBM DB2 Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First off, download SOAPUI.

Point it at the target web services and get to understand and know how WS work!

WP
 
reply
    Bookmark Topic Watch Topic
  • New Topic