Re: Abridged summary of google-web-toolkit@googlegroups.com - 7 updates in 3 topics

2021-01-25 Thread Edson Richter
I have +10 overall > experience. What looked like a game changer for me was the ...more > <http://groups.google.com/group/google-web-toolkit/msg/bb5db6b1cbc00?utm_source=digest_medium=email> > Back to top <#m_-351152710221180804_digest_top> > Abridged summary of google-web-toolkit@g

Re: Abridged summary of google-web-toolkit@googlegroups.com - 2 updates in 1 topic

2021-01-23 Thread Edson Richter
After fighting with no debug working on gwt (yeah, believe me, tryied everything) and fighting hard with missing date/time daylight savings time horror stories, we decided to move gradually to Angular+. It is easy to integrate both Angular and gwt modules (not components) on same page by using

Re: GWT - Still Active ?

2019-06-03 Thread Edson Richter
he browser > console using source maps that are automatically generated by the GWT > compiler. > > On Saturday, June 1, 2019 at 3:22:09 PM UTC-7, Edson Richter wrote: >> >> This is my opinion (from a person with more than 30 years of experience >> in software enginnering),

Re: GWT - Still Active ?

2019-06-01 Thread Edson Richter
This is my opinion (from a person with more than 30 years of experience in software enginnering), and I respect every other persons opinion - I'll just not put my eggs on this basket for another 8 years "just to see if it will get better". Last year I had big issue with dates, because GWT has

Re: GWT - Still Active ?

2019-05-31 Thread Edson Richter
Yep. Seems dead since we could not debug anymore. Superserver never worked - and previous "classical" debug stopped working. Even Google is migrating projects out of gwt. Rpc is a nightmare in large apps. So we are hiring developers to rewrite ui into Angular2+. Hoping for a better future. Just

Re: Would a kind soul give me a hint with this error on client side serialization?

2018-12-18 Thread Edson Richter
son Em segunda-feira, 17 de dezembro de 2018 15:33:42 UTC-2, Edson Richter escreveu: > > I'm receiving the error "this$static[signature][2] is not a function". > I was able to track this error down to the client code: > > SerializerBase.java: > > > na

Would a kind soul give me a hint with this error on client side serialization?

2018-12-17 Thread Edson Richter
I'm receiving the error "this$static[signature][2] is not a function". I was able to track this error down to the client code: SerializerBase.java: native void serialize(SerializationStreamWriter stream, Object instance, String signature) throws SerializationException /*-{

Re: java.util.Date clientside incorrect timezone

2018-10-30 Thread Edson Richter
Did you find a solution? Em quinta-feira, 6 de novembro de 2014 10:18:13 UTC-2, Stepan escreveu: > > hello everyone! > > I have a strange problem with dates. when i work in dev mode all is ok, > but when i work in web mode i have problems on client side. > > i have this code on the client

Release plans - where to find information about future versions?

2018-09-10 Thread Edson Richter
Hi! I've heard about a possible 2.9 future release with support for Java10. Is there any place I can look at the release notes/planned features? Is there are plans for a beta or release candidate soon? Thanks in advance, Edson -- You received this message because you are subscribed to the

Re: Devmode in NetBeans

2017-06-19 Thread Edson Richter
Cool: problem solved, just drop GWT-RPC in favor of RestyGWT+GWT-Jackson. Be happy, no more serialization exceptions and good and old Dev Mode running amaazingly smooth :-D Regards, Edson Em quinta-feira, 15 de junho de 2017 11:52:19 UTC-3, Edson Richter escreveu: > > Hi al

Re: Annoying Map<String, Object> containing List bug

2017-06-18 Thread Edson Richter
gt; so not saying is a bad idea, just saying it worth finding some alternative > . > > On Saturday, June 17, 2017 at 8:39:48 PM UTC+2, Edson Richter wrote: >> >> I've found a weird behavior of GWT. >> I've a code that communicates with server side via RPC. >> >

Re: Annoying Map<String, Object> containing List bug

2017-06-18 Thread Edson Richter
Thanks, Jen. That was my first attempt. Without success. Either in 2.6.1 (my production version) and 2.8.1 (development version). Edson Em sábado, 17 de junho de 2017 18:23:22 UTC-3, Jens escreveu: > > > In time: before someone try to convince me that a Map is a >> bad idea, it

Annoying Map<String, Object> containing List bug

2017-06-17 Thread Edson Richter
a workaround! In time: before someone try to convince me that a Map<String,Object> is a bad idea, it is working really well - I've a system with about 500.000 lines of code, and I'll not change this. If you need more details to fix this annoying bug, please let me know. Regards, Edso

Devmode in NetBeans

2017-06-15 Thread Edson Richter
because we use an unexpected architecture and security model). I'll appreciate any tips. Thanks, Edson Richter -- 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

Re: Could someone plubish a video showing how to debug GWT using SuperDevMode in NetBeans?

2015-02-20 Thread Edson Richter
Problem is that in SuperDevMode, debugging in chrome shows incorrect sources and breakpoints ; Firefox is even worse. Em 20/02/2015 16:51, Juan Calderón juan.calde...@gmail.com escreveu: Well, thanks for your answers. Finally, I have achieved to do a small hello example using NetBeans + Maven

Re: Could someone plubish a video showing how to debug GWT using SuperDevMode in NetBeans?

2015-02-19 Thread Edson Richter
:42, Juan Calderón juan.calde...@gmail.com escreveu: Hi Edson, I have the same problem; if you already found the answer, please share. Thanks Le vendredi 16 janvier 2015 15:03:03 UTC-7, Edson Richter a écrit : As in subject, please, someone could publish a video showing how to use

Re: Could someone plubish a video showing how to debug GWT using SuperDevMode in NetBeans?

2015-02-19 Thread Edson Richter
, the other I'm just maintaining “temporarily”). On Friday, January 16, 2015 at 11:03:03 PM UTC+1, Edson Richter wrote: As in subject, please, someone could publish a video showing how to use SuperDevMode to debug a GWT app in NetBeans? Thanks, Edson -- You received this message because

Could someone plubish a video showing how to debug GWT using SuperDevMode in NetBeans?

2015-01-16 Thread Edson Richter
As in subject, please, someone could publish a video showing how to use SuperDevMode to debug a GWT app in NetBeans? Thanks, Edson -- 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

Using super-dev mode - please help

2014-07-29 Thread Edson Richter
Hi! I've a project that started with GWT 2.0 and now is updated to GWT 2.6.0. Environment: - NetBeans 8.0 with latest GWT plugin - JDK 1.8.0_11 x64 working on compatibility mode (sources version 1.6) - About 30 GWT modules In order to make app working as secure as possible, everything compiled

Re: Using super-dev mode - please help

2014-07-29 Thread Edson Richter
Thanks, Jens for your kind answer. Really, I don't know if I've even set it up. Actually, when I downloaded NetBeans GWT plugin it just worked out-of-the-box always with DEV mode, and I've never needed to setup anything manually - except my folders and infrastructure for security (which I use

Upgrade from 240 to 261 causes Serialization errors in all my Enum

2014-07-05 Thread Edson Richter
Anyone else faced this issue? I've just downloaded the 2.6.1 version and recompiled all my project, and now I get serialization errors for my Enum types. Example enum causing failure: public enum TIPO_NOTFIS { REGISTRO_317_TRANSP, REGISTRO_000_TRANSP } Do I need to implement

Re: Upgrade from 240 to 261 causes Serialization errors in all my Enum

2014-07-05 Thread Edson Richter
You gave me the tip I needed to fix. My problem was a outdated gwt-servlet.jar in WEB-INF/lib directory. I've removed it, and put the get-servlet in TOMCAT/lib directory. But now, when I run the app at startup I run the following code: public static void setFormatter(Formatter formatter) {

Re: Upgrade from 240 to 261 causes Serialization errors in all my Enum

2014-07-05 Thread Edson Richter
To answer my own question: I've hit bug https://code.google.com/p/google-web-toolkit/issues/detail?id=7527 fixes in 2.5.x release. I've to change my references on server side code from ...client.GWT to ...shared.GWT. I think now I'm moving up to speed. Thanks, Edson Richter On Sunday, July

Re: Recompiling with SYNC support

2013-01-10 Thread Edson Richter
On Thursday, January 10, 2013 7:49:37 AM UTC-2, Jens wrote: Just out of interest: Why does a large server side lazy collection forces you to use a synchronous XMLHttpRequest that will noticeably block your whole browser while the server does its work? This application has a complex graph

Recompiling with SYNC support

2013-01-09 Thread Edson Richter
I already know everything about pros and cons on using async (after working for 4 years with GWT), and also I'm a supporter of async being the best option for almost everything. Nevertheless, I do have an application with 1,000,000 lines of code I can't change right now, and I must have few

Re: Cannot add -localWorkers to GWT Compiler when using Eclipse?

2012-05-20 Thread Edson Richter
In my humble opinion, would be better to have this very well documented in GWT Compiling and/or GWT-Eclipse Plugin plugin pages. Any chance to add a more detailed explanation at page https://developers.google.com/web-toolkit/doc/latest/DevGuideCompilingAndDebugging#DevGuideJavaToJavaScriptCompiler

Cannot add -localWorkers to GWT Compiler when using Eclipse?

2012-05-19 Thread Edson Richter
Hi, I've GWT 2.4.0 installed in Eclipse Indigo. Everything works fine, except that when I add -localWorkers 4 into compilation configuration, I get the error described below. Compiler options: -war war/secure -deploy ./deploy -extra ./extra -localWorkers 4 - strict Error during compilation:

Re: Cannot add -localWorkers to GWT Compiler when using Eclipse?

2012-05-19 Thread Edson Richter
Sorry for answering my own question. I've found that I need to add the following to my VM arguments: - Dgwt.jjs.permutationWorkerFactory=com.google.gwt.dev.ThreadedPermutationWorkerFactory Gain about 40% on compilation with 4 workers on 8 core machine ;-) Edson. On May 19, 7:53 pm, Edson

Trouble with GWT 2.0.4, RPC and non root account

2011-10-05 Thread Edson Richter
Hi. I've the following scenario: - NetBeans IDE 7.0 with GWT4NB - Mid sized application running GWT 2.0.4 with some extensions (like GWT Math, for BigDecimals) - Apache Tomcat 7.0.11 and Apache Tomcat 7.0.20 Exactly same setup running on Windows works great. When running in Linux, if I run as

Re: Trouble with GWT 2.0.4, RPC and non root account

2011-10-05 Thread Edson Richter
To anyone who faces same problem, check if you don't have gwt- servlet.jar in two or more places. In my case, I had gwt-servlet.jar in $TOMCAT_HOME/lib and WEB-INF/lib. Removed from WEB-INF/lib and now everything is working fine! Regards, Edson. On 5 out, 08:21, Edson Richter brvik...@gmail.com

Re: GWT debuggin in Chrome - why is so slow?

2011-02-03 Thread Edson Richter
Thanks for the tip, but my IE problem is that scripts are 100 times slower, and one process at time make RPC impossible to work with... and my application deals with huge amounts of data (obejcts) received through RPC. Regards, Edson. On 2 fev, 15:56, Eric edimickeast...@gmail.com wrote:... --

Re: GWT debuggin in Chrome - why is so slow?

2011-02-03 Thread Edson Richter
, Feb 2, 2011 at 5:12 PM, Edson Richter brvik...@gmail.com wrote: I've a development environment composed by NetBeans, Apache Tomcat 6.0.30 and GWT 2.0.4. In the client side, I've Google Chrome and Mozilla Firefox. I gave up on testing Internet Explorer due the amount of bugs (in IE

Re: GWT debuggin in Chrome - why is so slow?

2011-02-03 Thread Edson Richter
the codeserver hands control back to JS (e.g. while waiting for a long refresh). What NPObject error specifically are you hitting? On Wed, Feb 2, 2011 at 10:12 AM, Edson Richter brvik...@gmail.com wrote: I've a development environment composed by NetBeans, Apache Tomcat 6.0.30 and GWT 2.0.4

GWT debuggin in Chrome - why is so slow?

2011-02-02 Thread Edson Richter
the application). Also, as I stated before, Chrome is that fastest (but I cant debug the application). Can anyone help me? Is there any Chrome configuration or restriction? Is the plugin working in Chrome for debug mode? I'll appreciate your help. Regards, Edson Richter. -- You received this message because

Re: Firefox Plugin for GWT not downloading

2011-01-29 Thread Edson Richter
Same here. The Chrome download is about 1Mb, while firefox one has near 5Mb... On 28 jan, 14:14, Xuanah xua...@gmail.com wrote: Firefox plug-in is now available. Chrome's is still not working. It still asks to be updated every time you open the page... On Jan 28, 3:44 pm, Chris Conroy

Re: Firefox Plugin for GWT not downloading

2011-01-28 Thread Edson Richter
I also have this problem with FireFox. For Google Chrome, besides the plugin is available, after download and install you try to reload the page and then Chrome ask to install the plugin again. Seems that the plugin is corrupt. Please help! Edson On 28 jan, 03:18, Noor baken...@gmail.com

Re: Issue with RPC: http error 501 only when upload to remote server

2010-03-03 Thread Edson Richter
HTTPSampleResult fields: ContentType: text/html; charset=iso-8859-1 DataEncoding: iso-8859-1 2010/3/2 Edson Richter brvik...@gmail.com Hi, all! I've been sucessfully working with GWT, writing applications using NetBeans, and deploying in my localhost Apache Tomcat server. Right now, I'm

Re: Issue with RPC: http error 501 only when upload to remote server

2010-03-03 Thread Edson Richter
Ok, since nobody else answered... I've found the solution. The point is, I had to disable mod_security in the host. Simple like that, took me 4 days to figure out :-( Hope someone add this information to the documentation or the FAQ. Edson. 2010/3/3 Edson Richter brvik...@gmail.com Sorry

Issue with RPC: http error 501 only when upload to remote server

2010-03-02 Thread Edson Richter
Hi, all! I've been sucessfully working with GWT, writing applications using NetBeans, and deploying in my localhost Apache Tomcat server. Right now, I'm uploading the application (that is functional in my localhost machine) to the Web App host server. This host server is using Apache Tomcat