I'm creating an open-source project that has a custom server component as part of it. The server uses a custom protocol. Currently, the server also hosts a server administration interface over http. I'm thinking of converting this over to use GWT, but the tasks that will need to be done in the UI will involve custom libraries (in particular, the Java Cryptography Architecture) to an extent that it is not feasible for me to use RPC. What I'm wondering is, is it possible to use the hosted mode in a production environment, specifically in an embedded server? I'm using embedded Jetty for serving the administration interface. Since the http server is for administration only, speed and number of users connected are not issues.
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
