Depending on the size of the 'Admin' function, you may want to look into using one of the following:
Code Splitting - http://code.google.com/webtoolkit/doc/latest/DevGuideCodeSplitting.html (We're still early in the process of figuring out the best way to take advantage of this) and LazyPanel - http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/gwt/user/client/ui/LazyPanel.html (also see: http://googlewebtoolkit.blogspot.com/2008/11/improving-performance-with-on-demand.html) On Feb 22, 12:56 am, javamann <[email protected]> wrote: > Hi, > I am looking to port a very large Swing app to GWT and was > wondering if it is possible to only load parts of an application if > the user needs it. For example most users will not need the 'Admin' > function so I don't want to load the code unless they click on a tab > in the interface. If this is available with GWT what, if any, would be > the drawbacks? > > Thanks -- 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.
