Re: GWT Eclipse plug in

2021-10-07 Thread pierre...@gmail.com
incompatible. It was easier for me to use an old eclipse version with the 2 plugins and continue like this until the apps are abandonned. Pierre Le mercredi 6 octobre 2021 à 13:23:28 UTC+2, lofid...@gmail.com a écrit : > The problem is the GWT Eclipse plugin is not maintained anymore,

Re: GWT Eclipse plug in

2021-10-06 Thread pierre...@gmail.com
Seem to be more an eclipse and constraint environment (Hospital) incompatibility. I had to take an older version eclipse 2019-03 and then it's works. No idea why but GWT and maven plugin are not broken anymore with this version. Le lundi 4 octobre 2021 à 12:06:12 UTC+2, pierre...@gmail.com

GWT Eclipse plug in

2021-10-04 Thread pierre...@gmail.com
plugin is install successfully but nothing from it appears. Thanks in avance for any help Best, Pierre -- 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

Re: Java Method Overloading

2021-04-22 Thread pierre...@gmail.com
example, I use GWT Material Design for UI and RestyGwt for accessing Rest service ... Pierre Le mercredi 21 avril 2021 à 22:21:57 UTC+2, lofid...@gmail.com a écrit : > Yes, thanks. > > Here is the result, I documented here with examples: > https://github.com/lofidewanto/gwt-overload

Re: Java Method Overloading

2021-04-21 Thread pierre...@gmail.com
floatValue(); } Thanks for any hint Pierre Le mardi 20 avril 2021 à 18:54:28 UTC+2, lofid...@gmail.com a écrit : > Could you show me the whole class? > > this.value cannot be an Integer... > > > > // This won't work in Java - Type mismatch... > private Integer value; >

Java Method Overloading

2021-04-20 Thread pierre...@gmail.com
I have a model class Item with a Integer value. I builded an app using this model. For a new particular case, the value should be a Float as well. So I changed the type of value to Float and regenerate setter/getter. In order to not change the current app, I try to create a overloading method :

Re: Datatrans payment system with JSinterop

2021-01-21 Thread pierre...@gmail.com
Thanks Thomas, I tried it but the compiler is complaining : [ERROR] Line 27: Native JsType method 'void DatatransOption.opened()' should be native or abstract. As I would like to implement them myself, is there a workaround ? Pierre Le jeudi 21 janvier 2021 à 18:51:57 UTC+1, t.br

Re: Datatrans payment system with JSinterop

2021-01-21 Thread pierre...@gmail.com
Material Le jeudi 21 janvier 2021 à 09:19:48 UTC+1, pierre...@gmail.com a écrit : > Hi, > > I am trying to integrate the Datatrans payment system with JSinterop > The js script is > https://pay.sandbox.datatrans.com/upp/payment/js/datatrans-2.0.0.js > > the js code to be e

Datatrans payment system with JSinterop

2021-01-21 Thread pierre...@gmail.com
artPayment method doesnot include the functions callbacks for opened/loaded etc How can I define these functions and change my startPayment definition ? Thanks in advance for any help Pierre -- You received this message because you are subscribed to the Google Groups "GWT Users" g

Re: app not reload from android chrome

2021-01-12 Thread pierre...@gmail.com
t quicker as they are gipped before transfer, right ? best, Pierre Le lundi 11 janvier 2021 à 22:10:17 UTC+1, peter.j...@gmail.com a écrit : > There's a library that manages this for you at > https://github.com/realityforge/gwt-cache-filter which will set the > caching parameters as required. >

Re: app not reload from android chrome

2021-01-11 Thread pierre...@gmail.com
Thanks, I guess so. Will try ... Le lundi 11 janvier 2021 à 17:58:42 UTC+1, lofid...@gmail.com a écrit : > Can this Blog Post help you? > > > https://seewah.blogspot.com/2009/02/gwt-tips-2-nocachejs-getting-cached-in.html > > pierre...@gmail.com schrieb am Montag, 11. Januar 20

app not reload from android chrome

2021-01-11 Thread pierre...@gmail.com
. Removing the cache works, but I cannot asks that to my users. Any hint how can I force the browser to reload the app from server for theses mobiles ? Thanks in advance Pierre -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubs

MaterialSearch

2020-10-01 Thread pierre...@gmail.com
to obtain the element "This cat is black" Thanks, Pierre -- 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+unsubsc

Re: Hierarchical data with Editor

2020-09-27 Thread pierre...@gmail.com
Thanks you save me a lot of time trying to do it with polymorphism Pierre Le dimanche 27 septembre 2020 à 14:15:29 UTC+2, t.br...@gmail.com a écrit : > IIRC, the editor framework works by static analysis, so it doesn't work > "well" with polymorphism (i.e. you'll have ValueAwareE

Hierarchical data with Editor

2020-09-27 Thread pierre...@gmail.com
Hi, My use case is to edit an hierachical list of node and group of nodes. Starting from a root group, user can create/delete groups and create/delete/edit nodes inside group. The Node have dynamic types. Type and the corresponding data is choosen at creation time. Node is a leaf in the

Re: Reg : gwt-unitCache folder

2018-05-21 Thread pierre
It just a cache folder. If you delete it, the compiler will recreate it to store the compilation unit again. Should be no harm. On Wednesday, May 9, 2018 at 2:05:31 PM UTC+8, Sudhakar Reddy SanapuReddy wrote: > > > Hi, > > Can someone let me know the use of gwt-unitCache folder. If we delete

Re: New Widgets Library: XGL

2018-05-10 Thread pierre
Nice! On Thursday, May 10, 2018 at 2:58:10 PM UTC+8, Paul Sitarz wrote: > > Hi Guys, > > A few years ago, when I heard the idea of removing widgets from GWT 3.0, I > sensed it would be a huge issue. > > I started to build my own widgets, with no ties at all with the GWT > widgets and events. >

Re: GWT 3.0 Release and Java 10 + Support

2018-04-24 Thread pierre
Nice for 2.9 release is coming. On Saturday, April 21, 2018 at 6:34:05 PM UTC+8, Thomas Broyer wrote: > > There should be a 2.9 release in the following weeks with Java 10 language > support (someone is currently contributing a patch). Depending on what > people can contribute in that

Re: Unable to install GWT Plugin in Eciplse Neon

2017-07-03 Thread pierre
turn out I download the problem jar using chrome and copy it to plugin folder..the installation resumed. On Thursday, June 29, 2017 at 4:30:19 PM UTC+8, pierre wrote: > > I got the same error when install plugin from marketplace as well. Anyone > know the workaround? > > On

Re: Unable to install GWT Plugin in Eciplse Neon

2017-06-29 Thread pierre
I got the same error when install plugin from marketplace as well. Anyone know the workaround? On Sunday, June 25, 2017 at 9:53:10 PM UTC+8, Gautam SHAHI wrote: > > Why i am getting this error? > > -- You received this message because you are subscribed to the Google Groups "GWT Users" group.

Re: Cascading GWT Application ?

2016-08-02 Thread Pierre Mineaud
Hey there. I come back there to give you my final approach of this problem. I create a Main Module who inherits of all my needed modules and specify my onlyone entry-point. It looks like that : Java side I

Re: Cascading GWT Application ?

2016-07-13 Thread Pierre Mineaud
The official GWT's example Ruxit is really looking at what I want to do. - A Menu always shown. On the left, on the top... who cares... - An url changing when I change page - An "Module Loader" on the right side of the page to charge my differents page. I do not want using iframe cause I want

Re: Cascading GWT Application ?

2016-07-12 Thread Pierre Mineaud
Thanks for your answers and many thanks again for the helps and advices ! @Thomas : This is what I've done. I try to go slowly to understand it all. So here is my wish list : - Getting an modulable application, and possibly separate each modules in different projects to clarify the code. -

Re: Cascading GWT Application ?

2016-07-11 Thread Pierre Mineaud
> > Thanks again Gilberto. > I followed your recommendation but the GWT world is pretty hard at the moment. I followed the Ronan Quillevere's tutorial, but... like all GWT / maven / gradle / RPC / Vaadin etc...

Re: Cascading GWT Application ?

2016-07-08 Thread Pierre Mineaud
I accepted to stop searching how to get multi deployment for my application and working only with module in external project and getting one .war. It actually works great except one thing : the RPC. I wouldn't to abuse about your help but here is what I done : I created two applications with

Re: Cascading GWT Application ?

2016-07-07 Thread Pierre Mineaud
> > Hi Gilberto and thanks for your experience return. > I'm a litle bit sad about it, cause our wish was to deploy each application dependently, into different .war file on our tomcat server. I will get a look on your cited framework, maybe a good module architecture development can be

Re: Cascading GWT Application ?

2016-07-05 Thread Pierre Mineaud
I'm asking myself, is maven can help me ? -- 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,

Cascading GWT Application ?

2016-07-05 Thread Pierre Mineaud
Hey. My question is simple : is this possible of calling a gwt application into another gwt application. My sample case is simplest as hell, but I can't figure it out what is the best solution to do it : I Would like 3 differents GWT project to deploy them independently : - A first app doing

Re: gwt material and uibinder

2016-07-04 Thread Pierre Mineaud
> > Oups... This topic is really gone ! :) > But last answer for Gilberto : Without entering too much in detail, our project is about making a huge platform (intranet) for our enterprise with different real application in there with different rules for each login. This can be planning

Re: gwt material and uibinder

2016-07-04 Thread Pierre Mineaud
> > Hi Gilberto and thanks for your answer ! ;) > Thanks too for the invitation on the gwt material chat, I will come ! About maven, you're probably right. But at the moment in my enterprise, we are switching direction for our web development (we were on meteor, a javascript framework

Re: gwt material and uibinder

2016-06-29 Thread Pierre Mineaud
Ok... I finally found my error... Here is what I have done : in my myButton2.java code : public class myButton2 extends Composite { private static MyUiBinder uiBinder = GWT.create(MyUiBinder.class); @UiTemplate("myButton2.ui.xml") interface MyUiBinder extends UiBinder { }

Re: gwt material and uibinder

2016-06-29 Thread Pierre Mineaud
I didn't mentionned : I follow this get Started : http://gwtmaterialdesign.github.io/gwt-material-demo/snapshot/#!gettingstarted So I added well the "" in my app.gwt.xml. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this

gwt material and uibinder

2016-06-29 Thread Pierre Mineaud
Hello. I'm totally new on gwt and I would like to use gwt material to make my application's UI. I'm not really confortable with maven, so I downloaded the .jar and imported it in my project. I can so use the component like that : MaterialButton myButton1 = new MaterialButton();

Re: How to debug GWT application on Eclipse

2016-06-24 Thread Pierre Mineaud
Oh great, could be enough to debug in chrome debugger, but I guess it will be more confortable to debug directly in eclipse. Thanks for all the infos ;) -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop

Re: How to debug GWT application on Eclipse

2016-06-24 Thread Pierre Mineaud
Wow... thanks a lot Thomas for your fast and good reply ! This isn't really clear in the doc, but this clear for me now. And after followed your linked, it works like a charm. Thanks again :) -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To

How to debug GWT application on Eclipse

2016-06-24 Thread Pierre Mineaud
Hi GWT community. I am trying GWT since yesterday, and I'm following the first app tutorial on gwt official. I'm at the debugging section and i can't figure it out to debug my code in eclipse. I followed each line of this tutorial,

RequestFactoryEditorDriver Can P be a list of proxy ?

2014-02-14 Thread pierre laurent
a list of proxy ( see below ) i want to fill within a datagrid, if not possible, is there any workaround ? interface HistoFichesDriver extends RequestFactoryEditorDriverListHistoFichesProxy, HistofichesEditor { } Regards, Pierre -- You received this message because you are subscribed

Don't know how to fill my datagrid from here.

2014-02-13 Thread pierre laurent
are already available. Don't know where to use setRowData May someone help ? Regards, Pierre *Request is fired like* ffr.with(fichesDriver.getPaths()); ffr.to(new ReceiverFichesProxy() { @Override public void onSuccess(FichesProxy fiches

Re: SuperDevMode not so super

2014-02-11 Thread pierre
The SuperDevMode seem do a full compile as is com.google.gwt.dev.Compiler with PRETTY style plus sourcemaps generation. It even take longer time than a normal GWT compiler compilation. Moreover, the unitCache is not always pickup correctly make the compilation even longer. On Wednesday,

Re: GWT 2.5.1 now available

2013-12-29 Thread pierre
On Monday, November 4, 2013 5:00:56 PM UTC+8, Ed wrote: According to the timeline there will be a RC on 4th of November Bring it on... ;) Coming to the end of 2013, may we know latest estimate 2.6 final release date? Thanks! -- You received this message because you are subscribed to

GWT 2.6 RC1 DevMode log4j fail?

2013-11-19 Thread pierre
Hi, After switched to use GWT 2.6 RC1, DevMode Jetty 8.1 fail to initialize the logger for the web container. Attached 2.5 log and 2.6 log with -Dorg.apache.commons.logging.diagnostics.dest=STDERR -Dlog4j.debug=true for reference. Any tips/hints will be welcome. Many thanks! -- You

Re: GWT 2.6 RC1 DevMode log4j fail?

2013-11-19 Thread pierre
Moving the log4j jar to Bootstrap Entries from User Entries in the classpath section of Eclipse Debug Configuration solved the problem. I guess there may be some changes included 2.6 RC1 impacting the init. sequence of the log4j. On Tuesday, November 19, 2013 7:00:21 PM UTC+8, pierre wrote

Re: GWT 2.6 RC1 DevMode log4j fail?

2013-11-19 Thread pierre
UTC+8, pierre wrote: Hi, After switched to use GWT 2.6 RC1, DevMode Jetty 8.1 fail to initialize the logger for the web container. Attached 2.5 log and 2.6 log with -Dorg.apache.commons.logging.diagnostics.dest=STDERR -Dlog4j.debug=true for reference. Any tips/hints will be welcome

GWT - Tree - Replace the cross event by clicking on the parent item

2013-07-28 Thread michelin pierre
Basically I want to replace the cross event by clicking on the parent item: It is possible to open the menu on click the treeitem parent (like click on the little cross on the left)? Concretely in the example below, by clicking on Item 1 will open the menu, by clicking a second time closes

Re: TreeItem - bold only the parent item in a Tree?

2013-07-28 Thread michelin pierre
it works fine, thank you! :) Le vendredi 26 juillet 2013 14:42:57 UTC+2, michelin pierre a écrit : Hello, in treeview I would like to bold only the parent item, and keep sub-items in normal size. I tried to use css in this way, but it does not work: .gwt-Tree{ font-weight: bold

GWT - Tree - Replace the cross event by clicking on the parent item

2013-07-28 Thread michelin pierre
Hello, I want to replace the cross event by clicking on the parent item: It is possible to open the menu on click on the treeitem parent (like click on the little cross on the left)? Concretely in the example below, by clicking on Item 1 will open the menu, by clicking a second time closes

Re: GWT - Tree - Replace the cross event by clicking on the parent item

2013-07-28 Thread michelin pierre
); // Add the nameField and sendButton to the RootPanel // Use RootPanel.get() to get the entire body element RootPanel.get(nameFieldContainer).add(t); }* Le dimanche 28 juillet 2013 13:12:25 UTC+2, michelin pierre a écrit : Hello, I want to replace the cross event

Re: GWT - Tree - Replace the cross event by clicking on the parent item

2013-07-28 Thread michelin pierre
It works very well, thank you for your precious help! Le dimanche 28 juillet 2013 13:12:25 UTC+2, michelin pierre a écrit : Hello, I want to replace the cross event by clicking on the parent item: It is possible to open the menu on click on the treeitem parent (like click on the little

TreeItem - bold only the parent item in a Tree?

2013-07-26 Thread michelin pierre
Hello, in treeview I would like to bold only the parent item, and keep sub- items in normal size. I tried to use css in this way, but it does not work: .gwt-Tree{ font-weight: bold; } .gwt-TreeItem { font-weight: normal; } .gwt-Tree .gwt-TreeItem-selected { font-weight: normal; }

Re: GWT 2.5 dev mode unable to refresh

2012-12-04 Thread Ben St. Pierre
No ideas? On Tuesday, November 13, 2012 4:52:03 PM UTC-7, Ben St. Pierre wrote: Hi guys, After upgrading to to GWT 2.5 I am unable to refresh my dev mode. It initially loads fine but reloading (in any browser causes the rpc mechanism to throw this error... Caused

GWT 2.5 dev mode unable to refresh

2012-11-13 Thread Ben St. Pierre
Hi guys, After upgrading to to GWT 2.5 I am unable to refresh my dev mode. It initially loads fine but reloading (in any browser causes the rpc mechanism to throw this error... Caused by: com.google.gwt.user.client.rpc.SerializationException: java.lang.RuntimeException: Unable to find class

Re: what's ReflectionHelper.loadClass(String) does?

2012-11-08 Thread Ben St. Pierre
It's used by dev mode to load classes dynamically. GWT production code would be unable to use this. On Monday, October 3, 2011 12:27:07 PM UTC-6, Elhanan wrote: hi.. it seems there is some sort of partial reflection support in gwt, but can i use it? is it the same as class.forname? --

Re: Spring and gwt (request factory)

2012-08-25 Thread pierre leagault
my service class is annoted with service and my dao with repository Le jeudi 23 août 2012 23:02:38 UTC+2, pierre leagault a écrit : hi i use spring and gwt (request factory). in my applicationContext, i use context component-scan but my bean is not retrieved. i need to declare

Re: Spring and gwt (request factory)

2012-08-25 Thread pierre leagault
clazz, Long id) { ... } ... } @Service(locator = SpringServiceLocator.class, value =AccountService.class) public interface AccountRequest extends RequestContext { ... } Le jeudi 23 août 2012 23:02:38 UTC+2, pierre leagault a écrit : hi i use spring and gwt (request factory). in my

Spring and gwt (request factory)

2012-08-24 Thread pierre leagault
hi i use spring and gwt (request factory). in my applicationContext, i use context component-scan but my bean is not retrieved. i need to declare it manually. why component scan don't work? my web.xml context-param param-namecontextConfigLocation/param-name

GWT i18n and images

2012-06-07 Thread Simon-Pierre Gingras
Hi! See this post I made on Stack Overflow: http://stackoverflow.com/questions/10884894/gwt-i18n-and-images Thanks! -Simon -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

How can i pass an array through a runnable interface ?

2011-10-27 Thread Laurent Pierre
referring-to-a-non-final-variable-data-inside-an-inner-class and others . Can someone help me fix this because i'm beating around the bush ? Regards, Pierre --- Service.callD(F, new AsyncCallback() { public void onFailure(Throwable

Re: Permutation, code splitting and deferred property

2011-10-05 Thread Pierre Coirier
= new Widget2(); ... } ... } …. } Thanks for your help, Pierre -- 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

Re: Permutation, code splitting and deferred property

2011-09-27 Thread Pierre Coirier
When you look at the report, you do see the expected deferred property set: Permutation 0 ('myProperty' : 'value1' , 'user.agent' : 'gecko1_8') but clicking on the Slip Point Report, you see the 2 implementations generated are here whereas only one is expected. Pierre On Sep 27, 8:00 am, Paul

Re: Permutation, code splitting and deferred property

2011-09-27 Thread Pierre Coirier
for code splitting. Any idea why? Thanks, Pierre On Sep 27, 8:35 am, Pierre Coirier plcoir...@gmail.com wrote: Thanks for pointing that out. It was a typo error, in my code I do have myProperty = value2. If it helps, you can find the code that I'm using to reproduce the error:http

Permutation, code splitting and deferred property

2011-09-26 Thread Pierre Coirier
question is how come my generator is called twice for each permutation? Since only one value is possible for each permutation shouldn't it be called only once? Am I doing something wrong in my configuration which could explain why my generator is called twice? Thanks for your help, Pierre -- You

GWT compiler error with ListType

2011-07-15 Thread pierre
Hi all, I have the following error from GWT compiler, event if the User module is included: __ Compiling module com.soladhoc.friends.Friends Validating newly compiled units [ERROR] Errors in 'file:/C:/Users/Pierre/workspace-GAE/Friends/ src/com/soladhoc/friends

Re: Access permutation id inside a generator

2011-07-07 Thread Pierre Coirier
that you could hash on? On Jul 6, 2011 10:47 AM, Pierre Coirier plcoir...@gmail.com wrote: -- 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

Access permutation id inside a generator

2011-07-06 Thread Pierre Coirier
? Using user.agent property won't work in my case because you can have the same user.agent value for several permutations (in case you add other binding properties like mobile.user.agent). Thanks, Pierre -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Access permutation id inside a generator

2011-07-06 Thread Pierre Coirier
Thanks Thomas. I'd like to do this because for mvp4g, I'd like developers to be able to set a gin module thanks to deferred property (http:// groups.google.com/group/mvp4g/browse_thread/thread/87a1cc4a8a683381) so that a different gin module can be used for different type of platform. But,

MVP Tutorial using Mvp4g

2011-04-25 Thread Pierre Coirier
Pierre -- 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. For more options

Announcing Mvp4g 1.3.0:/1.3.1 the easiest way to implement MVP/event bus

2011-03-15 Thread Pierre Coirier
/group/mvp4g) or on GWT marketplace (http://www.gwtmarketplace.com/). http://code.google.com/p/mvp4g Pierre -- 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

Re: Overriding JSNI methods causes crash ?

2011-03-10 Thread Pierre
of document.write.. andi (vom fon) On 09.03.2011, at 18:02, Pierre pierre.schwa...@gmail.com wrote: Hi all, I am experiencing problems when using GWT / JSNI : For tests, let's have a parent class with a JSNI method such as public class TestParent {    public native void show

Overriding JSNI methods causes crash ?

2011-03-09 Thread Pierre
Hi all, I am experiencing problems when using GWT / JSNI : For tests, let's have a parent class with a JSNI method such as public class TestParent { public native void show()/*-{ $doc.write(PARENT JSNI); }-*/; } and a child class overriding the parent JSNI

Re: View-Presenter Interaction Patterns in Google Web Toolkit (GWT)

2011-03-02 Thread Pierre
). The main difference with the GWT MVP framework is that you will have to write a lot less boilerplate code with Mvp4g but you will still have a strongly typed solution. Pierre -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group

Re: cannot create servlet in Eclipse helios

2010-11-18 Thread Pierre-Luc
I have the same issue. I cannot click on next nor finish which leaves me with manually updating my web-inf and creating the servlet manually... On 14 nov, 19:13, Tushar tsk...@gmail.com wrote: Just can't get plug-in to create servlets..tried all versions. Is anyone out there being able to

Re: Entire Site in GWT?

2010-11-12 Thread Pierre
the best way to implement a GWT application (in our case, we used mvp4g, http://code.googlecode.com/p/mvp4g) and thanks to the code splitting feature, your application loads faster. Pierre On Nov 12, 7:20 am, mike.cann mike.c...@gmail.com wrote: Thanks everyone for your excellent tips, ill

MVP framework: Mvp4g vs gwt-platform

2010-09-20 Thread Pierre
platform that bridges social networking and the traditional elements of education. This website can give you a good idea of the potential of GWT 2 Mvp4g. Pierre -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: Will be GWT development stopped ?

2008-12-12 Thread Pierre Mage
??? Look at the following post on GWT's blog: http://googlewebtoolkit.blogspot.com/2008/12/whats-ahead-for-google-web-toolkit_10.html On Dec 11, 4:17 pm, jan.kub...@gmail.com jan.kub...@gmail.com wrote: I've heard that  GWT development should be now or in following days stopped or blocked. Is

Re: GWT Spring Integration

2008-12-12 Thread Pierre Mage
This post might be interesting for you : http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/94b22b9a0b26de63/afb3bf84142503e5?hl=enlnk=gstq=spring+me#afb3bf84142503e5 On Dec 11, 7:18 pm, olivier nouguier olivier.nougu...@gmail.com wrote:

Servlet autostart / load-on-startup

2008-12-09 Thread Pierre Lavignotte
, it works when I deploy the application to my WAS. Is there any way to make it work in hosted mode ? (please don't tell me to run with no-server option :) ) Thank you, Pierre --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Debugging GWT with Eclipse

2008-09-18 Thread Pierre Mage
Good Morning Amit, I need more precisions to answer your question. Does your application works in running mode (in eclipse) ? Your Debug Configuration should look like this: Java Application Main Project: your Java project Main class: com.google.gwt.dev.GWTShell Arguments

Re: not a checked exception

2008-09-05 Thread Pierre Mage
or extend RuntimeException if you want an unchecked exception. On Sep 4, 5:07 pm, Reinier Zwitserloot [EMAIL PROTECTED] wrote: extend Exception, not Throwable. On Sep 4, 3:53 pm, robert_trudel [EMAIL PROTECTED] wrote: hi i have some class who extends this class public abstract class

Re: Inserting widgets into HTML

2008-09-05 Thread Pierre Mage
into it RootPanel.get(spike).add(new HTML(div id=\myHtml\/div)); // gets the div from the HTML widget and adds a Label widget into it RootPanel.get(myHtml).add(new Label(Hello World!)); } } -- Pierre On Sep 3, 9:30 pm, Adrian Benton [EMAIL PROTECTED] wrote: Hi, I

Re: Exceptions in GWT

2008-09-02 Thread Pierre Mage
Methods defined in the Async interface should not throw exceptions (otherwise you have to surround them by a try catch bloc when using it in your client code) and must have void return types : public void getName(int id,AyncCallback); instead of public String getName(int id,AyncCallback) throws