GWT into JUNIPER

89 views
Skip to first unread message

obesga

unread,
Jun 24, 2011, 8:37:50 AM6/24/11
to Google Web Toolkit
Hello

I've been developing a GWT proyect for internal use in my company.
The web is accesed from inside and from outside the compan main
network, 'outsiders' access througth Internet to the web; which has
sensible information.

To add a extra security layer, the system team is deploying a JUNIPER
installation, which has a 'advanced parser and rewriter' (as an
internal advanced reverse-proxy) to acces ccc webs - like mine.

Now, with the JUNIPER CIE ( content internediation engine - the
'advanced parser and rewriter') GWT RPC doesn't work at all.
It responds 'Error 500' failures.

I don't know how to avoid this errors and make the app work again, if
possible

¿ Anyone knows ? Thanks !


PS. yes, i'm considering rewritting RPC's calls into JSON/HTTP calls;
but prefer to avoid it if possible

Thomas Broyer

unread,
Jun 24, 2011, 8:48:46 AM6/24/11
to google-we...@googlegroups.com
Is your problem with GWT-RPC (causing the 500 error status) an issue with loading the "policy file"? If so, you can override a few methods in your RemoteServiceServlets to change the default behavior.

If you really have no choice but to abandon GWT-RPC, I'd highly recommend RequestFactory, rather than "hand-made" JSON/HTTP.

obesga

unread,
Jun 24, 2011, 9:09:38 AM6/24/11
to Google Web Toolkit
mmm, yes I'm already thinking about that

http://groups.google.com/group/google-web-toolkit/browse_thread/thread/c73fc5df82486ac2

No, it's nothing with the server which server GWT pages and RPC.

The outsider connects to JUNIPER, JUNIPER asks the GWT-Server the page
and rpc's and returns it to outsider.
It works like 'man-in-the-middle'

But it doesn't like RPC calls, as I see..
Reply all
Reply to author
Forward
0 new messages