Calling web services from your JSF code
Posted
by Abel Morelos
on Stack Overflow
See other posts from Stack Overflow
or by Abel Morelos
Published on 2010-05-17T18:09:47Z
Indexed on
2010/05/17
18:20 UTC
Read the original article
Hit count: 427
Let's say that you have a presentation tier in JSF, and that your business tier is accessed using web services. How would you call your web services from JSF?
I was considering to have my backing beans to call the web services, but I just though I could use Ajax with JSF in order to connect to the web services. What would you choose and why? Any other choice you could recommend?
Thanks.
© Stack Overflow or respective owner