Hi,
   I am involved in GWT migration of the presentation layer of a web
application. Presently app was using servlets/jsp that has the option
of plugging in client side scripts for various scenarios . These are
javascripts and were rendered to the client along with html .
               For GWT migration are building a presentation layer to
which the server side code is passing on the composed view objects ,
the presenation layer is responsible for translating the view objects
to the required format and handling the form navigation etc. Now the
problem that we are facing is about the client-side scripting that
could be plugged in our framework , as our server side code has not
been changed so it still construct views with reference of this
plugged in client-side scripts. We have ported few standard scripting
functionality to gwt but still there are a lot of codes which are
dynamically plugged in, my question is what is the standard practice
in gwt for plugging in functionality that are supposed to be provided
by client side scripting ( like validation rules, submission rules
etc) ???

Thanks and 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 [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
-~----------~----~----~----~------~----~------~--~---

Reply via email to