Re: Question about setting GWT RPC timeout

2024-02-01 Thread Blaze
Hi all, I came across this thread, I have searched if there is some "global" request timeout that we can set on a RPC calls, not RequestBuilder, but the one from RemoteService created via GWT.create(service) ? I coudnt find anything, any idea? Tnx On Thursday, April 6, 2023 at 2:16:47 PM UTC+

Re: How to start with GWT upgrade from version 2.1.0 to 2.9.0, (java 1.6 to java 1.8)

2020-08-26 Thread Blaze
If its ok for you to stay with GXT2, then just use gxt 2.3.1a.jar which usually should work out of the box also with 2.8 and 2.9. For me(fairly complex project) with 2.8 and 2.9 I had some minor problems which I change my self directly inside the source and recompiled the jar. Hope this helps!

Re: porting older app from 2.5.0 to 2.8.2

2019-08-12 Thread Blaze
Hi, first thanks for the reply. Well actually gxt 2 should not work with gwt 2.5 also, but this gxt-2.2.5-gwt22.jar its adopted to work. This is more of a question for Colin Alworth I guess :) I was thinking that somebody has done the migration already. There are a lot of older apps that use

porting older app from 2.5.0 to 2.8.2

2019-08-11 Thread Blaze
that would be great!! Tnx in advance, Blaze -- 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.

Re: GWT upgrade with com.extjs:gxt

2019-04-26 Thread Blaze
As of my knowledge there is a gxt 2.5 compatible jar which works fine with gwt 2.8. If you would like to use just 2.8 features then this would be the easiest way. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group a

GWT and CustomFieldSerializer

2015-10-01 Thread Blaze
Hi, Can someone give me a bit inside on the process of Serialize. I have a multiple inheritance, class A {} class B extends A{} class C extend B{} then I want to create a CustomFieldSerializer for A. I added A_CustomFieldSerializer.class inside the pakage, but when I try to compile I get

Re: Determine widget size after load

2015-05-22 Thread Blaze
You need to initiate the sizing of the canvas after the real sizing fo the wrapper components is done. What I mean is, this wrapp has some kind of layout logic(usually this layouts are not happening before the comp becomes attached and visible) . So u need to lesten for this "event", and after

Re: Menu like in http://www.gwtproject.org/

2015-03-26 Thread Blaze
If you like you can use my polymer gwt wrapper. would be very easy to do it https://github.com/Baze985/GwtPolymer -B On Thursday, March 26, 2015 at 10:24:52 AM UTC+1, Thomas Broyer wrote: > > It's all open-source: > >- the HTML is generated as part of the gwt-site build: >https://github.

Re: Problem to do prod compile

2015-03-17 Thread Blaze
Hi Jens, I have already tried to add more RAM, also added now more workers. Nothing helps. If I try to compile with log level info, the process runs, and runs...and I shut it down after 1.5hrs :) this is the logging I got in the full time: Compiling module app.xxx Ignored 8 units with compi

Re: Material Design with GWT(Polymer wrapper)

2015-03-16 Thread Blaze
Thanks for sharing your great work. Would be very useful to see the > polymer core-list integrated. > > On Thursday, February 26, 2015 at 11:58:07 AM UTC, Blaze wrote: >> >> Tnx for the good words. >> We see what singular will bring out when it becomes production

Problem to do prod compile

2015-03-16 Thread Blaze
Hi, I try to compile my application with a normal compile, and its flooding me with this kind of logging when is compiled in debug mode. There is a millions of this checking rules which try to make differ binding, but looks like failing all the time. After some period it goes in Java heap space

Long not working correct!

2015-02-27 Thread Blaze
Hi, I tried to share Long object between 2 windows, and looks like Long is failing in the 2nd window. code: class Obj { Long someLong; String someString; } now we export a method for taking a object in a opened Window public static Obj getObj() { ... } public static native void exportStati

Re: SDM not workin correct...

2015-02-22 Thread Blaze
icy files from the CodeServer > (SDM) rather than from disk. > You shouldn't need to compile your app at any time. > > On Friday, February 20, 2015 at 7:59:51 PM UTC+1, Blaze wrote: >> >> Hi Jens, >> >> you wore right, this was the actual problem. >&

Re: SDM not workin correct...

2015-02-20 Thread Blaze
Hi Jens, you wore right, this was the actual problem. I run a Tomcat server inside Eclipse and dose the redeploy by autoscans, and i guess it also autoredeploy some of the real compiles cosing the problem. What i have found a bit not logical. If the SDM is started on a clean app for a very f

Re: SDM not workin correct...

2015-02-20 Thread Blaze
reload is called, and then see if nothing change dont compile? -Blaze On Friday, February 20, 2015 at 3:51:06 PM UTC+1, Jens wrote: > > Try adding > > -Dgwt.watchFileChanges=false > > to your JVM parameters. This will disable file watching which sometimes > does not work correc

SDM not workin correct...

2015-02-20 Thread Blaze
Hi, I use Super dev mode for about 2-3m now, and all worked ok. Now suddenly it stopped making recompile when there are code changes. Its used from Eclipse with -noserver. If I start and stop the codeserver from eclipse or call dev off and then back on in the browser it dose recompile, but not

Material Design with GWT(Polymer wrapper)

2015-02-19 Thread Blaze
Hi all, I see a lot of people ask for Polymer in GWT. Here you make a public a wrapper that I extract it from un internal Project I have create it. https://github.com/Baze985/GwtPolymer hope you like it! Cheers p.s. Missing some of the components, but Ill try to add them in next period...

Re: GWT and Material Design

2015-02-19 Thread Blaze
Hi, here: https://github.com/Baze985/GwtPolymer I just exported my internal wrapper for Polymer in GWT. Hope u like it, in the onModuleLoad has some examples on how can be used... Cheers On Thursday, February 19, 2015 at 1:30:47 PM UTC+1, Grace C wrote: > > This looks fantastic! Thank you for

Inside GWT compiler. How it works, and dose it use some interim outputs(eg XML )

2014-09-18 Thread Blaze
Hi all, I have seen some similar question on the forum but I cannot find it :) Can someone point me out to a good reed. Ofcourse I have done, long time a go, digging inside the source code, but a little help wouldnt be harmful. Its for a uni research. Tnx, Blaze -- You received this message

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

2013-10-17 Thread Blaze
What is the benefit of using it for this king of animations, all can be done very easy even with css... I tought you are using it more for gaming animation or stuff like this... I used it for small multiple picture animation, with a jsni calles going forth and back from gwt to native js where I

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

2013-10-14 Thread Blaze
Out of a curiosity :) For what you actually use the lib ? I used it for some small animations, but went the native way without creating a wrapper... The lib is amazing anyway... Cheers On Monday, October 14, 2013 11:08:01 AM UTC+2, Alain wrote: > > I was aware of that bug. > My woraround was

Re: Manually Trigger Browser Resize

2013-08-21 Thread Blaze
t for what you want to do... Note: Window class inside has a check if the new size is diff then the previous one, just in this case fires the handler... Blaze Am Mittwoch, 21. August 2013 14:01:34 UTC+2 schrieb AgitoM: > > In one of my applications I am ResizeHandler to resize the GUI o

Re: com.google.apphosting.utils.jetty.JettyLogger warn WARNING: EXCEPTION java.lang.ClassNotFoundException

2013-05-28 Thread Blaze
Hi, as you are saying, if it worked for couple of times and then not, then I guess the exception is not mapped correct. Do you have enough free memory on the machine? Try restarting the machine...if this helps and after time the exception appiar again then is a machine problem(memory etc..). Ofc

Re: Interesting behavior with google maps..

2013-05-28 Thread Blaze
problem is in the GWT compile process... Any thoughts on difference from devmode to compiled? We use an in house subversion from the brainflake maps wrapper... The exception in chrome is the same as from before, and happens deep in the maps js script because of a undefined parameter... -- Blaze

Interesting behavior with google maps..

2013-05-27 Thread Blaze
<http://maps.gstatic.com/cat_js/intl/de_de/mapfiles/api-3/12/12/%7Bgeometry,poly%7D.js> All are pointing to the maps.js files... My question is, what is the main difference from devmode and compiled...meaning in the loadded maps related js files?

Re: EAR application with war (GWT) and JPA

2013-02-22 Thread Blaze
Hi, The compiler need to know the .java files(included in the gwt.xml and in the classpath) from your domains, and if you dont like to create a dto you need to use the requestbuilder backed with the valueproxy and beanproxy... I have one question, how you access the ear beans form the war? Usi

Re: Passing Message between two GWT modules

2013-01-29 Thread Blaze
' the message on the very first load of the first module with a method like this public static native void initMessage() /*-{ $wnd.myMessage = {}; }-*/; Hope this helps. Blaze Am Montag, 28. Januar 2013 16:37:57 UTC+1 schrieb Clement: > > Hi, > > Hi Blaze, > > Can I u

Re: Passing Message between two GWT modules

2013-01-28 Thread Blaze
Hi, just like Thomas said, u can use any of this ways dipending on the req. I had a req. where the two modules run in the same window and I used a JSNI methods module A public static native void setMessage(JavaScriptObject message) /*-{ $wnd.myMessage = message ; }-*/; public static na

Re: Still problems with com.google.gwt.core.client.GWTBridge

2012-12-22 Thread Blaze
Hi, I had the same problem.. the com/google/gwt/core/client/GWTBridge is inside the dev.jar and adding this jar on the server side will fix the problem..*its a 30mb jar I dont recommend this) or u can just take this class and add it to the servlet.jar ... The class is just un extension of the

Re: GXT and Grids

2012-11-08 Thread Blaze
Hi, First: I can see ur doing a test project. Why you dont use the new GXT 3.0.1 version?! Second: I think u didnt add the requerid .java classes inharitance for the compiler add this in the .gwt.xml file and try again... also make sure that the gxt.jar file is in the eclipse guil

Re: JavaEE anottation in a POJO and compile dose pojo to JS objects

2012-10-19 Thread Blaze
Hi Jens, Thank for the replay first! My queston was more on the part dose this would be compiled if I add the source code for the anottation. For the Lazy classes this is normal. Ill have to use the real lists not the Lazy. But I dont think Ill transfare that big trees of objects. Ill give it

JavaEE anottation in a POJO and compile dose pojo to JS objects

2012-10-19 Thread Blaze
about them..but.. Any idea or expiriance on this? Tnx, Blaze -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/NaQAaEJZamsJ. To post to

Re: GWT and Google Maps Version 3

2012-06-21 Thread Blaze
s/api/js/ViewportInfoService.GetViewportInfo?1m6&1m2&1d-64.52471476314135&2d-180&2m2&1d90&2d180&2u3&4sen-US&5e3&6sh%4017700&7b0&8e0&9b0&callback=_xdc_._e5513&token=73455 403 (Forbidden) This same behaver I found happaning in my

Problem to compile to javascript...

2012-03-22 Thread Blaze
Hi, I get this error while comiling to JS [ERROR] Errors in 'jar:file:/D:/Development/GoogleWebTolkit/gwt-2.4.0/ gwt-user.jar!/com/google/gwt/validation/client/constraints/ FutureValidatorForDate.java' [java] [ERROR] Line 20: The import javax.validation.ConstraintValidator cannot be

Trying to implement google maps v3 with a JSNI calls but never gets the map

2012-01-18 Thread Blaze
HI, I try to initiate a map v3 in a gwt application but the map is never shown...any thinking?! this is the code I tryed as last, more simple cant be... @Override public void onModuleLoad() { showView(RootPanel.get().getElement()); } private native void showVi

Gwt maps

2010-10-24 Thread Blaze
Hi all, I have two questions related to gwt maps api: 1. I use gwt maps api and the maps(the images) are looking not up to date with the one on the maps.google site I know that the gwt api is a v2 and the latest is v3 and it dosent have all the futures...but to have a diff maps(images) that i don

Ejb and gwt..?!

2010-10-09 Thread Blaze
Hi all, I was wondering is there a possibility to use ejb locally in the gwt servlets, something like: @EJB private TestEjbLocal testEjb; public String greetServer(String input) throws IllegalArgumentException { testEjb.test(); } Ofcourse the gwt

Firing native events in GWT?!

2010-08-03 Thread Blaze
Hi all, I have one question...how can we fire a native event in gwt...?? by native event I think on let me say..keyboard key pressed...etc Tnx, -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-w

Firing native event in gwt 2.0.3

2010-07-12 Thread Blaze
Hi all, I have a small problem, moved from gwt 1.6 to gwt 2.0.3, and i have this problem to fire manually native event!! In 1.6 that was possible with Document.fire*event() methods, but I cant find a way how to do this in 2.0.3 ?! One more problem i have: I use google map api, and I cant find a

Re: GWT Chat

2009-11-16 Thread Blaze(tu)
Actually you can use socket via Flash or Java Applet. try http://code.google.com/p/gwt-socket/ or the component in GWT Summer of Code http://code.google.com/p/gwt-soc/wiki/SocketsForGWT_Report On Nov 15, 9:01 pm, Jim wrote: > hi, > > I'd like  make a chat using GWT  1.7 but gwt doesn't allow th