Hi, dear members,
Is it possible to base64 encode some java object( DTO) on the server
and send it to gwt client side, where i need to restore (decode it to
the same DTO object)?
Here is why i need this:
I have a servlet, that sends sends messages to active mq queue. I have
gwt client that uses active mq ajax to update some table with the
messages. Active mq needs the messages to be strings, and i manually
create object->string but it is annoying and not flexible. So what i
need to encode my objects in the servlet to base64 strings and send
them to the queue and when the gwt receives the base64 string it just
must decode it to the original DTO object.
Is this possible and how to do it?

Regards.

--~--~---------~--~----~------------~-------~--~----~
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@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to