Re: How to load a json file on client side without clientbundle?

2015-03-20 Thread Marc-Andre Bruneau
Hi, The solution I use is with a RequestBuilder. String url = FULLPATH + yourfile.json; RequestBuilder builder = new RequestBuilder(RequestBuilder.GET, url); try { builder.sendRequest(null, new RequestCallback() { @Override public void onError(Request request, Throwable exception) {

Re: Cannot change CSS in dev mode

2014-03-20 Thread Marc
Using mvn gwt:run, you need to place your stylesheet into the source folder. The jetty app seems to ignore the resources folder when looking for updates. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and

GWT dev mode and GIN and dependency injection in general

2013-02-28 Thread Marc
Hello! I just experimented somewhat with Gin and realized that it (v2.0) seems to break the incremental compilation feature of GWT's development mode, ie. where I just have to save the .java source file and the gwt dev mode server automatically incorporates the changes. Can someone confirm

Re: GWT issues on Chrome 24

2013-01-18 Thread Jean-Marc
thanks for the answer! -- 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/-/5ZdGQfMN44IJ. To post to this group, send email to

GWT issues on Chrome 24

2013-01-17 Thread Jean-Marc
fine on Chrome 23. So, as read on the group, I updated to GWT 2.5 but the problem is still there. Some has a solution? Maybe wait for GWT 2.5.1? Jean-Marc -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion

Re: Smart GWT / GWT Ext.... which one is better?

2012-09-25 Thread Marc Dumahel
smartgwt is only a wrapper over a js library... you can get problem between browser... After some test, i think GXT 3 is the best choice, very easy to use, good documentation. Sure is not free... but the time saved...you buy easily a licence you can also check vaadin (it use gwt for

Explicitly access GWT serialization logic

2011-12-07 Thread Marc Hacker
I have a class which implements Serializable and GWT knows how to send objects over RPC. But I want to GET such an object from a Servlet (in order to allow browser caching). Is there any way to explicitly access GWT's underlying ability to serialize/unserialize my objects (and the same on the

Refresh controls online

2011-11-24 Thread Marc Tomàs
try some methods like syncSize() and it has worked in a panel, but not for all panels. I'm using containers from GXT (Ext-GWT) but I don't know if the problem is in GWT or in Ext-Gwt, so I ask on bot forums. Thanks in advance, Marc. -- You received this message because you are subscribed

Cannot get JPA enhanced object from GAE server through GWT-RPC

2011-10-25 Thread Jean-Marc Truillet
I doing something wrong? If there is no obvious solution I will probably use RequestFactory. Thanks for your help. Jean-Marc -- 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-web-toolkit

[ERROR] The method format(String, Integer) is undefined for type String

2011-10-13 Thread Marc Graham
I'm experimenting with GWT in Eclipse, moving right along, when I add a String.format statement to my code. Namely: String.format(%dpx, new Integer(adjWidth)); I try testing it in the Chrome plugin. The plugin crashes and the Development Mode tab contains the subject error.

Re: The method format(String, Integer) is undefined for type String

2011-10-13 Thread Marc Graham
:51, Marc Graham dr...@bellatlantic.net wrote: I'm experimenting with GWT in Eclipse, moving right along, when I add a String.format statement to my code. Namely:                   String.format(%dpx, new Integer(adjWidth)); I try testing it in the Chrome plugin. The plugin crashes

Re: One codebase for all sorts of targets??

2011-09-07 Thread Marc Graham
Thanks for your help! -- 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-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com.

One codebase for all sorts of targets??

2011-09-06 Thread Marc Graham
I'm trying to take a Java application that's targeted to run on the desktop or as an applet and get it to also run on Tablets (I'm not targeting phones). It's clearly not a trivial task. A main concern is to keep a single code base for all target environments. So GWT is a possibility. We use

Custom resource generator howto?

2011-03-30 Thread Marc Branchaud
Hi all, I'm trying to add a custom resource type to my app's ClientBundle, and I'm sure I'm missing something obvious. I based my code on TextResourceGenerator, but when I build gwtc complains: [ERROR] Line 3: The import java.net cannot be resolved [ERROR] Line 21: URL cannot be resolved to a

GWT Development plugin crashes FF and tooooo slow on Chrome

2010-10-17 Thread Marc Hacker
on FireFox. Sometimes it is actually quicker to compile the whole thing into hosted JS. Interestingly it all worked somewhat better with FF on Mac. Any thoughts anyone? I saw some old threads about this but none seemed to have a conclusion. Thanks Marc PS Am using a couple of libraries

SuggestBox MultiWordSuggestOracle autocomplete can't create suggestion/display pairs except for default

2010-06-15 Thread Marc Hacker
to be add(String suggestion) where I cannot control how it is displayed at all. Any ideas how I can create a Suggestion with separate (html) display and (simple text) replacement values for the auto-complete as I can for the default? Thx Marc -- You received this message because you are subscribed

Re: GWTTestCase error

2010-05-06 Thread Marc Guillemot
Hi, you probably have an old version of NekoHTML somewhere in your classpath and this version gets used instead of the one packaged in gwt-dev.jar. Marc. -- Blog: http://mguillem.wordpress.com Alex Dancu wrote: Hi, I'm trying to run a GWTTestCase but I'm getting the error below: [ERROR

Chrometric - simulates color blindness with GWT+AIR (using Aptana)

2010-05-03 Thread Marc Englund
Chrometric BETA will be useful and interesting. And please provide feedback: ideas, bugreports, whatever. There is a UserVoice page, or you can of course reply here. Chrometric home: http://enably.com/chrometric Best Regards, Marc -- You received this message because you are subscribed to the Google

Re: Eclipse Run As GWT JUnit test generates garbage folders tomcat and www-test

2010-04-07 Thread Marc Guillemot
catalina.base at that directory, but I haven't tried it. the pleasure of embedding Tomcat... Ok this seems to be a possible workaround to avoid garbage there. What about www-test? Cheers, Marc. -- Blog: http://mguillem.wordpress.com -- You received this message because you are subscribed to the Google

Eclipse Run As GWT JUnit test generates garbage folders tomcat and www-test

2010-04-01 Thread Marc Guillemot
to GWT to use an other place for temporary folders? The tomcat folder is surprising, I thought that GWT was using Jetty now. www-test can be configured in the run configuration for the test but it is very annoying to have to do it again and again for all the tests. Cheers, Marc. -- Blog: http

Re: GWT with Google App Engine, Stockwatcher Project: Error 404 in Hosted Browser

2009-11-04 Thread Marc
Solution: i was formating my harddisk and setting up windows, and all the other stuff. Before I tried to deinstall all Java related things (the Java SDK, ...) I deleted the eclipse. And then, after a restart, I tried to reinstall the whole thing. All other java programms were running without

GWT with Google App Engine, Stockwatcher Project: Error 404 in Hosted Browser

2009-10-31 Thread Marc
Hello, i started developing gwt apps a few days ago, so i am not a very good java developer. I started with the tutorial Stockwatcher, everything was working fine, also the Client Server Communication. At this time I was using the Google App Engine. I customized this project and disabled the