How to export js generated from Java

2024-09-14 Thread David
) directly. I appreciate your help. 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-web-toolkit+unsubscr...@googlegroups.com. To view

Can GWT application run in Window7 ?

2024-06-19 Thread David
I just got assignment. I need to develop a web app for Window7 users. I knew Window7 just support Chrome up to version 109. Is there some risk to use GWT with DominoKit to develop a web application for Window7 users? Thanks, David -- You received this message because you are subscribed to

Re: CWE-749 GWT and eval()

2024-06-04 Thread David
I also use eval in my GWT application. What is an eval alternative in GWT? On Tuesday, June 4, 2024 at 10:12:12 PM UTC+8 Colin Alworth wrote: > Consider compiling your application with style=PRETTY or DETAILED so you > can see more detail on the name of methods and the classes that surround >

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

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
ou 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 returni

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

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, Dav

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

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: 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:0

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" i

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 re

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
gt; > > > > > Bertram wrote: > > > > > > > > > > > > > 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-topi

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 cli

Re: GWTC 2.9.0 has problems compiling my generics

2020-06-08 Thread David Nouls
sedSupplement.java#L907-L909 > > 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 y

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 >> tri

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 1:55:42

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 does

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) @ cloud.platform.ui.de

Re: Issue with GWT 2.9.0 and Annotations/Predicates emulation

2020-05-29 Thread David Nouls
; cache" 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    R

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 in

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 h

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 hin

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 released

Re: BPM designer

2019-10-05 Thread David
6aARmyUrF1jrzQHw> > > 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

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
CHH,NAME_ENG,SOC} return getColorBySOC(props.SOC) } } }) 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 th

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 doe

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 inac

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 wa

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 06:56

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 lib

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}; >     console.log(object1.default);

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
n you 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 Th

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 in

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 featur

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”, this::handleCl

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 rig

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 RootLayoutPanel > > i have

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 vis.j

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 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:Style >> tag. >> Just acces

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* folders used by sdm mode

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 styli

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 should include it in your

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 tem

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 wro

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 seem

CORS remote logging

2017-07-21 Thread David
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: 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. Ano

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 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 "GW

Blocked a frame with origin

2017-04-12 Thread David
origin "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 y

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 201

Re: Starting new GWT project - what to use

2017-04-04 Thread David
ng 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 wrote: > David, could you point me to some examples of "UiBinder with elemental2" ? > Quite curious but can't find too

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. You can just remove the se

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, > Developed application using GWT

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. Wri

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"

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 08:

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 sour

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 Sas

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 arbitrary > properties of obj

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 performa

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 unsubscribe

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 subscrib

GWT Hammer JS

2017-01-17 Thread David
I found there are two GWT wrappers for Hammer.js - https://github.com/geomajas/geomajas-project-hammer-gwt and https://ahome-it.com/opensource/. I like to use one of them for my project. In this project, I just use DOM element instead of GWT Widget. Which one is better choice? Thanks, David

Re: HTTP/2 Server Push

2017-01-16 Thread David
at regular intervals (when the server restarts). On Mon, Jan 16, 2017 at 6:13 AM, Srini v wrote: > Hi, > Do you have an example demonstrating that please? > > Many thanks > > On Sat, 24 Dec 2016 09:09 David, wrote: > >> I am using gwt-jackson in combination with Web

Re: standalone application

2017-01-06 Thread David
Thank you for your reply. This application is used to view html contents in all platforms including mobile devices. Electron seems promising. David On Friday, January 6, 2017 at 1:10:03 PM UTC-5, Alain wrote: > > in Termin of code reuse. easy to use and web Support nwjs or Electron are

standalone application

2017-01-06 Thread David
Is it possible to develop a standalone application using GWT? This application requires to run across all platforms. 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 emai

Re: Eclipse Plugin GWT Development Mode (CodeServer) does not work

2017-01-04 Thread David
Yes that is strange indeed. On Tue, 3 Jan 2017 at 14:37, Jens wrote: > > I was too quick to respond. > > After switching the logLevel to trace it now started working. > > I guess that changing the logLevel does a full recompile instead of an > incremental one, > so I was in effect still using the

Re: Eclipse Plugin GWT Development Mode (CodeServer) does not work

2017-01-03 Thread David
I was too quick to respond. After switching the logLevel to trace it now started working. I guess that changing the logLevel does a full recompile instead of an incremental one, so I was in effect still using the generated JS without the JsInteropExports. On Tue, Jan 3, 2017 at 12:34 PM, Jens

Re: Eclipse Plugin GWT Development Mode (CodeServer) does not work

2017-01-03 Thread David
I have included that parameter when launching SDM it makes no difference. On Tue, Jan 3, 2017 at 12:34 PM, Jens wrote: > No idea, but maybe some elemental 2 code isn't correct yet and you need to > pass -generateJsInteropExports as SDM parameter? > > -- J. > > -- > You received this message beca

Re: HTTP/2 Server Push

2016-12-24 Thread David
I am using gwt-jackson in combination with Websockets. I just created a JsInterop mapping to the browser native api. Very little code needed. On Fri, 23 Dec 2016 at 20:32, Evan Ruff wrote: > Hello, > > I've been away from GWT for a bit and am looking into creating an embeeded > jCEF project usi

Re: GWT JsInterop to Java Rhino ?

2016-12-11 Thread David
Not all JS libraries are purely view related. For example I have an application where I have to make sure that dates and times are properly converted between timezones or do loan calculations. In that part of the code I am using the MomentJS library. I could indeed use a GWTTestCase, but I was just

Re: GWT 2.7.0 Compile Errors

2016-11-10 Thread David Becker
GXT is available under both a commercial and GPL license. Details can be found here: https://www.sencha.com/legal/#Sencha_GXT -- 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

How to get ride of gwt theme css

2016-10-25 Thread David
In my current project, I just use GWT compiler. I don't want GWT clean.css file. How do I get ride of clean.css which is always generated? David -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and

Re: GWT 2.8.0 released

2016-10-23 Thread David
The best news in years! Well done to the GWT team! Java8, JsInterop and Elemental2 makes a really big difference in my projects. Looking forward for what's next to come. On Sat, Oct 22, 2016 at 8:31 PM zakaria amine wrote: > Great! Elemental 2 is part of it ? > > -- > You received this message b

call GWT compiler from servlet

2016-10-05 Thread David
How do I use GWT compiler from servlet? I want to use GWT compile to compile source and send the compiled javascript to web client like super dev debug mode in servlet? Thanks, David -- You received this message because you are subscribed to the Google Groups "GWT Users"

  1   2   3   4   5   6   7   8   9   10   >