Re: Debugging is terribly slow

2012-06-19 Thread Thomas Broyer
On Wednesday, June 20, 2012 6:41:36 AM UTC+2, Magnus wrote: > > > > Am Dienstag, 19. Juni 2012 17:19:26 UTC+2 schrieb Thomas Broyer: >> >> >> Have you tried SuperDevMode? Experimental and requires a bleeding-edge >> GWT version, if it helps being productive then it's probably worth the try. >> >

Re: Debugging is terribly slow

2012-06-19 Thread Magnus
Am Dienstag, 19. Juni 2012 17:19:26 UTC+2 schrieb Thomas Broyer: > > > Have you tried SuperDevMode? Experimental and requires a bleeding-edge GWT > version, if it helps being productive then it's probably worth the try. > Not yet. Where can I get more information on this? > > Have you modular

Re: Draw graphs using GWT

2012-06-19 Thread Phillip DuLion
We started out creating our own wrappers around GWT, which wasn't too difficult. However, JGraph does have a GWT wrapper for their JavaScript library. They provided us with the wrapper library relatively recently, but so far we haven't had time to do more than experiment with it. You may nee

Re: Help: GWT Celltable Record (Specific Record Mouseover) ToolTip !!!

2012-06-19 Thread Julian
Hi, i've had the same problem, many thanks to Jens and Rajeshwar for the solution! I've extended Column and TextColumn: public abstract class TooltipColumn extends Column{ private final Cell cell; public TooltipColumn(Cell cell) { super(cell); thi

Re: Draw graphs using GWT

2012-06-19 Thread PAUL PANIAGUA PANCORBO
I think you need this http://code.google.com/p/gwt-links/ Good Luck 2012/6/19 Harpreet Singh : > Check out dygraphs as well. http://dygraphs.com/ > It is interactive, zoomable and can be used to represent charts of time > series. > > Harpreet > > > > On Tue, Jun 19, 2012 at 9:02 AM, Alfredo Quiro

re : invocation of com.google.gwt.user.tools.webappcreatorfailed

2012-06-19 Thread Tut
Hello, I am new on GAE , and i try to crete a new web program using Strut framework , and the system gave me the invocation of com.google.gwt.user.tools.webappcreatorfailed message. I do not know why I got this error since I was successful in create my HelloWorld application ealier. I

Re: how to export a ArrayList in gwt to external file?

2012-06-19 Thread Joseph Lust
You can delete a post using the button on the post, but you cannot edit it. If you send your request as an RPC, then you expect to get an RPC response. If the response instead is sending different mime headers (to popup a download prompt on the browser), I'm pretty sure GWT will throw an error.

Re: Draw graphs using GWT

2012-06-19 Thread Alfredo Quiroga-Villamil
My apologies, I sent the wrong link before :( http://www.emitrom-test.appspot.com/ Regards, Alfredo On Tue, Jun 19, 2012 at 12:02 PM, Alfredo Quiroga-Villamil wrote: > This might help you. Soon to be released in alpha. See: emitrom-test.com > > Regards, > > Alfredo > > On Jun 19, 2012 8:36 AM,

Re: Debugging is terribly slow

2012-06-19 Thread Joseph Lust
Magnus, It is likely not the response you're looking for, but our app has grown so large we faced the same issues as you. We're taking the radical step of breaking it into many standalone modules that can link between each other (compile to different wars). That way, when you're opening/debuggi

rpc.SerializationException in parametrized class

2012-06-19 Thread Nikola Markovic
[code] MyGenericClass implements IsSerializable{ public MyGenericClass(){ } } [/code] throws rpc.SerializationException when trying to send an instance using RPC. Though, [code] MyGenericSubclass extends MyGenericClass{ // ... } [/code] works perfectly. I've found a link

Re: IE hacks in CssResource

2012-06-19 Thread Thomas Broyer
On Tuesday, June 19, 2012 9:13:25 PM UTC+2, Shaun Tarves wrote: > > I would like to include some IE-specific hacks in my CssResource. > Something along the lines of: > > *header {width:290px;height:200px;background:#000;} > > However, the GWT CSS compiler throws warnings when it encounters one. >

Re: Designing for testability with MVP and Activities and Places

2012-06-19 Thread Ed
> > @Mike: also have a look at this topic, it might give you some idea's: LINKIE -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web

Re: RequestFactory's historyToken encoding / characters

2012-06-19 Thread Thomas Broyer
On Tuesday, June 19, 2012 10:57:30 PM UTC+2, Arash wrote: > > Hi, > > I use "$" as the separator in my Tokenizer and then parse the token > respectively considering the "$" location. This used to work in gwt 2.3 > mainly because getHistoryToken(...) never returned "$" as part of > HistoryToken

RequestFactory's historyToken encoding / characters

2012-06-19 Thread Arash
Hi, I use "$" as the separator in my Tokenizer and then parse the token respectively considering the "$" location. This used to work in gwt 2.3 mainly because getHistoryToken(...) never returned "$" as part of HistoryToken string. In gwt 2.4 "$" character can be easily found in historyToken wh

GWTgoogleMaps API and MarkerClusterer by JSNI ,problem

2012-06-19 Thread MarioMartin
some help to implement markerClusterer on a map of the GWT Google Maps API. I want to do is to move the map WIDGET in my JSNI method that implements markerClusterer (see code) and display it. thanks for the help! **The map shows, but no method iniMarkerCluster. when i use the Google Maps J

Re: "gwt java project" vs "web application project" / MVP

2012-06-19 Thread Juan Pablo Gardella
See https://github.com/tbroyer/gwt-maven-archetypes/ to start a new GWT project. 2012/6/18 Victor Woo > I've the same question and waiting for the answer too. > What's the best practice? > > 在 2011年8月8日星期一UTC+8上午2时25分44秒,cri写道: >> >> There are two ways (at least) to start a new gwt application

IE hacks in CssResource

2012-06-19 Thread Shaun Tarves
I would like to include some IE-specific hacks in my CssResource. Something along the lines of: *header {width:290px;height:200px;background:#000;} However, the GWT CSS compiler throws warnings when it encounters one. In some cases, the user.agent is not specific enough (for example, it doesn'

Re: Draw graphs using GWT

2012-06-19 Thread Harpreet Singh
Check out dygraphs as well. http://dygraphs.com/ It is interactive, zoomable and can be used to represent charts of time series. Harpreet On Tue, Jun 19, 2012 at 9:02 AM, Alfredo Quiroga-Villamil wrote: > This might help you. Soon to be released in alpha. See: emitrom-test.com > > Regards, > >

Re: Google IO 2012 : no GWT session ?

2012-06-19 Thread Thomas Lefort
https://groups.google.com/forum/?fromgroups#!topic/Google-Web-Toolkit-Employment/NJmWmKsXQlI sounds pretty healthy to me :) I bet competition will be fierce! On Thursday, 17 May 2012 08:00:00 UTC+2, Celinio Fernandes wrote: > > Hello, > I just noticed that the schedule for Google IO 2012 is now

Re: Debugging is terribly slow

2012-06-19 Thread Boris Brudnoy
Yes, the larger the application the more resources Development Mode consumes. I often rely on self-reviewing code and wind up compiling the application to test features. Unit testing is your friend as well, reducing reliance on the debugging functionality of Dev Mode. In one of my non-trivial G

debugging with JSPs

2012-06-19 Thread Matthew Pocock
Hi, I'm developing a GWT app in intellij with chromium as my browser. The application is behind an openid login JSP. This app runs stand-alone in jetty. However, when I try to run it from intellij, it doesn't seem to work as expected. The openid login page doesn't render correctly and I can't go b

Re: Draw graphs using GWT

2012-06-19 Thread Alfredo Quiroga-Villamil
This might help you. Soon to be released in alpha. See: emitrom-test.com Regards, Alfredo On Jun 19, 2012 8:36 AM, "router router" wrote: > Hello, > > My objective is to draw graph that present the production servers of an > IT company. The UI should be something like: > > >___ __

Re: JAVA Generics with ValueProxy

2012-06-19 Thread Alexandre Ardhuin
The value attribute in @ProxyForName should be "com.vo.GenericTreeNode" instead of "com.vo.GenericTreeNode" Alexandre 2012/6/19 tzhotmail > Please help on GWT JAVA Generics with ValueProxy > > I have the following Domain class > public class GenericTreeNode implements java.io.Serializable{ > >

Re: Are there benefits using generics in GWT

2012-06-19 Thread Thomas Broyer
In this specific case, I doubt it changes anything. How about testing it though? Compile your app with and then without the extra generics and diff the output. On Tuesday, June 19, 2012 5:15:59 PM UTC+2, GwitUzer wrote: > > Elaborating on my last question.. The complication comes with using GWT,

Re: Debugging is terribly slow

2012-06-19 Thread Thomas Broyer
On Tuesday, June 19, 2012 4:16:25 PM UTC+2, Magnus wrote: > > Hi, > > I'm sorry, but the answers on my post do not solve the problem. > > FF is a little bit faster, but serious development is definitively not > possible. Have you tried SuperDevMode? Experimental and requires a bleeding-edge GW

JAVA Generics with ValueProxy

2012-06-19 Thread tzhotmail
Please help on GWT JAVA Generics with ValueProxy I have the following Domain class public class GenericTreeNode implements java.io.Serializable{ /** * */ private static final long serialVersionUID = 1L; private T

Re: Are there benefits using generics in GWT

2012-06-19 Thread GwitUzer
Elaborating on my last question.. The complication comes with using GWT, MVP with generics.. To implement, generics correctly the interfaces look as follows: public interface ViewInterface>> { } public interface PresenterInterface>> { } Would code above improve the javascript compiler result o

Help

2012-06-19 Thread aby paul
Hi Friends I want to start my web based project in GWT ,please give your valuable instructions. 1.Please provide a Login Authentication Example with My SQL Database. 2.Which way we host this site in the Internet. Regards Aby Paul -- You received this message because you are subscribed to th

Re: Draw graphs using GWT

2012-06-19 Thread Jmscavaleiro
Maybe this can help you: http://code.google.com/p/gwt-google-apis/wiki/VisualizationGettingStarted https://developers.google.com/chart/?hl=pt-PT http://code.google.com/p/gwt-g3d/ Terça-feira, 19 de Junho de 2012 13:09:06 UTC+1, router router escreveu: > > Hello, > > My objective is to draw g

Generalizing DoubleClickHandler

2012-06-19 Thread SigmaBlu
I'm building an application with several types of tables/models, and based on these tables, I want to generalize the DoubleClickHandler in such a way that it will execute a particular section of code depending on the type of model, table, or row is clicked on. What i'm saying is that the execu

Re: Debugging is terribly slow

2012-06-19 Thread Magnus
Hi, I'm sorry, but the answers on my post do not solve the problem. FF is a little bit faster, but serious development is definitively not possible. Magnus Am Dienstag, 19. Juni 2012 16:10:00 UTC+2 schrieb Tony Rah: > > Your problem was answered several times. Chrome is slow due to sandboxing.

Re: Debugging is terribly slow

2012-06-19 Thread Tony Rah
Your problem was answered several times. Chrome is slow due to sandboxing. FF is your best bet for now. I would just not update FF since the plugin breaks evertime. If you are on a mac then OmniWeb is a good browser. -- You received this message because you are subscribed to the Google Groups

Re: "gwt java project" vs "web application project" / MVP

2012-06-19 Thread Victor Woo
I've the same question and waiting for the answer too. What's the best practice? 在 2011年8月8日星期一UTC+8上午2时25分44秒,cri写道: > > There are two ways (at least) to start a new gwt application project: > 1) New/Google/Web Application Project (and) > 2) New/WindowBuilder/GWT Designer/Model/GWT Java Project

Proxy settings

2012-06-19 Thread malcolm holding
Hi My google talk has stated to play up, Whenever I try to signe up I get a message stating " your proxy server requires a username and password" can any one help sort this out. Thanks. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To

Gwt with Phonegap

2012-06-19 Thread ulas
Hi, I wonder is there any way to use gwt with phonegap? I tried coping war file (.html and .js files) to phonegap www folder but .html file does not work as in GWT run. My question is how can i extract output files. I can reach results only from runnnig application in GWT. Where is the .js, .html.

Draw graphs using GWT

2012-06-19 Thread router router
Hello, My objective is to draw graph that present the production servers of an IT company. The UI should be something like: ___ __ _ l ServerA l l ServerB l ll --> l

Are there benefits using generics in GWT

2012-06-19 Thread GwitUzer
Are there any benefits to the GWT compiler by using java generics in GWT. That is does it help in creating a smaller or more efficient javascript code or does it just have the same benefits as using them in Java. Thanks in advance.. -- You received this message because you are subscribed t

Re: Debugging is terribly slow

2012-06-19 Thread Magnus
Hi, I still have no solution for this problem. I found my self not completing my important toDos for weeks or even months, because it's always so exhausting. This is a big barrier for my project and I fear that it goes to sleep. In my opinion it's very important that you can realize programmin

GWT CellTable selection and single click on CheckBoxCell

2012-06-19 Thread Vladislav Bauer
I've got a CellTable wich work with SingleSelectionModel to make single selection and show some information into details panel. Also I've got CheckBoxCell column into this CellTable which work with another MultipleSelectionModel to make mass delete operation. When I try to click on check box in Ch

Re: MVP Framework

2012-06-19 Thread Fernando Balmaceda
Please see gwt platform (gwtp) . Is great El 08/06/2012 1:08, "titowinky" escribió: Is there any example here (other than the Contacts tutorial) about the MVP framework with detailed explanation? The contacts tutorial seem to jump ... not a thoroughly explained article in my opinion. There are p

Re: GWT offline

2012-06-19 Thread Abraham Lin
The following should work: site:developers.google.com/web-toolkit/ You can use the same construct in the general Google search engine. -Abraham -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit

GET instead of a POST when submitting a form in Safari 5

2012-06-19 Thread Marco
I run into a serious issue using Safari 5.1.7. I'm working on a GWT application using GWT SDK 2.3.0, hosted by Jetty 7.2.2 and running on Windows XP 32 bits. In this application we have to let the user uploads some files. Most of the time it works well but at some point it sends a GET request i

Debugging is terribly slow

2012-06-19 Thread Magnus
Hello, I still have no solution for this problem. Running and debugging web applications from within eclipse ist very slow, so that one cannot really work on the project anymore. Do others have this problem, too? Magnus -- You received this message because you are subscribed to the Google Gr

Re: Debugging is terribly slow

2012-06-19 Thread Magnus
Hello, I just posted that I still have no solution for this problem, and my post was deleted. Why? Magnus -- 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-w

sorting celltable data with image

2012-06-19 Thread lucky
Hi, I have a requirement that i need to sort celltable data with image, and also when i click on the image i need sort the data again. Currently i am using the following code: it will display image but i am not able to sort the data when i click on the image(Like down Arrow and UPArrow) I am us

Re: With RequestFactory where do utility methods etc live

2012-06-19 Thread salk31
We are trying another approach at the moment. We are generating source by doing some simple transformation of the model source we want to use in the browser. At the moment it is just regexp hack but we have had some success with javaparser ( http://code.google.com/p/javaparser/) although the pr

About fixed sized panel (in px)

2012-06-19 Thread tong123123
This question may be some silly, but I have no different size monitor to test. Assume a LayoutPanel enclose a fixed sized panel with setSize("100px", "100px"); if the same layout show in a larger size monitor with larger resolution, then the layoutPanel can resize according to the new monitor re

Re: how to export a ArrayList in gwt to external file?

2012-06-19 Thread tong123123
Finally I use a textbox to store the search criteria history and set its visibility to false, then submit the form (FormPanel) to server and in servlet, get the textbox value using request.getParameter("XXX"); there is just some minor unknown about the RPC > An RPC expects an RPC serialized resp

Re: gwt 2.5

2012-06-19 Thread Jens
I am pretty sure it will be released during/after the Google IO 2012. > > What you have seen is SuperDevMode which can do a pretty fast draft compile of your app. Its already available in GWT trunk if you want to try it. You can read a bit about its current performance in https://groups.google.c

gwt 2.5

2012-06-19 Thread Dennis Haupt
hi community, i saw a video where someone compiled an app in a few seconds instead of a minute and we're being tortured by the gwt compiler here. as awesome as it is, it is taking a lot of time to compile. when will the 2.5. release be available? -- You received this message because you are subs

Re: GWT offline

2012-06-19 Thread Thomas Broyer
On Tuesday, June 19, 2012 2:32:25 AM UTC+2, Joseph Lust wrote: > > Thomas, > > Is there any way to constrict the search on the GWT > DevGuide page > to just GWT Developer pages? I really like other docs pages where you > can just t