JSF with GWT

2009-05-28 Thread subbu
Is it possible to integrate jsf with GWT.If so please provide some useful links. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolkit@goo

Re: JSF with GWT

2009-05-29 Thread mikedshaffer
Yes it is. GWT is simply a different way to do AJAX, and my understanding of JSF is that they are extremely compatible. That being said, whenever I'm asked "Can GWT work with $PRODUCT" where $PRODUCT is Struts, PHP, JSF, ASPX, whatever, I ask "what are you trying to accomplish?". Are you doing

Re: JSF with GWT

2009-06-02 Thread subbu
I want to migrate my enitre project from jSF to GWT.So som times i need to integrate this two technology. On May 29, 5:07 pm, mikedshaffer wrote: > Yes it is.  GWT is simply a different way to do AJAX, and my > understanding of JSF is that they are extremely compatible. > > That being said, when

Re: JSF with GWT

2009-06-03 Thread Kamal Chandana Mettananda
Hi Subash, I have used GWT and Servlets inside one project. Just a thought; I guess integrating JSF with GWT will also be feasible. I wrote a simple tutorial on this as well. Cheers, Kamal --- Kamal Mettananda http://lkamal.blogspot.com On Wed, Jun 3, 2009

Re: JSF with GWT

2009-06-03 Thread Kamal Chandana Mettananda
On Jun 3, 8:33 pm, Kamal Chandana Mettananda wrote: > > Hi Subash, > > > > I have used GWT and Servlets inside one project. Just a thought; I guess > > integrating JSF with GWT will also be feasible. I wrote a simple tutorial > on > &g