You would need to rewrite the UI and replace reflection with code generation. GWT can not compile everything that JRE provides to JavaScript because the browser does provide less capabilities. Basically out of the box GWT understands all the classes found in https://gwt.googlesource.com/gwt/+/master/user/super/com/google/gwt/emul/java/ (sometimes not all methods of a class are supported)
-- For the CORBA invocation itself you would need to write a HTTP <-> CORBA proxy which takes HTTP requests from the browser/GWT and converts them to CORBA requests.
-- J.
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment