Re: Announcing GWT 2.10.1 and 2.11 releases

2024-01-10 Thread David Nouls
Nice to see such a quick follow-up to a security finding and also fast progress for Java 17/21 support! Kind regards David Nouls On 9 Jan 2024 at 22:36 +0100, Colin Alworth , wrote: > I'm excited to announce the release of 2.10.1 and 2.11.0! This is our second > release under the new g

Re: [gwt-contrib] Re: Compiling gwt on Mac ?

2023-03-22 Thread David Nouls
I managed to find a jdk 8 for my system and the build works. Thanks for the quick response. On 22 Mar 2023 at 13:23 +0100, Colin Alworth , wrote: > That patch is delayed since it turns out there are some tests that rely on > specific behavior from the JVM - a few JPMS violations in legacy dev

Re: [gwt-contrib] GWT 2 Roadmap as it applies to future deprecations

2022-08-07 Thread David Nouls
In my case we have different codebases that overlap with reusable components. Not all projects are willing to invest in a newer jdk since they are basically in maintenance mode. If GWT would drop Java 8 it would be a problem. On the other hand, maybe it will finally force people to move on

GWT and UserAgent

2022-02-18 Thread David Nouls
Hello I read that FireFox and Chrome are deprecating the useragent string. Is GWT depending on this and will it be impacted ? -- 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

Re: Pbs with GWT + Eclipse + Jetty + Neo4J

2021-10-15 Thread David Nouls
What is the exception stack trace ? On 12 Oct 2021, 19:09 +0200, Guillen Antonio , wrote: > Hi all, > > I am struggling with a pb using RPC: > > When I use the service to create and store my objects in my DB (Neo4J) using > remote service, all is Fine. > When I try to load my objects all is ok in

Re: 2/? Pbs with GWT + Eclipse + Jetty + Neo4J

2021-10-13 Thread David Nouls
on you are showing in the >window.alert invocations (which, if I recollect that correctly, will popup >some modal dialogs in the browser). On 13 Oct 2021, 14:20 +0200, Guillen Antonio , wrote: > Hi David, > > Thanks a lot for your remarks, but I need some explanation, as tell in m

Re: 2/? Pbs with GWT + Eclipse + Jetty + Neo4J

2021-10-13 Thread David Nouls
I see multiple problems with your code. The most important being that you are ignoring the fact that an rpc call is asynchronous. So the load method will ralways return null because the request has not been executed when the method returns. Another problem is the fact that the async is

Re: [gwt-contrib] Re: Goodbye IE 8–9 

2021-09-30 Thread David Nouls
+1 for dropping support for ie8-10. We still need to support IE11 in our app right now. But not for much longer. We are currently still compiling with 2.8.2 due to compilation issues with the 2.9 release (issues with generics) so dropping IE11 is not a big issue as well. On 30 Sep 2021, 18:49

Re: Upgrade GWT from 2.7 to 2.9

2021-06-03 Thread David Nouls
report and code sample to demonstrate. Groeten, David On 3 Jun 2021, 18:42 +0200, HATIM SETTI , wrote: > Hi team, > > I'm working on an existing project with (gwt 2.7 , maven Java 6,spring..), > and we want to upgrade to 2,8 or 2.9 atest version. > > And I want to know the impac

Re: Typescript annotations to JsInterop java classes automatic generation tool ready

2021-05-20 Thread David
Can I use this tool to convert files in https://github.com/OpenVidu/openvidu/tree/master/openvidu-browser/src/OpenVidu to Java? I can not understand this sentence - " Then launch it with nodejs target/main.js CONFIG_FILE." or I don't know how to use this bool. Thanks, David O

Re: Change CodeServer URL

2021-04-29 Thread David Nouls
path than the root one. that would make it easier to fully support it. Kind regards David On 29 Apr 2021, 08:48 +0200, Gordan Krešić , wrote: > On 29. 04. 2021. 08:34, Craig Mitchell wrote: > > From memory, Facebook will let you test with http://lvh.me > > Excellent trick, thanks! &g

Re: Change CodeServer URL

2021-04-27 Thread David Nouls
love to hear if there are easier solutions to this problem Kind regards David On 27 Apr 2021, 11:40 +0200, Gordan Krešić , wrote: > Is there a way to force .nocache.js file to use CodeServer's URL different > from $wnd.location.hostname? > > I would like to run CodeServer via HAProxy (to

Re: DominoKit release announcement

2021-03-29 Thread David Nouls
Great work, thanks! On 29 Mar 2021, 21:28 +0200, Juan Pablo Gardella , wrote: > Awesome! Thanks!! > > > On Mon, 29 Mar 2021 at 16:10, Vegegoku wrote: > > > Dears > > > > > > DominoKit team are very happy to announce the first Dominokit toolset > > > release candidate, it took us too long but it

Re: [gwt-contrib] Re: Goodbye IE 8–9 

2021-03-11 Thread David Nouls
We still need IE11 support in the banking sector. We still have a majority of customers that use IE11 due to technical reasons (plugins needed for accessing secure token don’t install properly in Chrome without internet access amongst others). What do you mean with “next version of GWT” if

Re: New Article "10 Best Java Frameworks to Use in 2021"

2021-03-10 Thread David Nouls
the API is really clean and well defined and it allows me to force error situations that are difficult to simulate otherwise. If you write many when-statements you probably are doing it wrong. Groeten, David On 10 Mar 2021, 16:56 +0100, Juan Pablo Gardella , wrote: > Hi Vegeoku, > >

Re: Superdevmode and ReferenceErrors

2021-02-24 Thread David Nouls
I just browse to the sdm website at http://localhost:9876 and click on de button to clear the cache On 24 Feb 2021, 22:20 +0100, Stik , wrote: > Aha, how do you clear the cache? i've never been sure where SDM is hiding it > Stik > > > On Wednesday, February 24, 2021 at 8:40:05 PM

Re: Superdevmode and ReferenceErrors

2021-02-24 Thread David Nouls
It is a known issue with incremental compilation. It is annoying but I tend to just clear the sdm cache and reload. On 24 Feb 2021, 20:50 +0100, Stik , wrote: > Occasionally when running under SDM in Eclipse I will get a "ReferenceError: > _g$ is not defined" from the browser.   The usual "fix"

Re: [ANN] JRS gwt-time 1.4.15/2.0.3 release

2021-02-03 Thread David Nouls
Oh it seams I have a conflict with my dependency on gwt-common-lang3 ... included in de.knightsoft-net On Wednesday, February 3, 2021 at 4:45:22 PM UTC+1 David Nouls wrote: > I'm trying out gwt-time in my project. But I get some GWT compiler issues. > > I am using the 1.4.15 release

Re: [ANN] JRS gwt-time 1.4.15/2.0.3 release

2021-02-03 Thread David Nouls
I'm trying out gwt-time in my project. But I get some GWT compiler issues. I am using the 1.4.15 release with GWT 2.8.2 (we can't migrate to 2.9 due to some issues with unsupported generic constructs in that version). I am using the tbroyer plugin, but I tried adding the module manually just in

Re: Our 10+ year journey with GWT (+ job opening)

2021-01-20 Thread David Nouls
te: > > > > > > > > > > > > > Nice to hear from everyone! > > > > > > > > > > > > > > > > > > > > > > > > > > Here's to the next ten years :-) > > > > > > > > > >

Re: Our 10+ year journey with GWT (+ job opening)

2020-12-21 Thread David Nouls
/Leuven I don’t think that is doable. Relocation is not an option. Good luck finding people, there are not a lot on the market. Groeten, David On 20 Dec 2020, 16:16 +0100, 'Alexander Bertram' via GWT Users , wrote: > > Dear all, > > I hope this email isn't too off-topic, but I wan

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

2020-10-06 Thread David Nouls
Hi Lofi, In my company we are the only group that is working with GWT to develop a new customer facing application. We have a few products in maintenance mode that are also using GWT. But most new developments are using Angular. The biggest problems we are facing with using GWT/Java for the

Re: [gwt-contrib] Re: HashCode H$ property should be not enumerable

2020-06-14 Thread David Nouls
Working in the bankings sector. We support all IE versions that are still available with a (payable) supported version of Windows. So for us it is IE11 and Edge. On 14 Jun 2020, 07:38 +0200, Alberto Mancini , wrote: > Hi, > I think that keeping just IE11 is ok. > > Thanks, >    Alberto > > >

Re: GWTC 2.9.0 has problems compiling my generics

2020-06-08 Thread David Nouls
> > Fortunately, we're not actually using that class, and the build actually > only fails because of -failOnError. This means I can work around the issue > by excluding the file with some gwt.xml trick (I want to keep the > -failOnError). > But you get an idea (and repro-case, alb

Re: BPM designer

2020-06-07 Thread David
seems to be a good choice. I cannot figure out which package from Stunner I can use. Can Alex list some jars from Stunner and some examples so I can start from? Some body can provide good examples about Lienzo wiring? I do appreciate your help! David On Sunday, October 6, 2019 at 11:03:37 PM UTC

Re: GWTC 2.9.0 has problems compiling my generics

2020-05-29 Thread David Nouls
, 2020 at 4:16:14 PM UTC+2, David Nouls wrote: > > I don't have access to eclipse in my work environment - not allowed. > > On Friday, May 29, 2020 at 3:02:00 PM UTC+2, Jens wrote: >> >> So the Eclipse JDT version GWT uses has a generics bug then. Have you >> tried op

Re: Issue with GWT 2.9.0 and Annotations/Predicates emulation

2020-05-29 Thread David Nouls
t;> Can you give an example so we can check to see if JDT has handled this in >> a later update that we can migrate to? >> >> On Friday, May 29, 2020 at 9:21:54 AM UTC-5, Thomas Broyer wrote: >>> >>> >>> On Friday, May 29, 2020 at

Re: GWTC 2.9.0 has problems compiling my generics

2020-05-29 Thread David Nouls
I don't have access to eclipse in my work environment - not allowed. On Friday, May 29, 2020 at 3:02:00 PM UTC+2, Jens wrote: > > So the Eclipse JDT version GWT uses has a generics bug then. Have you > tried open the project/code in Eclipse to see if Eclipse complains as well? > If Eclipse

GWTC 2.9.0 has problems compiling my generics

2020-05-29 Thread David Nouls
I switched from GWT 2.8.2 to GWT 2.9.0 and I get some GWTC compilation errors when compiling with certain generic constructs. It compiles fine with JDK11 and in IntelliJ, but GWTC no longer seems to support this: [INFO] --- gwt-maven-plugin:1.0.0:compile (default-compile) @

Re: Issue with GWT 2.9.0 and Annotations/Predicates emulation

2020-05-29 Thread David Nouls
he" of all annotations - the two fixes are to either exclude the > jsinterop annotations from the cache (abbreviated rant: a cache like this > should be based on a whitelist, not a blacklist), or provide sources and a > .gwt.xml file for the annotations. > > -Colin > >

Re: Issue with GWT 2.9.0 and Annotations/Predicates emulation

2020-05-28 Thread David Nouls
Strange, just retried today and now the compile worked properly. Thanks for the support! On 19 May 2020, 16:41 +0200, Colin Alworth , wrote: > Nothing should have changed here as far as I am aware - GWT itself continues > to have emulation for Annotation, Enum, etc (Predicate doesnt seem to be

Issue with GWT 2.9.0 and Annotations/Predicates emulation

2020-05-16 Thread David Nouls
Compiling module com.swift.cloud.platform.multitenant.event.SerializationTest.JUnit    Resolving com.fasterxml.jackson.annotation.JacksonAnnotation   Found type 'com.fasterxml.jackson.annotation.JacksonAnnotation' [WARN] Unable to resolve interface java/lang/annotation/Annotation   

Issue with GWT 2.9.0 and Annotations/Predicates emulation

2020-05-15 Thread David Nouls
I'm in the process of trying out GWT 2.9.0 with a big project. I noticed that for some reason I suddenly get errors about sources java.lang.annotation.Annotation (also about Predicate) not being available. I guess there was a big cleanup of the inherits in all the packages ? Did I miss that

Re: GWT 2.9.0 release

2020-05-15 Thread David Nouls
Congratulations on a big milestone and great news to hear for the plan to release more frequently. Is that just an intent or is it automated ? On Thursday, May 14, 2020 at 5:40:25 AM UTC+2, Colin Alworth wrote: > > Today we are pleased to announce the next release of GWT, version 2.9.0. > Some

Re: GWT SuperDev sourcemaps suddenly not being loaded by Chrome/FireFox/IE/Edge

2020-01-27 Thread David Nouls
ase has the same problem? > > > On Fri, 24 Jan 2020 at 14:12, David Nouls wrote: > > > I am using GWT for many years now. My project uses 2.8.2 and we are using > > > SDM for debugging. > > > For some reason suddenly I can no longer debug my application in

GWT SuperDev sourcemaps suddenly not being loaded by Chrome/FireFox/IE/Edge

2020-01-24 Thread David Nouls
I am using GWT for many years now. My project uses 2.8.2 and we are using SDM for debugging. For some reason suddenly I can no longer debug my application in any of my browsers on my machine. I was working up to 2 weeks ago and now it no longer works. I have searched the internet for any

Re: [ANN] (Unofficial) GWT 2.8.2-v20191108 release

2020-01-10 Thread David Nouls
Has it only been 3 years ? I also don’t understand why dwt devs are so out of touch with their user base. Nobody will take gwt 3 as a serious option. All old GWT apps will have been migrated to other toolkits by the time it gets released. Why are these incremental changes not officially

Re: BPM designer

2019-10-05 Thread David
And here is our recent announcement: > > > https://porcelli.me/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 de

BPM designer

2019-09-16 Thread David
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 hear your recommendation. Thanks, David -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubs

Replacement sites for Google Plus for GWT

2019-08-25 Thread David
I am trying to find out more news about GWT. I knew I could find out them in Google Plus. Now do you know where is the replacement site for GWT in Google Plus? Thanks, David -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubs

Strange problem with casting an object to Comparable in GWT 2.8.2

2019-05-02 Thread David Nouls
I'm having a problem with Date objects in GWT 2.8.2. As part of a GUI component to create query objects for searching through our database I have this piece of code that tries to compare from/to objects (Object types are normally Date/BigDecimal/Integer/...) I have this piece of code: if

jsinterop problem

2019-04-26 Thread David
) } } }) I am struggling with "nation-stroke". How do I implement it in Jsinterop? Thanks, David -- 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 t

Re: What do you need to know? For C++ programmer

2019-03-08 Thread David Carter
CSS. I'll say it again... CSS. Unless and until you get it right your apps will never perform as expected. If you're an experienced OO person than the Java will be fairly easy for you, but CSS is some voodoo style black magic to master. I've been messing with it for years and it still never

Re: paper-dialog-scrollable isn't scrolling

2019-03-08 Thread David Carter
I set the dialog to a fixed height, and it worked in that the white box that is the dialog displayed at the specified size. The scroll area however still didn't scroll and its contents displayed past the limits of the dialog as before. Also as before the buttons were off of the display and

Re: Chrome Canary 73.0.3680.0 breaks pretty much ALL GWT apps :(

2019-01-24 Thread David Nouls
On Thursday, 24 January 2019 09:27:47 UTC, David Nouls wrote: > > > > Watch out with about:blank, if your app is running on SSL you will get > > mixed content warnings on some browsers... not sure if that is still the > > case, but that is one of the reasons why gwt was usi

Re: Chrome Canary 73.0.3680.0 breaks pretty much ALL GWT apps :(

2019-01-24 Thread David Nouls
Watch out with about:blank, if your app is running on SSL you will get mixed content warnings on some browsers... not sure if that is still the case, but that is one of the reasons why gwt was using javascript:”” On 24 Jan 2019, 10:01 +0100, Rob , wrote: > > > On Thursday, 24 January 2019

Re: ER tool

2018-12-18 Thread David
Can I download these Lienzo based library if it is a open source? Thanks, David On Thursday, December 14, 2017 at 9:10:58 PM UTC+8, manstis wrote: > > We use Lienzo extensively over at Drools <https://www.drools.org/> > > Here's a video showing use of our Lienzo based library

Re: [gwt-contrib] Re: 2.9 progress

2018-12-06 Thread David Nouls
Is it acceptable that an official GWT implementation of the time API would be based on moment.js ? Or is it expected that it is all implemented with standard browser API and pure Java code ? On 5 Dec 2018, 15:03 +0100, Jens , wrote: > > > For the emulation changes I can live with what is

Re: [gwt-contrib] Re: 2.9 progress

2018-12-05 Thread David Nouls
I am using var in some simple cases and the gwt compiler did not have a problem. I don’t use them on lambda parameters though. So my code is using   Java 10 but not 11 features. For the emulation changes I can live with what is available now and get some more in a later release. But how does

Re: GWT compiler isn't allowing 'default' as a javascript object property in my JSNI block

2018-11-30 Thread David Nouls
try ‘default’ instead On 30 Nov 2018, 15:17 +0100, Dylan DSouza , wrote: > I'm porting my Java LIBGDX game to Javascript. There's some JSNI code that > looks something like this: > > private native void hello() > /*-{ >     var object1 = {default: 'foo', b: 42}; >    

Re: A German Short Article for J2CL Open Source Release

2018-11-25 Thread David Nouls
I noticed you mentioned that elemental2 allows us to use the browser storage API’s. By coincidence I was looking for those but failed to find them (in the Window class). Am I looking in the wrong location again ? For now I just created my own JsInterop classes to acces it. On 19 Nov 2018, 23:14

Re: GWT Future plan

2018-11-14 Thread David Nouls
2, but quite frankly, it is about time that newer ideas are explored and older technologies are removed. My hope is that we can start using j2cl and gwt 3 to create reusable webcomponents. Reusable with other technologies, not just if you just stick with one tech stack. Regards, David On 14

Re: Compilation issue on GWT 2.8.2 (modular maven project)

2018-11-13 Thread David Nouls
module.gwt.xml will work since there are probably some java files in there that are refering to non supported JRE classes. But you could try with excluding those classes. Regards, David On Monday, November 12, 2018 at 6:51:03 PM UTC+1, Luca Morettoni wrote: > > Hello, I’m using the Thomas

Re: Preferred IDE

2018-10-15 Thread David Nouls
I converted from Eclipse to IntelliJ CE a few months ago. I agree that it works much better when combined with maven builds as compared to eclipse. one thing though is that you dont get much assistance with uiBinder templates. So it might be more difficult to pick up as a beginner (unless you

Re: Passing method references to HTMLElement.removeEventHandler

2018-10-12 Thread David Nouls
It makes sense somehow, but it took me by surprise. Thanks for the explanation. Is it still good practice to remove listeners when you don’t need the html element anymore ? or do modern browser garbage collectors cope with circular references between DOM and JS objects ? It was one of the

Passing method references to HTMLElement.removeEventHandler

2018-10-12 Thread David Nouls
I think I found a little bug in the java 8 support in GWT. Or at least, it does not work as I expected it would. I am using Elemental2 and I am trying to remove an EventListener from a HTMLElement. The listener was previously installed like this: element.addEventListener(“click”,

Re: GWT behaves differently in Chrom vs Firefox

2018-07-24 Thread David Nouls
clear your temp folder, sdm puts lots of stuff there and sometimes it gets corrupted and you get these kind of errrors. On 24 Jul 2018, 18:53 +0200, Velusamy Velu , wrote: > Hi Michael > > I appreciate your recommendation. Yes it's in SDM mode. I don't have the > luxury to try your suggestion

Re: [gwt-contrib] Re: Java10 support

2018-07-17 Thread David Nouls
Thanks Thomas, that fixed the problems! On 13 Jul 2018, 16:13 +0200, Thomas Broyer , wrote: > > > On Thursday, July 12, 2018 at 4:18:38 PM UTC+2, stuckagain wrote: > > Thomas, > > > > would you mind pushing a new snapshot release of your maven plugin release > > to sonatype ? > > I see that you

Re: [gwt-contrib] Re: Java10 support

2018-07-13 Thread David Nouls
Just a little bit, but mostly because we can’t seem to get the Java 10 working properly. We are having problems running the GWTTestCase using the maven plugin from Thomas. The snapshot release in sonatype of the maven plugin looks to be quite old so it is still depending on older versions of

Re: [gwt-contrib] Re: Java10 support

2018-07-12 Thread David Nouls
I guess I am bit overworked :) ignore the last statement! On 12 Jul 2018, 16:18 +0200, stuckagain , wrote: > Thomas, > > would you mind pushing a new snapshot release of your maven plugin release to > sonatype ? > I see that you have migrated to a newer version of the surefire plugin on >

Re: [gwt-contrib] Update on J2CL

2018-06-12 Thread David Nouls
Thanks for the update, I fail to understand why the prerequisite of using bazel was enforced and why it seems to have such a big impact on opensourcing J2CL. As far as I understand Google is probably the only company that uses bazel, and internally that is not even the same product as the

Re: Have charts to work with a RootPanel based application

2018-05-07 Thread David Nouls
Did you try to put the chart inside a SimpleLayoutPanel ? On 6 May 2018, 16:48 +0200, yaniv54321 , wrote: > > hello, > > i have a GWT app based on RootPanel and not RootLayoutPanel > > but it seems that the only way i can use charts (gwt-charts-0.9.10.jar) is by > using

Re: Specific chart or graph

2018-02-02 Thread David
I am considering using https://github.com/ahome-it/lienzo-core. But I am not pretty sure it fits my requirements. I would appreciate it if some body has some examples. David On Friday, February 2, 2018 at 3:27:17 PM UTC+8, Frank wrote: > > - Write a wrapper for this part of

Specific chart or graph

2018-02-01 Thread David
I need to create some specific chart or graph on WEB (Please see attachment). I found http://visjs.org/examples/graph2d/11_barsSideBySideGroups.html, which seems to be best solution. But there is no GWT wrapper. Can you recommend some good solution or tool to me? Thanks, David -- You

Re: Strange elemental 2 behavior and weird workaround

2017-12-06 Thread David
Jens, yes indeed that works! I will create a bug report. David On Tue, 5 Dec 2017 at 17:59, Jens <jens.nehlme...@gmail.com> wrote: > > One situation where it always pops up is when I am using UiBinder. >> I start our with a plain ui.xml file which does not contain a ui:Sty

Re: Strange elemental 2 behavior and weird workaround

2017-12-05 Thread David
Yes, indeed that helps, since that is what we mean with "clearing the cache". But it requires quiting the codeserver and doing a full compile again, so it slows down development. On Tue, Dec 5, 2017 at 4:18 PM Michael Joyner wrote: > Have you tried deleting the tmp/gwt*

Re: Strange elemental 2 behavior and weird workaround

2017-12-05 Thread David
I frequently have these problems too. One situation where it always pops up is when I am using UiBinder. I start our with a plain ui.xml file which does not contain a ui:Style tag. Just access the application in the browser so that it gets compiled to JS. Then I add an tag with some custom

Re: GWT Maven Plugin (tbroyer) on windows in combination with Jetty

2017-11-08 Thread David
As said, I cant connect my windows dev machine to the internet. at home I only have OsX On Wed, 8 Nov 2017 at 12:03, Thomas Broyer wrote: > > > On Tuesday, November 7, 2017 at 11:52:16 AM UTC+1, DavidN wrote: >> >> Thanks Thomas: the first example works! >> >> Maybe you

Re: [gwt-contrib] GWT 2.8.2 release

2017-10-20 Thread David
Thanks guys! One question: - Migrate guava JRE emulation to GWT Does this mean I have to migrate to a newer version of guava ? On Thu, Oct 19, 2017 at 10:31 PM Colin Alworth wrote: > Today we released the next version of GWT, version 2.8.2. A few quick > highlights

Re: Exposing GWT components based on Elemental2 to TypeScript ?

2017-10-13 Thread David
Yes indeed, JsInterop and Elemental2 are really the building stones of what we can do in the future. So there is already a lot that can be done before J2CL is released and integrated. I think it is a good idea that all the components that might be migrated are indeed modernized. When I see how

Re: GWT MVP Frameworks

2017-10-13 Thread David
I'm also depending on GWTP for my projects. It would be nice if it somehow got migrated to Dagger, but I guess the company behind it stopped doing GWT work. I'm considering moving to a mix of GWT with Vue.js in combination with Vue-routing. On Fri, Oct 13, 2017 at 4:14 PM Subhrajyoti Moitra

Re: Exposing GWT components based on Elemental2 to TypeScript ?

2017-10-11 Thread David
Is there any tentative release date for j2cl ? I was not present at the GWTCon, maybe it was mentioned there ? Or is it the typical “It will be released when it is ready” approach ? Thanks for the links. I must say that I kinda hate TypeScript and I prefer Java and GWT. But hey, other people

CORS remote logging

2017-07-21 Thread David
200 14. My question is I can not see any log information in log files under Tomcat logs folder. Thanks, David -- 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 a

How to detect removed element in GWT

2017-07-13 Thread David
oneElement is orphan. In GWT, how do I detect orphan elements like oneElement. Thanks, David -- 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-

Re: [gwt-contrib] Re: Business proposition of GWT 3.0 - what is it good for vs. other solutions out there?

2017-05-22 Thread David
I guess he is going through the same steps like most devs who relied on GWT. I recognise the same reactions I initially had. We also have huge applications build on GWT and we don't like rewriting hings that work. But sometimes it is a good moment to reflect on the choices that were made. With

Re: Multiple GWT modules in one Maven module

2017-05-09 Thread David
In my project I have many modules. What I did is simple create a gwt-lib maven module per GWT module. Those modules served different purposes so it made sense to split them in smaller artifacts. In some cases I moved the code around so that I join multiple modules into one big module instead.

context in GWT compiled javascript

2017-04-27 Thread David
I have a very special requirement. My customer has a very old web application which only runs IE8. This customer doesn't allow me to change its source code except that I can add a

Re: [gwt-contrib] Re: GWT 2.8.1 release

2017-04-26 Thread David
I migrated my code immediatly (including the beta release of Elemental2) Seems to work fine so far. On Wed, 26 Apr 2017 at 14:18, Matic Petek wrote: > Thank you very much for this. > > > On Tuesday, April 25, 2017 at 9:30:20 PM UTC+2, Colin Alworth wrote: >> >> I'm very

Re: GWT Polymer

2017-04-24 Thread David
I noticed Vaadin TouchKit is a Apache licensed open source project. If I want to develop a mobile application, should I use TouchKit or Vaadin GWT polymer elements? I do appreciate your feedback about how to develop mobile application using Vaadin technology. David On Saturday, April 22, 2017

Re: ScriptElement.setInnerText doesn't take effect

2017-04-14 Thread David
Original web site only runs in IE8. I have to convert document.all tag for Chrome or IOS on fly. I can not get access to source codes and I need to keep all functions by replacing IE8-related tags so I need any change in ScriptElement can take effect immediately. David On Friday, April 14

ScriptElement.setInnerText doesn't take effect

2017-04-13 Thread David
I use GWT to process , change its contents and set new content through ScriptElement.setInnerText() method. But new change doesn't take effect. I don't know why. Please help me out. Thanks, David. -- You received this message because you are subscribed to the Google Groups "GWT Users&q

Blocked a frame with origin

2017-04-12 Thread David
quot;http://xxx.com; from //accessing a cross-origin frame. I cannot understand why I got "cross-origin frame" issue because they are same domain. I do appreciate your help. David -- You received this message because you are subscrib

Re: Trouble understanding JsInterop

2017-04-12 Thread David
There is one thing people keep on repeating: You can only invoke the exported class/method when the gwt app is loaded. Is there a GWT supported default way that would allow this ? Otherwise I guess you would need to add a callback mechanism in the EntryPoint (Using JsInterop) On Tue, 11 Apr

Re: [gwt-contrib] Elemental2 and JsInterop base beta releases available.

2017-04-06 Thread David Yu
-- > 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 to google-web-toolkit-contributors+unsubscr...@googlegroups.com. > To view this disc

Re: Starting new GWT project - what to use

2017-04-04 Thread David
on celltables (which we customized and extended a lot). But I am looking at replacing them with a JS table implementation. On Mon, Apr 3, 2017 at 2:28 PM Thomas <tho...@inspectivity.com> wrote: > David, could you point me to some examples of "UiBinder with elemental2" ? > Quite curious

Re: GWT 2.7 SuperDevMode Compile Times

2017-04-03 Thread David
You are complaining of a startup of 1 minute ? I know some projects that have 30+ minutes with GWT 2.7! In those cases there are a lot of reasons why their compile time is so long. In my current app I also have about 2 minutes startup time and an incremental reload of about 5 seconds. We are also

Re: Newbie questions converting Java app to GWT

2017-03-30 Thread David
I tend to use Guava Splitter class when splitting text. Guava is compatible with GWT (there is a guava-gwt.jar artifact). On Thu, 30 Mar 2017 at 08:59, Frank wrote: > 1a. Only java.lang and java.util classes are supported > 1b. Just use a StringBuffer and setText > > 2.

Re: Caching of Static Files in GWT

2017-03-28 Thread David
Just use a Filter in your web.xml that adds the needed HTTP response headers. On Tue, Mar 28, 2017 at 1:09 PM abdul wrote: > then how to configure in Glassfish? can you please tell me > > > On Tuesday, March 28, 2017 at 2:53:16 PM UTC+5:30, abdul wrote: > > Hi, >

Re: Starting new GWT project - what to use

2017-03-27 Thread David
Bryan, We don't know enough of GWT 3.0 to be 100% certain. As a consequence I'm just trying to be as pragmatic as possible. What I am currently doing is this: - UiBinder with elemental2 - celltable/datagrid - JsInterop to interact with JQuery/Bootstrap/D3 and some other components for JQuery.

GWT library to develop online editor

2017-03-08 Thread David
My team needs to develop a similar online tool to https://c9.io/. I like to use GWT. Please recommend some GWT libraries with native drag and drop so we can develop it Thank you so much! David -- You received this message because you are subscribed to the Google Groups "GWT Users&q

Re: Java Web Frameworks Index by RebelLabs

2017-02-20 Thread David
A bit a strange mix of technologies. Spring Boot is not even a Web Framework. I would rather see comparisons between GWT, Vaadin (based on GWT for some parts), Angular2 and ReactJS. Those 2 last frameworks are not Java, but GWT could allow you to use them with JsInterop. On Mon, 20 Feb 2017 at

Re: Which maven archetype for GWT applications?

2017-02-13 Thread David
There is an alternative, like they do in guava for example. They have a pure java guava.jar and then create a guava-gwt.jar that includes the sources, supersources and fieldserializers for gwt projects. This requires that you use annotations like GwtCompatible or GwtIncompatible and filter the

Re: Porting Sass/Less to GssResource

2017-02-12 Thread David
That will work for this particular example, but I was asking for a bit more power in the GSS Closure Stylesheets. GSS seems like too little too late. Closure stylesheets seems like abandon ware and only really useful in pure Google projects since the rest of the industry already standardized on

Re: Native JsTypes with properties containing dashes

2017-02-10 Thread David
Just wondering when the final Elemental2 is going to be made available ? You seem to get some extra information that is not publically disclosed. On Fri, Feb 10, 2017 at 2:09 PM Thomas Broyer wrote: > Elemental 2 will come with a basic, future-proof API for getting

How to capture browser "waiting for" event

2017-02-10 Thread David
I notice browser status bar displays "waiting for ". Once a page has a lot of iframes, it displays "waiting for " multiple times. How do I capture this event in GWT? David -- You received this message because you are subscribed to the Google Groups "GWT Use

Re: ConcurrentModificationException while debugging server-side code while client is making RPC calls

2017-02-05 Thread David
The exception says it all. Something is modifying the lst map while your clean method is pruning outdated objects. You should learn about multithreading in Java. Use synchronized blocks or move to a synchronized map or a different structure to avoid these kind of problems, depending on the

GWT Genie effect

2017-02-03 Thread David
I like to use GWT to implement genie effect for dialog in my new application. Is there an existing GWT library already? If not, how do I approach it? Thanks, David -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubs

Re: [gwt-contrib] Re: Experimental release of Elemental2

2017-02-03 Thread David
I had the same issue that the EventListeners were not triggered. It was solved by adding -generateJsInteropExports to the SDM startup and to the gwtc arguments. Make sure that you delete the folder in temp that is generated by SDM. In my case, for unknown reason to me, adding the flag did not

Re: GWT and GSAP (Green Sock Animation Platform) ?

2017-02-02 Thread David
I like to use GSAP in my current project. I like to know which version of GSAP is being supported. Does this wrapper support some other plugins such as CssPlugin? David On Thursday, October 17, 2013 at 6:55:27 AM UTC-4, Ed wrote: > > @Blaze: I use both, depending on the requirements.

mobile device detect and back button detect

2017-01-20 Thread David
In GWT, how do I detect mobile devices to get whether or not it is a Apple phone or Android phone. I also need to detect back button once uses click it. Now I used MGWT (version 2) to detect it. It doesn't work well. Thanks, David -- You received this message because you are subscribed

  1   2   3   4   5   6   7   8   9   10   >