I have an AWT application that draws some products using lines and arcs, fills, etc (java2d stuff) and creates a GeneralPath that ultimately gets drawn in the Swing JPanel (presentation layer). If the UI of the application is all written in GWT (instead of swing, and use GWT RPC for communication with the server side AWT services), can the server side (awt code) still create the same GeneralPath and have the GWT UI draw it (similar to d.draw(myDrawing))? If not what would the solution be? I need to see how easy will this be before jumping into a GWT conversion project.
-- 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.
