Re: Looking for a GWT expert for a porting of an application from an old version of GWT

2024-07-25 Thread Marteijn Nouwens
I will be available full time from 1 september. But Colin or Frank are the real Gurus :-) I use both the Domino And Material Framework. I currently maintain for my own company several gwt app wich have total more than 1 milion line of statements. Op woensdag 24 juli 2024 om 17:17:03 UTC+2 schre

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

2020-12-21 Thread Marteijn Nouwens
We also have choosen and stuck with gwt for the same reason. Productivity is really important. We come across angular but it still is not the same.* ===* really :-) I am an experienced gwt developer with 12+ years :-). Has is been that long. Must be, my youngest was just born when we launched o

Re: automatically refresh data in web page

2020-05-10 Thread Marteijn Nouwens
se.com/#feat=eventsource, it might be easier to integrate in > your server stack (it's HTTP, whereas WebSocket is a whole different > protocol that needs support at the web server level as well as all > reverse-proxies) > > On Saturday, May 9, 2020 at 3:24:10 PM UTC+2, Marteijn

Re: automatically refresh data in web page

2020-05-09 Thread Marteijn Nouwens
I recently asked the same question and was advides to use web socket from elemental2. The doc not not good but it;s not hard to figure it out. If you need pointer i can help. Marteijn Op zaterdag 9 mei 2020 12:35:08 UTC+2 schreef wissam aoufan: > > Hi, > > I'm using GWT and I want to know wha

Re: BPM designer

2019-09-17 Thread Marteijn Nouwens
I thnks smartgwt offers that but there are other libraries around. I uses lienzo-charts code but you would nee to update that. It's a bit old. Op maandag 16 september 2019 14:44:00 UTC+2 schreef David: > > I am assigned to develop BPM designer. I like to use GWT to achieve it. > But I can no

Re: HTTPS Activate

2018-05-22 Thread Marteijn Nouwens
How are you communicating with you back end. Try not to mix https and http. Or are you connecting to a backend that is different then where your html/css/gwt is loading from. Marteijn Op dinsdag 22 mei 2018 14:47:02 UTC+2 schreef Hugo Haas: > > Hi, > > I'm trying to use HTTPS in my application

Re: GWT2.8.1 errors "Exception: com.google.gwt.core.client.JavaScriptException: (TypeError) : object_0_g$.getXXX_30_g$ is not a function"

2017-05-19 Thread Marteijn Nouwens
If you use a framework that uses 2.8.0 and importing 2.8.1 yourself. In that case exclude everything that the library is importing. We use gwt amterial and there this helps. Some dependencies in gwt have changed andthe changes result in these conflicts. Marteijn Op donderdag 18 mei 2017 17:56

Error after upgrading from 2.8.0 to 2.8.1

2017-05-14 Thread Marteijn Nouwens
After upgrading to 2.8.1 i get the folling error: [INFO] at com.google.gwt.dev.Compiler$1.run(Compiler.java:118) [INFO] at com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:55) [INFO] at com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(CompileTaskRunner.java:50) [

Re: GWT 2.8.1 release

2017-05-14 Thread Marteijn Nouwens
After upgrading to 2.8.1 i get the folling error: [INFO] at com.google.gwt.dev.Compiler$1.run(Compiler.java:118) [INFO] at com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:55) [INFO] at com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(CompileTaskRunner.java:50) [

Super Devmode Error

2016-10-26 Thread Marteijn Nouwens
Does anybody got an idea why this is happening. Complies fine and such but when running recompile it gives an error. The code server starts fine. Any hint are really apprciated. Marteijn Error [INFO] Compile of permutations succeeded [INFO] Compilation succeeded -- 44,004s [I

Re: GWT rich text editor

2016-10-23 Thread Marteijn Nouwens
We have a fully gwt based text editor which we use for our templating engine. We where attending that conference. If there is interest we could make it available. At the current time it's still in our internal library. Marteijn Op woensdag 19 oktober 2016 16:38:30 UTC+2 schreef Wimpog: > > T

Feature Detection

2016-06-20 Thread Marteijn Nouwens
Hello, I question on doing 2 things. I was wondering what works best. So please feel to offer any advice you may think apropiate. *1e* Feature detection.: We want to know wheter a device is touch enabled. Some feedback should work different when handled with a mouse. Title and such do not ad

Re: Need help with an ideea on file processing

2016-05-17 Thread Marteijn Nouwens
Sound like basic call form the client. Upload the file. Place in a temp file and then send command to server wich return's html. Done stuff like this with uploading pdf's and the showing preview. Is basicly the same. Op maandag 16 mei 2016 21:48:11 UTC+2 schreef Olar Andrei: > > Hello, > > I

Re: Add as a frd

2016-03-04 Thread Marteijn Nouwens
Thanks, Is there a wrapper. But it is what we need. But iw would like to see it a part of gwt in the future :-) That would be best. Will look into this. Op vrijdag 4 maart 2016 11:23:53 UTC+1 schreef Frank: > > https://github.com/kaimallea/isMobile -- You received this message because you are

Re: Device Type

2016-03-04 Thread Marteijn Nouwens
No. That could be an option. But surely we are hardly the first :-) Op vrijdag 4 maart 2016 08:32:38 UTC+1 schreef Kirill Prazdnikov: > > Do you know how to do that in JS ? > > On Friday, March 4, 2016 at 9:27:58 AM UTC+3, Marteijn Nouwens wrote: >> >> Hello,

Device Type

2016-03-03 Thread Marteijn Nouwens
.? Marteijn Nouwens -- 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 post to this group, send email to

Re: titanium4j

2015-06-10 Thread Marteijn Nouwens
Also testing /evaluating it. But already have subscrition. Looks good. Op woensdag 10 juni 2015 00:29:55 UTC+2 schreef leandro: > > We are also evaluating it for one of our project. > Great experience so faar. > Definitely deserve a bit more advertissement > > > Am Dienstag, 9. Juni 2015 17:38:14

Gwt 2.7

2014-11-25 Thread Marteijn Nouwens
I tried to update to 2.7.0 today. Got weird message about trying to load undefined.nocache.js with a blank page as result. Running chrome. Anybody ideas. Going back to 2.6 for now. Got functions to implement :-) Als the memory usage is huge. I set the xmx to 4g. I hoped it would be better with

Re: Send event for keydown

2014-10-24 Thread Marteijn Nouwens
setText(tbb.getText().toUpperCase()); >} > }); > } > } > > .. > > textBoxBase.addKeyPressHandler(new ForceUpperCase()); > > > On Tuesday, October 21, 2014 7:49:57 AM UTC-4, Marteijn Nouwens wrote: >> >> In a sub class for a textbox i try to convert lower case to up

Send event for keydown

2014-10-21 Thread Marteijn Nouwens
In a sub class for a textbox i try to convert lower case to upper case. This works ok but i would like to send the upper case as a Event. // NativeEvent down = Document.get().createKeyDownEvent(false, false, true, false, keyCode); // DomEvent.fireNativeEvent(down, this, this.getElement()); But

Re: GWT seems deprecated according to Thoughtworks

2014-08-10 Thread Marteijn Nouwens
I to have been following this disucussion for some years now. Google is still developing gwt and using in in main products. In my opinion the gwt community is growing. But these old articels keep popping up. They are old. Jboss is developing Errai. A framework on top for gwt. so are vaddin and

Re: Responsive design with GWT

2014-04-01 Thread Marteijn Nouwens
Hi omar, Yes it's possible. We do :-), But we build a lot of our components our selves. The backward support for ie caused a lot of components to be ugly html wyse. SInce we dropped ie8 support a lot more is possible. We like gwt because of the technology. The components are ok but we addded

Starting app in superdevmode from selenium

2014-01-30 Thread Marteijn Nouwens
I am testing my application with selenium, This work fine but i want to run tests against a recompiled version So how can I that the test loads the latest comiled version from the superdevmode server. That would be great. Marteijn Nouwens -- You received this message because you are

Re: Is there a way to share the service layer between GWT and Android

2013-07-31 Thread Marteijn Nouwens
We used flamenco for that. Works ok with hessian protocol.We however moved the native android a to more gwt components loaded over the web. Betters in maintaince. Op woensdag 31 juli 2013 02:38:34 UTC+2 schreef nestorjb het volgende: > > Hi > > Is there a way to create the service layer so I ca

Re: IE8 enormous memory consumption

2013-05-16 Thread Marteijn Nouwens
We also noticed this behavior in IE. We found out that this was due to how the image sprites were being used. Make sure icons of the same size are in the same sprite. This helped in our system. We have 16 48 96 128 and finnaly one ImageResource that has all theother images. Op dinsdag 1

Re: GWT-Maven-Plugin for GWT 2.5 GA?

2012-11-05 Thread Marteijn Nouwens
For people using developing multi project setup. I posted a blog on this. http://kiekeboeworld.blogspot.nl/2012/11/super-devmode-for-gwt-and-maven.html I Hope that the maven plugin people wil be adding support for this. Marteijn Op maandag 5 november 2012 03:52:31 UTC+1 schreef Thomas Broyer

Re: Extern library include

2012-11-05 Thread Marteijn Nouwens
Place the xml one level above the package you want to include. And add that package as source. This is not allowed HWString/hwstring Use : source="hwstring" Marteijn Op maandag 5 november 2012 08:49:24 UTC+1 schreef Sascha Hoffmann het volgende: > > Hello > > I have a problem with an external

Fire an onclick Event

2009-04-16 Thread Marteijn Nouwens
Hi, All. I am maintaining some gwt libraries. Now am i upgrading to Gwt 1.6. Most is understandable since i am used to swing. However i want to fire onClick events in some cases where the sending widget the source in the clickevent. I saw some items on using a native cal to get the NativeEvent th