InvocationTargetException with null cause?

2024-02-29 Thread Alex Karg
own? Regards, Alex -- 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 to google-web-toolkit+unsubscr...@googlegroups.com. To view this discussion on the web

Re: Is moving away from RPC a good idea?

2024-02-09 Thread Alex Karg
Thanks for that answer Jens. Makes perfect sense. Regarding point 1, I am thinking about a more seamless upgrade process that minimizes client interruption. Such that old clients can remain working on "old" server versions for a while, while new clients work on new servers in parallel, until all

Re: Is moving away from RPC a good idea?

2024-01-13 Thread Alex Karg
gwt-rpc is one of the parts I like the most about GWT and why we chose GWT to start with. Same DTOs on client and server and you don't have to care (too much) about de/serialization. Why do I care about JSON, or binary or whatever serialized format, as long as it is secure, performant and

Re: Article Planning Spring Boot and GWT Boot with Domino + Nalu

2023-05-27 Thread Alex Karg
Hi Lofi, +1, this article would certainly be a great read. Did you actually manage to create it yet? Thanks, Alex On Sunday, December 18, 2022 at 1:04:48 PM UTC+1 lofid...@gmail.com wrote: > Hi All, > > I'm looking forward for Xmas holidays... Preparing an article for GWT / > J2CL:

Why was benchmarking removed in GWT 2.6?

2021-12-01 Thread Alex Epshteyn
This seemed like a very useful feature back in the day, and I'm really curious to know the reasoning behind its removal in release 2.6.0 (RC1) . Does anyone remember? -- You received this message because you are subscribed

Re: Why Don’t You Use Java for Programming the Client-Side Web Apps on Web Browser?

2021-03-04 Thread Zhang Alex
don't you just separate the project (Maven, etc) in smaller projects >> and integrate them just in the HTML files DOM / ScriptInjector? >> >> So in general you could build many Micro UIs (many JS files) in GWT and >> integrate them in one HTML DOM or put them together throug

Re: Why Don’t You Use Java for Programming the Client-Side Web Apps on Web Browser?

2021-03-04 Thread Zhang Alex
just in the HTML files DOM / ScriptInjector? >> >> So in general you could build many Micro UIs (many JS files) in GWT and >> integrate them in one HTML DOM or put them together through ScriptInjector. >> >> alex...@gmail.com schrieb am Donnerstag, 4. März 2021

Re: Why Don’t You Use Java for Programming the Client-Side Web Apps on Web Browser?

2021-03-04 Thread Zhang Alex
> > Why don't you just separate the project (Maven, etc) in smaller projects > and integrate them just in the HTML files DOM / ScriptInjector? > > So in general you could build many Micro UIs (many JS files) in GWT and > integrate them in one HTML DOM or put them together t

Re: Why Don’t You Use Java for Programming the Client-Side Web Apps on Web Browser?

2021-03-03 Thread Zhang Alex
In the past years, My company build a larget HIS frontend platform based GWT , The large means: lot of module, code by java , output to javascript seems beautify But, when the application more bigger, the compiler package speed more slower; debug, publish will wait long time... Recently, we

Re: Can I create GWT Widget in javascript code?

2021-03-03 Thread Zhang Alex
b/lofi/public/testcalculator-withwait.js > > Just checkout the example > https://github.com/lofidewanto/gwt-widget-jsinterop and run it... you'll > see that I add Widget into the HTML with JS... > > Cheers, > Lofi > alex...@gmail.com schrieb am Mittwoch, 3. März 2021 um 10:03

Re: Can I create GWT Widget in javascript code?

2021-03-03 Thread Zhang Alex
> then only use it by calling its exposed function when it needs to display > the GWT module; and when it no longer needs it, it should properly "detach" > it. > > On Tuesday, March 2, 2021 at 5:09:24 AM UTC+1 alex...@gmail.com wrote: > >> For example: >> I

Re: Can I create GWT Widget in javascript code?

2021-03-03 Thread Zhang Alex
not see what do you mean about expose? > > alex...@gmail.com schrieb am Mittwoch, 3. März 2021 um 09:30:36 UTC+1: > >> Expose GWT widget also work same way? >> Using your project pom.xml can''t package , like this: >> " >> >> https://raw.githubusercontent

Re: Can I create GWT Widget in javascript code?

2021-03-03 Thread Zhang Alex
t;definitely the easiest); ideally it would also return a function that >>> you >>>would call from Vue at "unmount", but could instead return the RootPanel >>> so >>>it could be passed to another function exposed by the module's >&g

Re: Can I create GWT Widget in javascript code?

2021-03-02 Thread Zhang Alex
ore... but just like in this article > I wrapped a Calculator with JsInterop so that afterwards I could use it > from JavaScript. > > https://bit.ly/WebJavaStory > > Did you try to wrap your Widget with JsInterop? > > alex...@gmail.com schrieb am Dienstag, 2.

Can I create GWT Widget in javascript code?

2021-03-01 Thread Zhang Alex
For example: I have a vue app and classic gwt application, The gwt application have lot of module . but I only want to one module (eg: A query UI) integration to my vue app using js How can I done this? Tks. -- You received this message because you are subscribed to the Google Groups "GWT

Re: GWT 2.9.0 release

2020-05-20 Thread Alex Chevelev
Thank you! That is really great news! -- 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 to google-web-toolkit+unsubscr...@googlegroups.com. To view this discussion on

Re: GWT with Spring Boot

2020-01-18 Thread Alex
8 PM UTC-8, junaidp wrote: > > Hi > i am not sure why you need RPC when using springboot or any webservice > > you can try Gwt web builder > which will call directly from your gwt client to springboot .. without RPc > > > > Sent from my iPhone > > On

GWT with Spring Boot

2020-01-16 Thread Alex
Hi, I'm trying to convert a GWT project over to use Spring Boot. I'm not able to find an example anywhere that uses GWT RPC with Spring Boot. Is this possible? Can anyone point me at an example please? Thanks, Alex -- You received this message because you are subscribed to the Google

Re: BPM designer

2019-10-06 Thread Alex Porcelli
Yes, the designer is all GWT using Lienzo; we have a few abstraction layers, lowest is Lienzo followed by Stunner. Regards, Alex On Sat, Oct 5, 2019 at 10:02 PM David wrote: > Alex, > > Did you use GWT and Lienzo-core to build these new tools > > On Saturday, September 28, 201

Re: BPM designer

2019-09-27 Thread Alex Porcelli
/announcement/tooling/vscode/bpmn/2019/09/11/new-vscode-gui-editor.html Regards, Alex Porcelli On Monday, September 16, 2019 at 8:44:00 AM UTC-4, David wrote: > > I am assigned to develop BPM designer. I like to use GWT to achieve it. > But I can not find good GWT library to achieve it. I like to

jsapi link went down

2019-02-01 Thread Alex Thurston
It looks like com.google.gwt.ajaxloader.client.AjaxLoader calls injectApi which loads the jsapi resource and ends up looking like this: https://www.google.com/jsapi?callback=__gwt_AjaxLoader_onLoad This resource went down yesterday and this thread appears to be discussing why:

Re: I'm enhancing GWT to provide Java stack traces for clientside exceptions in production

2017-11-09 Thread Alex Epshteyn
> file (containing only the differences to the GWT SDK) or only the modified > classes? > > Am Mittwoch, 8. November 2017 04:30:20 UTC+1 schrieb Alex Epshteyn: >> >> This project is now on GitHub: >> https://github.com/aepshteyn/gwt-stack-trace-kit >> >> You ca

Re: I'm enhancing GWT to provide Java stack traces for clientside exceptions in production

2017-11-07 Thread Alex Epshteyn
d like to continue this effort and port this over to the latest GWT branch, I'll do my best to help! On Wednesday, July 17, 2013 at 4:56:40 PM UTC-4, Alex Epshteyn wrote: > > Dear fellow GWT users, > > I would like to announce that I have finally solved what I always thought > to be GW

Re: Strippable check system in GWT 2.8?

2017-02-04 Thread 'Alex opn' via GWT Users
Thanks for the explanation Thomas. I think it should be safe to disable them then in my case. :-) On Friday, 3 February 2017 17:44:17 UTC+1, Thomas Broyer wrote: > > > > On Friday, February 3, 2017 at 4:55:06 PM UTC+1, Alex opn wrote: >> >> What is the risk o

Re: Strippable check system in GWT 2.8?

2017-02-03 Thread 'Alex opn' via GWT Users
What is the risk of disabling these checks? On Friday, 3 February 2017 14:33:34 UTC+1, Bruno Salmon wrote: > > Thank you Thomas, value="MINIMAL" /> in my gwt.xml file works :-) > > On Friday, 3 February 2017 13:47:57 UTC+1, Thomas Broyer wrote: >> >> This is >>

SuperDev mode runs fine ,but compiled version tells 404....undefined.cache.js

2016-10-26 Thread Alex Luya
Hello, I have ubuntu 16.04 64 bit(with german UI language) + chrome 54.0.2840.71 (English is default language), and doubt this is a language problem,and my *.gwt.xml has these lines: Only Chinese and English

Re: GWT 2.8.0 released

2016-10-21 Thread Alex W
The GWT team couldn't even be bothered to delete the out of date docs on gwtproject.org for the release? For shame. I'm not being negative; this is a team that needs more criticism, both internal and external. On Saturday, October 22, 2016 at 5:21:41 AM UTC+10, Daniel Kurka wrote: > > Hi all,

Re: Where is MD5Digest in GWT 2.8 rc2?

2016-10-18 Thread Alex Luya
Thanks On Tuesday, October 18, 2016 at 6:36:50 PM UTC+8, Jens wrote: > > It has been moved to emulation code. You would now use > java.security.MessageDigest.getInstance("MD5") or > java.security.MessageDigest.getInstance("SHA-256") > > -- J. > -- You received this message because you are

Where is MD5Digest in GWT 2.8 rc2?

2016-10-18 Thread Alex Luya
Hello, Can't find it in gwt-user.jar, and any clue from googling. -- 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 to

Re: [gwt-contrib] Re: Elemental2 - What's the big secret?

2016-10-11 Thread Alex White
On Wednesday, October 12, 2016 at 9:59:40 AM UTC+10, Goktug Gokdogan wrote: > > Elemental 2 is based on a generator and the generator is in active > development and constantly changing. I don't think it is feasible to get > any contributions at this stage. Since we cannot get contributions and

Re: [gwt-contrib] Re: Elemental2 - What's the big secret?

2016-10-11 Thread Alex White
> > > Elemental 2 is a completely new project that is being developed internally > by Google, but their intention is to publish it as open source once the > maturity of the code matches their internal threshold. > > > Just curious if this is still going to see the light of day? What's the

Re: GWT and spring security integration,DelegatingFilterProxy has a dead loop

2016-07-05 Thread Alex Luya
"ROLE_USER"}) to parent service 2,add to applictionContext.xml On Tuesday, July 5, 2016 at 4:38:31 PM UTC+8, Alexander Leshkin wrote: > On Tuesday, July 5, 2016 at 6:02:38 AM UTC+3, Alex Luya wrote: >> >> and blow to applicationContext.xml: >> >> > class=&qu

GWT and spring security integration,DelegatingFilterProxy has a dead loop

2016-07-04 Thread Alex Luya
There is a pure GWT solution here:GWT Spring Security Integration (PURE GWT, NO JSP) 1,Do not use http element at all (http tag from config namespace) 2,Define your AuthenticationRpcService 3,Add AuthenticationRpcService.authenticate(user,password) method 4,Inject into

Any elegant approach to integrate Spring security with GWT RPC based application?

2016-07-01 Thread Alex Luya
There is a pure GWT solution here:GWT Spring Security Integration (PURE GWT, NO JSP) 1,Do not use http element at all (http tag from config namespace) 2,Define your AuthenticationRpcService 3,Add

[gwt-contrib] Elemental2 - What's the big secret?

2016-06-16 Thread Alex White
Just wondering where the source code is and why it has not been published before a major release for an allegedly open source project. Is the big secret that it won't be published? -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To

Re: NEW world for me

2016-02-10 Thread Alex opn
On Wednesday, 10 February 2016 12:09:12 UTC+1, koffi jean françois koffi wrote: > > I am new GWT developper and I have to make an enterprise application with > GWT so I hope that you will be prompt to help me ... Thks > > -- You received this message because you are subscribed to the Google

spring4gwt error:Spring bean not found: querySenior

2015-11-23 Thread Alex Luya
I am trying to make *gwt-2.7* work with *spring-4.2.3*.Configurations are: *web.xml* contextConfigLocation /WEB-INF/applicationContext.xml org.springframework.web.context.ContextLoaderListener springGwtRemoteServiceServlet

spring4gwt(+ mybatis) startup warning:No MyBatis mapper was found in '[com.vsi.idp.map.server.mappe]' package

2015-11-23 Thread Alex Luya
My configuration is: spring-4.2.3 mybatis-3.3.0 mybatis-spring-1.2.3 mapper looks like: *Mapper* looks like: package com.vsi.idp.map.server.mapper;//imports...public interface SeniorMapper extends BaseMapper { @Results({...}) @Select(...) public List query(...); }

Re: GWT 2.7.0 is here

2015-07-30 Thread Alex Sanz
Hi, it's awesome. On september I will migrate for 2.5.1 to 2.7.0 but i wonder if do you have a scheduler for the next stable release? for go to the next on september? Thanks a lot for your awesome work. Alex Sanz El jueves, 20 de noviembre de 2014, 11:59:06 (UTC+1), Daniel Kurka escribió

How to use maven command line to download 2.8 snapshot?

2015-07-09 Thread Alex Luya
Hello, I am complete new to maven,after some googling I got command lines like this: mvn dependency:get \ -DrepoUrl=https://oss.sonatype.org/content/repositories/google-snapshots/com/google/ \ -Dartifact=gwt:gwt:2.8.0-SNAPSHOT and ran it,got errors like this:

How to use image sprite and gradient together?

2015-07-09 Thread Alex Luya
Hello, I have read this post:http://askthecssguy.com/articles/css-gradients-and-background-images/,and it tells that it is possible to combine background image and gradient together,and I just wonder whether it is possible to combine image sprite with gradient together.If it is,how? --

After upgrade to 2.7,error stack trace gone,How to get it back?

2015-07-02 Thread Alex Luya
Hello As you know,in java,if an error occurred,error stack trace will tell us where(exact line) and why it happened,but right now I only got some think like this: Uncaught com.google.web.bindery.event.shared.UmbrellaException: Exception caught: Exception caught: Exception caught:

After upgrade to 2.7,error stack trace gone,How to get it back?

2015-07-02 Thread Alex Luya
Hello As you know,pre v2.7,if an error occurred,java error stack trace will tell us where(exact line) and why it happened,but right now,I only got something like this: Uncaught com.google.web.bindery.event. shared.UmbrellaException: Exception caught: Exception caught: Exception caught:

How to show the content from RichTextArea.getHMTL() in a div properly?

2015-06-13 Thread Alex Luya
If pasting an image into RichTextArea,then.getHTML(),it will return a escaped html string like this: lt;img src=quot;http://www.example.com/images/n1.pngquot; border=quot;0quot; height=quot;75quot; width=quot;199quot;gt; then if div.setInnerHTML(escaped html string), it will be shown as

Re: GWT2.8 JsInterop Java-JS

2015-05-19 Thread Alex W
using a version of GWT 2.8 that is a few weeks old, I'll update later today and reverify. On Tue, May 19, 2015 at 12:11 AM Alex W alexwh...@gmail.com javascript: wrote: The '_1_g$' indicates you are in super dev mode - does it work correctly when fully compiled to JS (draft or no)? I saw

Re: GWT2.8 JsInterop Java-JS

2015-05-18 Thread Alex W
The '_1_g$' indicates you are in super dev mode - does it work correctly when fully compiled to JS (draft or no)? I saw a problem in this area a few weeks ago. No it doesn't work when it's fully compiled to JS either. Also, can you post the full definition for MyObject? class

Re: GWT2.8 JsInterop Java-JS

2015-05-15 Thread Alex W
, 2015 at 7:52 AM Alex W alexwh...@gmail.com javascript: wrote: We are usingJSInterop in GWT2.8. In one of our RPCs we have some code like this that passes our java object to JS: onSuccess(ListMyObject objs) { for (MyObject obj: objs) { jsCode.printObj(We can't see the obj's

Re: GWT2.8 JsInterop Java-JS

2015-05-15 Thread Alex W
, it would be really nice if there was a nice no-brainer way of serializing/deserializing between JSON and Java Objects exposed to gwt users. This has always been a huge feature hole in gwt imo. Thanks Alex On Friday, May 15, 2015 at 5:09:50 PM UTC+10, Alberto Mancini wrote: the object has

GWT2.8 JsInterop Java-JS

2015-05-14 Thread Alex W
We are usingJSInterop in GWT2.8. In one of our RPCs we have some code like this that passes our java object to JS: onSuccess(ListMyObject objs) { for (MyObject obj: objs) { jsCode.printObj(We can't see the obj's properties, only: + obj); } } The definition of jsCode looks like this:

[gwt-contrib] Re: Upcoming overhaul to JsInterop annotations in preparation towards v1.0 release

2015-05-09 Thread Alex White
+1 to keeping the original system. For an interface a finite number of types infinite number of String parameters. Once it gets properly documented on gwtproject.org I doubt people will consider it confusing. The problem imo is that most of the existing stuff out there is pseudocode. We just

JsInterop code seems to compile out @JsExport code in GWT 2.8.0

2015-04-23 Thread Alex W
/gwt.draftCompile on both true and false. No help. Has anyone else experienced this, or able to provide advice on how to fix? Thanks -Alex -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving

Re: gwt-site(https://github.com/gwtproject/gwt-site ) compiled and run successfully but a lot of stuff missing

2015-04-20 Thread Alex Luya
and that has to be fixed. When ? When somene would have time to work on a patch for that :-) On Monday, April 20, 2015 at 1:55:19 AM UTC+2, Alex Luya wrote: Thanks, I tried it,but it depends on google app engine.I just wonder:since GWT has kinds of out of google,why does it still

Re: gwt-site(https://github.com/gwtproject/gwt-site ) compiled and run successfully but a lot of stuff missing

2015-04-19 Thread Alex Luya
blocked place. On 04/18/2015 07:34 PM, Thomas Broyer wrote: gwt-site contains the doc's content only. If you want the full website, then you need https://gwt.googlesource.com/gwt-site-webapp/ in addition. On Saturday, April 18, 2015 at 7:10:49 AM UTC+2, Alex Luya wrote: https://lh3

can't get jsinterop working

2015-04-17 Thread Alex W
I'm trying to get jsinterop working using Thomas Broyer's maven archetypes, but not having much luck. Can anyone point out where I am going wrong? I am trying to export a Fubar symbol into js. Here is the project: https://github.com/Alexwhite3000/jsinterop-helloworld/ -- You received this

gwt-site(https://github.com/gwtproject/gwt-site ) compiled and run successfully but a lot of stuff missing

2015-04-17 Thread Alex Luya
https://lh3.googleusercontent.com/-ES3ZneCVP3c/VSN0VQNZmHI/AM0/wIrBOtLKuNs/s1600/Workspace%2B1_048.png Hello, I have asked a question here:https://groups.google.com/forum/#!topic/google-web-toolkit/x-OoMQv_RHo.Briefly speaking,due to all google related stuff is blocked in

Re: Is it possible to ask gwt team to provide a downloadable htmls packages of dev docs?

2015-04-07 Thread Alex Luya
The result looks like this: https://lh3.googleusercontent.com/-ES3ZneCVP3c/VSN0VQNZmHI/AM0/wIrBOtLKuNs/s1600/Workspace%2B1_048.png On Monday, April 6, 2015 at 9:58:16 PM UTC+8, Thomas Broyer wrote: The docs are on GitHub: https://github.com/gwtproject/gwt-site You can git clone, or

Re: Is it possible to ask gwt team to provide a downloadable htmls packages of dev docs?

2015-04-06 Thread Alex Luya
Thanks On 04/06/2015 09:58 PM, Thomas Broyer wrote: The docs are on GitHub: https://github.com/gwtproject/gwt-site You can git clone, or download any commit as a tar.gz archive. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Is it possible to ask gwt team to provide a downloadable htmls packages of dev docs?

2015-04-06 Thread Alex Luya
Hello, http://www.gwtproject.org/ is block here(China).I remember that,before 2.5,I can download all docs by a utility and this utility will relink all pages also.I put all dev docs into a internal site,so all my team member can access it.And I use gwt from 1.3,so kind of big

SuperDevMode and CSS styleNames (GWT 2.7)

2015-03-06 Thread Alex Ph
the superDevMode to use the stable-notype property again? Thnx Alex -- 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

Which Json/JSON package I have to use?

2015-03-05 Thread Alex Ph
org.json.JSONObject import and I wonder which import I have to choose: 1) com.google.gwt.thirdparty.json.JSONObject (used by Autobean) 2) com.google.gwt.json.client.JSONObject 3) com.google.gwt.dev.json.JsonObject Any Hints here? Thanks Alex -- You received this message because you are subscribed

Re: Which Json/JSON package I have to use?

2015-03-05 Thread Alex Ph
Hi, thnx for the fast response :) Am Donnerstag, 5. März 2015 11:26:07 UTC+1 schrieb Thomas Broyer: On Thursday, March 5, 2015 at 10:32:55 AM UTC+1, Alex Ph wrote: Hi all, I want to upgrade from 2.6.1 to 2.7.0 and I use autobeans to handle JSON data. Due to json-issues (like https

Chrome GWT Plugin required but is already installed

2014-11-28 Thread Alex
already have it installed. I've tried removing it and re-installing but I still get this message. Any help would be greatly appreciated! Thanks, Alex -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop

Re: Chrome GWT Plugin required but is already installed

2014-11-28 Thread Alex
(QueuedThreadPool.java:608) [ERROR] at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) [ERROR] at java.lang.Thread.run(Thread.java:745) Any ideas why this isn't working? Thanks, Alex On Friday, November 28, 2014 2:27:04 PM UTC-8, Jens wrote: Latest Chrome on Mac OS is now

Re: How to use javascript's regular expression by jsni?

2014-11-20 Thread Alex Luya
}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$; }-*/; and it doesn't work. On Thursday, November 20, 2014 3:18:32 PM UTC+8, Alex Luya wrote: Hello: Similar question has been asked here: How to pass a regular expression as a function parameter http://stackoverflow.com/questions/11143702

http://stackoverflow.com/questions/27031456/how-to-create-regular-expression-from-string

2014-11-19 Thread Alex Luya
Similar question has been asked here: How to pass a regular expression as a function parameter http://stackoverflow.com/questions/11143702/how-to-pass-a-regular-expression-as-a-function-parameter, but I can't get it work by JSNI. This is the string of the regular expression that will be

How to use javascript's regular expression by jsni?

2014-11-19 Thread Alex Luya
Hello: Similar question has been asked here: How to pass a regular expression as a function parameter http://stackoverflow.com/questions/11143702/how-to-pass-a-regular-expression-as-a-function-parameter, but I can't get it work by JSNI. This is the string of the regular expression that

GWT 2.7 rc2+chrome is quite unstable

2014-11-05 Thread Alex Luya
The composition of 2.7 rc1+firefox 33 is relative stable(source file get loaded every time) but there is a another problem:output is large(has been discussed here:https://groups.google.com/forum/#!topic/google-web-toolkit-contributors/o9SlYe0s2j4) With chrome+2.7 rc1,source map

GWT 2.7 rc1+chrome,sourcemap got loaded sometime,sometime not

2014-11-05 Thread Alex Luya
The composition of 2.7 rc1+firefox 33 works relative stable(sourceMap get shown every time) but the souremap output of 2.7 is too large,and it cause firefox frozen to load it(this problem has been discussed here:

How to use javascript to store variables to window correctly?

2014-11-02 Thread Alex Luya
I am trying to use JSNI to set/get variable to/from js object:window like this: private final native T T get(String key)/*-{ return $wnd.key; }-*/; private final native void set(String key, Object value)/*-{ $wnd.key = value; }-*/; and if I set a variable: var_1 to window: (the

Re: How to use javascript to store variables to window correctly?

2014-11-02 Thread Alex Luya
: I'm not sure but... return $wnd.key; is the same as return $wnd['key']; which is not what you want, you should use return $wnd[key];. On Sunday, November 2, 2014 8:28:12 AM UTC+1, Alex Luya wrote: I am trying to use JSNI to set/get variable to/from js object:window like

Re: CellTable redraw performance

2014-10-09 Thread Alex Ustymenko
Hi Dan, I have similar issue with the need to redraw only specific celltable's columns. Did you find solution ? thanks. On Tuesday, July 22, 2014 8:43:21 AM UTC-4, Dan wrote: Hi. I often need to redraw specific columns of my CellTables, but GWT only allows me to redraw the whole table.

Re: Development Mode will not be supported in Firefox 27+

2014-07-11 Thread Alex Epshteyn
into Native Client (https://developer.chrome.com/native-client)? Best, Alex -- 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

Re: Google Chrome 35 GWT plugin incompatibility

2014-07-11 Thread Alex Epshteyn
Although the GWT plugin for Chrome can no longer be installed from the chrome store since version 35, you can still install it manually (at least under Windows) and it works just fine. I posted the instructions here: https://groups.google.com/d/msg/google-web-toolkit/QSEjbhhHB4g/tQSwltonVMIJ

JSNI Javascript promises

2014-06-12 Thread Alex Ph
found out, that *catch* is a restricted keyword and I cannot use this inside the native block. Is it possible to escape the .catch(stuff) to get this work? Thnx Alex -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from

Re: Google Chrome 35 GWT plugin incompatibility

2014-05-23 Thread Alex Ph
, but the Chrome F12 Tool is pretty good and the debugging is much closer to your real application. For example, you can inspect your elements DOM-state while you hold your program in a breakpoint. Alex -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Adding EventHandler between GWT and Browser?

2014-04-17 Thread Alex Ph
an eventhandler between GWT-Eventhandling and Browser? I found *new SchedulerImpl().scheduleFinally(new ScheduledCommand()...)*but I cannot trigger an event here. Best Regards Alex -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group

Re: gwt+guava compilation error:[ERROR] Line 761: MAX_SIZE cannot be resolved or is not a field

2014-01-22 Thread Alex Luya
both in guava 15 and 16,by the way.by the way,it is a discussed bug:https://code.google.com/p/guava-libraries/issues/detail?id=1639 On Thursday, January 23, 2014 12:50:40 AM UTC+8, Thomas Broyer wrote: On Wednesday, January 22, 2014 2:17:51 AM UTC+1, Alex Luya wrote: When compiling *guava

Re: gwt+guava compilation error:[ERROR] Line 761: MAX_SIZE cannot be resolved or is not a field

2014-01-22 Thread Alex Luya
Both of them,by the way ,it is a confirmed bug:https://code.google.com/p/guava-libraries/issues/detail?id=1639 On 01/23/2014 12:50 AM, Thomas Broyer wrote: On Wednesday, January 22, 2014 2:17:51 AM UTC+1, Alex Luya wrote: |When compiling*guava 16.0*+gwt 2.6 RC4,I got this error

gwt+guava compilation error:[ERROR] Line 761: MAX_SIZE cannot be resolved or is not a field

2014-01-21 Thread Alex Luya
When compiling guava 16.0+gwt 2.6 RC4,I got this error: [ERROR] Errors in 'jar:file:/home/alex/workspace/DSC-Lib/lib/guava-gwt-15.0.jar!/com/google/common/base/super/com/google/common/base/CharMatcher.java' [ERROR] Line 760: MAX_SIZE cannot be resolved or is not a field -- You received

Re: [gwt-contrib] Re: Bad news for GWT DevMode!

2013-10-21 Thread Alex Raugust
might have changed. On Monday, October 21, 2013 3:21:49 PM UTC+2, Ivan Dimitrijevic wrote: IMO Firefox On Friday, October 18, 2013 11:47:13 PM UTC+2, Alex Raugust wrote: Just curious, is there a preferred browser for Classic DevMode? What do the cool kids use? :) On Tuesday, September

[gwt-contrib] Re: Bad news for GWT DevMode!

2013-10-20 Thread Alex Raugust
Just curious, is there a preferred browser for Classic DevMode? What do the cool kids use? :) On Tuesday, September 24, 2013 4:05:59 AM UTC-7, Thomas Broyer wrote: Just saw this passing on Twitter: http://blog.chromium.org/2013/09/saying-goodbye-to-our-old-friend-npapi.html This is really

[gwt-contrib] Re: Bad news for GWT DevMode!

2013-10-20 Thread Alex Raugust
I use DevMode w/ IE8, per our enterprise standard. But this post made wonder, what do the top GWT folks use/recommend? On Tuesday, September 24, 2013 4:05:59 AM UTC-7, Thomas Broyer wrote: Just saw this passing on Twitter:

Re: [gwt-contrib] Re: I'm enhancing GWT to provide Java stack traces for clientside exceptions in production

2013-08-21 Thread Alex Epshteyn
to the output. Thanks for your questions! Alex -- 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

Re: [gwt-contrib] Re: I'm enhancing GWT to provide Java stack traces for clientside exceptions in production

2013-08-21 Thread Alex Epshteyn
to the output. Thanks for your questions! Alex -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: I'm enhancing GWT to provide Java stack traces for clientside exceptions in production

2013-08-19 Thread Alex Epshteyn
-based UI code that I would NEVER found otherwise. Let's get this capability into GWT by the end of the year. Please donate! Thanks, Alex On Wednesday, July 17, 2013 4:56:40 PM UTC-4, Alex Epshteyn wrote: Dear fellow GWT users, I would like to announce that I have finally solved what I

[gwt-contrib] Re: I'm enhancing GWT to provide Java stack traces for clientside exceptions in production

2013-08-19 Thread Alex Epshteyn
-based UI code that I would NEVER found otherwise. Let's get this capability into GWT by the end of the year. Please donate! Thanks, Alex On Wednesday, July 17, 2013 4:56:40 PM UTC-4, Alex Epshteyn wrote: Dear fellow GWT users, I would like to announce that I have finally solved what I

Re: GWT website moved to gwtproject.org

2013-07-31 Thread Alex opn
I thought the same when I saw Scala's new page for the first time yesterday ;-) Am Dienstag, 30. Juli 2013 17:59:24 UTC+2 schrieb RyanZA: Something like this would be great: http://scala-lang.org/ On Saturday, July 27, 2013 8:03:07 PM UTC+2, salk31 wrote: Anyone like this one?

Re: I'm enhancing GWT to provide Java stack traces for clientside exceptions in production

2013-07-24 Thread Alex Epshteyn
like the amount of work, complexity of the issue at hand and the overall contribution of the work made by +Alex* * I have no problem donating money for real OpenSource efforts. As Stephen noticed: Alex does it wrong. I have the impression that he only want's to sell his consulting services

Re: [gwt-contrib] Re: I'm enhancing GWT to provide Java stack traces for clientside exceptions in production

2013-07-20 Thread Alex Epshteyn
want to spend so much extra time working on something that people don't really care about. On Saturday, July 20, 2013 1:12:03 AM UTC-4, Stephen Haberman wrote: Hi Alex, By the way, who wants to try it? Please get it touch with me (alex at typeracer.com), and I will email you my patch so

Re: I'm enhancing GWT to provide Java stack traces for clientside exceptions in production

2013-07-18 Thread Alex Epshteyn
with me (alex at typeracer.com), and I will email you my patch so you can see for yourself how awesome it is. -- 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

[gwt-contrib] Re: I'm enhancing GWT to provide Java stack traces for clientside exceptions in production

2013-07-18 Thread Alex Epshteyn
with me (alex at typeracer.com), and I will email you my patch so you can see for yourself how awesome it is. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe

I'm enhancing GWT to provide Java stack traces for clientside exceptions in production

2013-07-17 Thread Alex Epshteyn
reporting and debugging support. I've written a detailed white paper ( http://goo.gl/YGsrQ ) that describes how my solution works and why it is necessary. I welcome your feedback! Thanks! Alex -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group

Re: I'm enhancing GWT to provide Java stack traces for clientside exceptions in production

2013-07-17 Thread Alex Epshteyn
:) Thanks guys. Any other questions? (I'm really excited to be having this discussion with all of you, after working on it in isolation for so long). - Alex Epshteyn On Wednesday, July 17, 2013 10:48:02 PM UTC-4, mark.e...@gmail.com wrote: If you use emulated stack traces (including line

[gwt-contrib] I'm enhancing GWT to provide Java stack traces for clientside exceptions in production

2013-07-17 Thread Alex Epshteyn
reporting and debugging support. I've written a detailed white paper ( http://goo.gl/YGsrQ ) that describes how my solution works and why it is necessary. I welcome your feedback! Thanks! Alex -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message

[gwt-contrib] Re: I'm enhancing GWT to provide Java stack traces for clientside exceptions in production

2013-07-17 Thread Alex Epshteyn
:) Thanks guys. Any other questions? (I'm really excited to be having this discussion with all of you, after working on it in isolation for so long). - Alex Epshteyn On Wednesday, July 17, 2013 10:48:02 PM UTC-4, mark.e...@gmail.com wrote: If you use emulated stack traces (including line

Re: Exception reporting is broken in GWT: would you support a kickstarter project to fix it?

2013-05-23 Thread Alex Epshteyn
23, 2013 at 5:13 AM, Thomas Broyer t.bro...@gmail.com wrote: On Wednesday, May 22, 2013 11:53:47 PM UTC+2, Alex Epshteyn wrote: Thanks for your comment. Let me respond to your points: 1) I've seen this point discussed before, and the standard counter-argument is that the spirit of OSS

Re: Exception reporting is broken in GWT: would you support a kickstarter project to fix it?

2013-05-23 Thread Alex Epshteyn
Fair enough, but I'm curious to know why leaving the code that supports legacy browsers would interfere with implementing new features. For example, if you want to implement a new widget called XPanel, it think it's perfectly fine to say that this widget doesn't support IE6/7/8, and leave it up

Exception reporting is broken in GWT: would you support a kickstarter project to fix it?

2013-05-22 Thread Alex Epshteyn
One of the big problems with deployed GWT apps has always been the impossibility of tracing JavaScript exceptions back to the Java source code. What we need is a true equivalent of Java stack traces. There was an effort made by the GWT team a couple years ago to solve this problem (

Re: Exception reporting is broken in GWT: would you support a kickstarter project to fix it?

2013-05-22 Thread Alex Epshteyn
Thanks for your comment. Let me respond to your points: 1) I've seen this point discussed before, and the standard counter-argument is that the spirit of OSS is free as in freedom, not beer. Lots of developers get paid to work on OSS projects. 2) This is actually one of the reasons I'm

Re: Exception reporting is broken in GWT: would you support a kickstarter project to fix it?

2013-05-22 Thread Alex Epshteyn
info in the future, it's almost certain that their stack trace formats will all be different, so we'll have to patch GWT every time a new browser adds the support. My proposed project will leave us in good shape to be able to do that easily. On Wed, May 22, 2013 at 5:53 PM, Alex Epshteyn

  1   2   3   4   5   6   7   >