Re: Issues with Super Dev Mode

2015-08-20 Thread avsgi09
Hi Abdul

For debugging within the eclipse IDE take a look at http://sdbg.github.io/

It's very easy to change from  classic dev to superdev with this plugin. You 
only must take care of compiling permutations with some .gwt.xml files.

Regards

abdul mohammedsameen@gmail.com wrote:

IamfacinglotofissuewhileMigratingDevModetoSuperDevModeandmineisveryhugeprojectbuildontopofGWT.InearlycantbelievethatGWTSuperDevModehasbeengraduallyimplementedoveryearswithoutreallybeinganalternativefortheDevMode,whichisofalmostnouseanymore
 
1.DevModeallowstodebugthecodeinIDEwhichisnotsupportedinSDM,isthemajordrawback. 
2.Wheneverthechangeshappenedincode,DevModereflectswithinasecondbutinSDMitstaking2to3minuteforbigapplicationtoreflectthechanges.
  
IsGWTSteeringCommitteisworkingofthisissues?--YoureceivedthismessagebecauseyouaresubscribedtotheGoogleGroupsGoogleWebToolkitgroup.Tounsubscribefromthisgroupandstopreceivingemailsfromit,sendanemailtogoogle-web-toolkit+unsubscr...@googlegroups.com.Toposttothisgroup,sendemailtogoogle-web-tool...@googlegroups.com.Visitthisgroupathttp://groups.google.com/group/google-web-toolkit.Formoreoptions,visithttps://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@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.


Re: Launching Super Dev Mode Taking almost 5 minute

2015-08-18 Thread avsgi09
I have a set of .gwt.xml modules with some inheritance betwen them. I followed 
the gwtp-carstore sample from the gwtp framework; basically try to minimize the 
iterations (be careful with tje i18n) in a Debug.gwt.xml kind of module file

Mohammed Sameen sameen@gmail.com wrote:

HicurrentlyIupgradedmyapplicationto GWT2.7 
versionandusedsuperdevmode,itstakingalmost5minutestolaunchtheapplicationinSDM,SuperDevModestartingupworkDir:C:\Users\SAM~1.IND\AppData\Local\Temp\gwt-codeserver-8409402920962843736.tmpLoadingJavafilesincom.example.ex.onlineexample.Result.Ignored1unitwithcompilationerrorsinfirstpass.Compilewith-strictorwith-logLevelsettoDEBUGorWARNtoseeallerrors.Ignored27unitswithcompilationerrorsinfirstpass.Compilewith-strictorwith-logLevelsettoTRACEorDEBUGtoseeallerrors.Modulesetupcompletedin297949ms2015-08-1811:10:26.902:INFO:oejs.Server:jetty-8.y.z-SNAPSHOT2015-08-1811:10:27.383:INFO:oejs.AbstractConnector:StartedSelectChannelConnector@127.0.0.1:9876Thecodeserverisreadyathttp://localhost:9876/297949ms=4.96582minutesitsalmosttaking5minute,Isthereanythinkineedtocorrect?AnySuggestion?Howtominimizethistime?--YoureceivedthismessagebecauseyouaresubscribedtotheGoogleGroupsGoogleWebToolkitgroup.Tounsubscribefromthisgroupandstopreceivingemailsfromit,sendanemailtogoogle-web-toolkit+unsubscr...@googlegroups.com.Toposttothisgroup,sendemailtogoogle-web-tool...@googlegroups.com.Visitthisgroupathttp://groups.google.com/group/google-web-toolkit.Formoreoptions,visithttps://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@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.


Re: GWT 2.6 Serialize issue when redeploy project and do NOT close the Browser.

2015-07-10 Thread avsgi09
https://github.com/realityforge/gwt-cache-filter

Jens jens.nehlme...@gmail.com wrote:

MostlikelyyouhavenotconfiguredHTTPcachingheaderscorrectlyandyourbrowsercachesyourmodulename.nocache.jsfileeventoughitshouldnotdoso.Only*.cache.*filescanbecached,e.g.yourpermutation-strongname.cache.jsfile.Yourbrowsermustcheckfornewerversionsof*.nocache.*filesbeforeusingacachedversion.Iforgotthenamebutthereisaprojectongithubthathasservletfiltersthatwillsetcorrectheaders.Alternativelyyoucouldapplytheheadersonyourloadbalancers/reverseproxiesinfrontofyourappserver.--J.--YoureceivedthismessagebecauseyouaresubscribedtotheGoogleGroupsGoogleWebToolkitgroup.Tounsubscribefromthisgroupandstopreceivingemailsfromit,sendanemailtogoogle-web-toolkit+unsubscr...@googlegroups.com.Toposttothisgroup,sendemailtogoogle-web-tool...@googlegroups.com.Visitthisgroupathttp://groups.google.com/group/google-web-toolkit.Formoreoptions,visithttps://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@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.