[gwt-contrib] Re: Comment on CodeSplitting in google-web-toolkit

2011-09-15 Thread codesite-noreply
Comment by pclog...@gmail.com: The best poker blog http://poker-blogs-see.blogspot.com Best PokerStars blog http://pokerstars-blogs.blogspot.com Sexy, hot girls imagehttp://china-sexy-girl-images.blogspot.com/ For more information:

[gwt-contrib] Re: Comment on CodeSplitting in google-web-toolkit

2011-04-12 Thread codesite-noreply
Comment by mohanam...@gmail.com: I believe GWT Team deserves a lot of credit for their contributions to the AJAX toolset. When we standardized on GWT, my vision/hope was that GWT would emerge as the #1 (top) toolset for AJAX development. Are we there yet? We designed our own frameworks on

[gwt-contrib] Re: Comment on CodeSplitting in google-web-toolkit

2011-04-06 Thread codesite-noreply
Comment by boj...@gmail.com: However philosophically we speak, the fact is software will be modular. GWT promotes building huge monolithic apps with no inherent plugability. If you don't realize and fix this sooner, GWT will be on its death bed. OSGi is getting so much focus that it would

[gwt-contrib] Re: Comment on CodeSplitting in google-web-toolkit

2010-03-29 Thread codesite-noreply
Comment by alyxandorjames: Note to everyone reading this, This guide is somewhat dated. FOR UP TO DATE GUIDELINES, GO TO http://code.google.com/webtoolkit/doc/latest/DevGuideCodeSplitting.html For more information: http://code.google.com/p/google-web-toolkit/wiki/CodeSplitting --

[gwt-contrib] Re: Comment on CodeSplitting in google-web-toolkit

2009-12-09 Thread codesite-noreply
Comment by ivance...@gmail.com: I wonder if GWT.runAsync could be used as some sort of worker thread to invokd a long running computations which update certain UI values that are not currently visible on the view(thus, doesn't need immediate update),who's value and computation depend on the

[gwt-contrib] Re: Comment on CodeSplitting in google-web-toolkit

2009-12-06 Thread codesite-noreply
Comment by federico.monaldi: i have a problem with codeSplitting when i combine this with a command pattern to make calls to the server. I have a single RemoteService that expose an api like this: R extends Result R execute(ActionR action) throws ActionException; the remote serviceAsync impl

[gwt-contrib] Re: Comment on CodeSplitting in google-web-toolkit

2009-11-11 Thread codesite-noreply
Comment by tristan@gmail.com: @Evelyne24 If you haven't come across this yet, it may be of help using GIN and CodeSplit. http://code.google.com/p/google-gin/issues/detail?id=61 For more information: http://code.google.com/p/google-web-toolkit/wiki/CodeSplitting --

[gwt-contrib] Re: Comment on CodeSplitting in google-web-toolkit

2009-07-07 Thread brett.wooldridge
Ah, yes, I understand the larger issue(s) now. I wasn't thinking about all of the name-munging issues that would arise between separately compiled modules. Having been to DLL hell and back in my career, I have no interest in returning. -Brett On Jul 7, 7:33 am, codesite-nore...@google.com