0
votes
0answers
32 views

Kerberos authentication between web app and web services

I have applied Kerberos filter for the web app and it is working fine with browser. Now I want my web services to be Kerberos enabled and for this I have applied Kerberos filter in web services and ...
0
votes
1answer
131 views

Add SOAP to an existing GWT solution

I am looking for a clean way to add service oriented access to an existing GWT application (client + RemoteService based server). The thing is that all the services are already in place, described by ...
0
votes
1answer
609 views

Accessing a file outside the web container in Jetty

I'm using Eclipse 3.6 in Windows XP SP3 to develop a GWT application. The application requires to display the contents of a folder with graphics that reside on server to the client. Also, the graphics ...
0
votes
1answer
387 views

Strategy/pattern for committing GWT CellTable changes to server

I've got a GWT CellTable displaying data suppled from a server. As per normal, the CellTable very closely matches the backend table. I'm unsure on a strategy for server commits. The FieldUpdater ...
2
votes
4answers
2k views

Good examples of sites built with PHP on server side and GWT on client side?

All the time, I use PHP on server side to generate HTML/XHTML directly or via Smarty/PHPTAL or any other templating engine. I do believe most of developers follow the same path most of the time. Now ...