Re: Problem with maven-gwt-plugin and GWT 2.1

2010-11-08 Thread fclaeys
Problem solved after removing the dependency to gwt-math. On 6 nov, 23:46, Jeff Larsen larse...@gmail.com wrote: Try upgrading to the new maven plugin 2.1 http://mojo.codehaus.org/gwt-maven-plugin/ On Nov 6, 1:55 pm, fclaeys claeys.fabr...@gmail.com wrote: Hi. I currently have

Re: SelectionModel and ListDataProvider are out of synch

2010-11-08 Thread Mirco Dotta
On a related subject why is there no 'reset'/'clear' method on the selection model. I find myself in the situation where I would need to reset the selection model (affecting a new one is not an option as I have handlers registered on the former). Thanks, Mirco On Nov 7, 7:42 pm, Mirco Dotta

Re: Gwt 2.1 Activities + Code splitting + Gin

2010-11-08 Thread Thomas Broyer
On 8 nov, 04:21, PhilBeaudoin philippe.beaud...@gmail.com wrote: Regarding GWTP's uses of GWT generators, I haven't looked at the mechanism GWT 2.1 uses to decouple event plumbing from presenter instances. In my experience, this is required to allow lazy instantiation and code splitting of

Re: EditTextCell and RPC worked in 2.1m1 but not in 2.1

2010-11-08 Thread Thomas Broyer
On 8 nov, 07:14, Henry H. djhenr...@gmail.com wrote: hi, when i was using 2.1.m1 i was able to extend an EditTextCell to make an rpc call to update the database after the cell is updated. i just inserted the rpc call right before commit() method in the cell. when i made the switch to 2.1,

Re: Gwt 2.1 Activities + Code splitting + Gin

2010-11-08 Thread Nicolas Antoniazzi
Hi Phillipe, Also, I think it's a bit unfair to call GWTP's code generation magic when GWT relies on it for so many different things... But if you really want to write proxys yourself, GWTP's allows it. Yes, I agree that I was a bit unfair with GWTP. In my opinion, it would be a geater tool

Re: GWT MVP Roo - Changing Default History Tokens

2010-11-08 Thread Thomas Broyer
On 8 nov, 04:14, zixzigma zixzi...@gmail.com wrote: How can we change history tokens in Roo generated app ? currently it is like this : #ProxyPlace: 1...@n...@org.springsource.roo.extrack.client.managed.request.EmployeeProxy! DETAILS is it in Tokenizer class ? (Tokenizer inner class inside

widget celltable how clear before re-populate

2010-11-08 Thread alf
we are render a celltable widget nice when i push a boton. the problems is when i will push the botton again i create other widget and adding. How can clear all item adn populate the sam widget with new datas. thanks and excuse for by bad english ans newbie question i have spent hours fiding

GWT 2.1 MVP Framework Vs MVP4G

2010-11-08 Thread jbroquefere
Hi, I have spent the past 2 hours around the web to grab as many point of view as possible about those 2 mvp frameworks, particularly we are thinking about switching from mvp4g to GWT MVP considering gains/ losses. Because there are so many conflicting things on many blogs/forums/ webpages, I

Folder icons in eclipse

2010-11-08 Thread Musicman75
Hello, since I changed GWT version from 2.0.4 to 2.1.0 O get folder/file icons in src/main/webapp folder with a red exclamationmark. Does anyone knows what this icon means? Thanks. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: GWT 2.1 MVP Framework Vs MVP4G

2010-11-08 Thread jbroquefere
There are already some good pieces here : http://md-t.org/browse.php?u=Oi8vZ3JvdXBzLmdvb2dsZS5jb20vZ3JvdXAvbXZwNGcvYnJvd3NlX3RocmVhZC90aHJlYWQvZjEzYzhkNGEzNGUxNDhjOS9jODJiY2MwZTU0NDA3ODZmb=5 On Nov 8, 11:26 am, jbroquefere jeanbaptiste.roquef...@gmail.com wrote: Hi, I have spent the past 2

Re: Folder icons in eclipse

2010-11-08 Thread jbroquefere
what does the Problem view in eclipse say? On Nov 8, 11:26 am, Musicman75 stephan.beu...@googlemail.com wrote: Hello, since I changed GWT version from 2.0.4 to 2.1.0 O get folder/file icons in src/main/webapp folder with a red exclamationmark. Does anyone knows what this icon means?

CompositeCell

2010-11-08 Thread Adam
We're in the process of converting to CellTable and we have a column that has a vertically displayed list of items. This sounds perfect for using a CompositeCell with a List of ClickableTextCells, except for the fact that our list needs to be dynamic. I suppose I could use AbstractColumn and

Issue with XML object passing using Request Builder

2010-11-08 Thread jayalakshmi jahagirdar
hello all, I have the following requierement: A XML file is at the server side.Need to parse it . I have a nested class . Create a object of this nested class ,add parametres from XML parsing to this object and pass it back to the client. Iam making use of RequestBuilder. Iam able to parse it

Re: Folder icons in eclipse

2010-11-08 Thread Musicman75
That's the problem, the problem view contains any errors matching to the files/folders. On 8 Nov., 13:00, jbroquefere jeanbaptiste.roquef...@gmail.com wrote: what does the Problem view in eclipse say? On Nov 8, 11:26 am, Musicman75 stephan.beu...@googlemail.com wrote: Hello,

Re: GWT Loading the application very slowly

2010-11-08 Thread keyboard_samurai
The issue was happening because IE probably slows down with the amount of JS file being loaded. I recompiled the code to get generated in obfuscated mode .. the size of JS dropped and started rendering fast :) Cheers! On Nov 6, 8:20 pm, keyboard_samurai yog...@gmail.com wrote: I am sure ppl

Re: Folder icons in eclipse

2010-11-08 Thread Frederic Conrotte
You can configure Errors/Warning using menu Window - Preferences - Google - Errors/Warnings You can also configure the Problems view like this: http://www.vogella.de/articles/Eclipse/article.html#tips_problemsview On Nov 8, 2:18 pm, Musicman75 stephan.beu...@googlemail.com wrote: That's the

Re: GWT debugging under Linux is much slower than under Windows - what's wrong with my configuration?

2010-11-08 Thread ussuri
Thanks, Chris! I'll try to install FF plugin later today and will post results here. MG On Nov 7, 9:27 pm, Chris Conroy con...@google.com wrote: Your slowness is not a Linux vs. Windows issue: it is a Chrome plugin vs. Firefox plugin issue. The Chrome NPAPI based plugin is known to be a lot

Re: Folder icons in eclipse

2010-11-08 Thread Musicman75
I know that, the view is configured to show all errors/warnings. But nothing is displayed corresponding to the marked folders/files On 8 Nov., 15:07, Frederic Conrotte frederic.conro...@gmail.com wrote: You can configure Errors/Warning using menu Window - Preferences - Google - Errors/Warnings

Re: Issue with XML object passing using Request Builder

2010-11-08 Thread Fernando
http://code.google.com/webtoolkit/doc/1.6/DevGuideCodingBasics.html#DevGuideXML On Nov 8, 10:47 am, jayalakshmi jahagirdar jayalakshmi.jahagir...@gmail.com wrote: hello all, I have the following requierement: A XML file is at the server side.Need to parse it . I have a nested class . Create

can't import into eclipse using mojo.codehaus.org gwt-maven-plugin 2.1.0

2010-11-08 Thread cri
The docs at http://mojo.codehaus.org/gwt-maven-plugin/ say that generated projects can then be imported as existing project into Eclipse. This isn't immediately possible since the generated projects don't create eclipse .project files. -- You received this message because you are subscribed to

Re: How to diagnose IE8 javascript error stack overflow at line: 0? ends up in Impl.entry0

2010-11-08 Thread BrianP
Thanks for your reply. That is interesting. For a long time, I thought it was due to my use of the Raphael-gwt library. But now I've removed that, and still get the error. And I _am_ bringing back some large and complex objects via RPC, so I'll look into that. On Nov 6, 3:50 am, Didier DURAND

Re: can't import into eclipse using mojo.codehaus.org gwt-maven-plugin 2.1.0

2010-11-08 Thread Jeff Schwartz
Try the import from File System option. On Mon, Nov 8, 2010 at 10:32 AM, cri chuck.irvine...@gmail.com wrote: The docs at http://mojo.codehaus.org/gwt-maven-plugin/ say that generated projects can then be imported as existing project into Eclipse. This isn't immediately possible since the

RPC version mismatch on client server

2010-11-08 Thread notcourage
Scenario: A user is running version n-1 of a gwt app. Meanwhile, version n is deployed. I assume the client will get RPC serialization exceptions. The user gets frustrated. What's the best way to address this? -- You received this message because you are subscribed to the Google Groups Google

Re: can't import into eclipse using mojo.codehaus.org gwt-maven-plugin 2.1.0

2010-11-08 Thread cri
Actually, it was my mistake (I'm a maven rookie). I was accidentally using version 1.2 of the plugin. This version doesn't seem to automatically generate all of the misc eclipse files that version 2.1.0 creates. However, now I have another problem... Now when I import the resulting project into

Re: GWT 2.1.0 maven asks for com.google.gwt:gwt-dev:jar:windows:2.1.0??

2010-11-08 Thread koma
worst decision ever to get on the maven/spring-roo boat. after 25 mins of waiting while maven is downloading after issuing perform eclipse for a basic spring-roo, maven stumbles with an error because JAVA_HOME is not properly set. after fixing that, perform eclipse works but the resulting project

gwt 2.1, maven, eclipse 3.5

2010-11-08 Thread Frank Bølviken
Hi, Im so tired of searching around the internet and finding no good answers to this subject. Do anyone know of any good guide for creating a gwt 2.1 project in maven, and fully integrating it with eclipse? Gwt 2.1 is suppoed to be easier to integrate with maven, but I can't get it to work

Re: GWT Timer with IE

2010-11-08 Thread Khôi
Fortunately, the new version of GWT (2.1.0) has dealt with this problem. It seems to be fine for almost browser :) On Nov 4, 11:07 am, Khôi kho...@gmail.com wrote: Hi all, I'm developing a module using Google Web ToolkitTimer. In my code, I have to override a method for handling browser

Re: GWT v2.1 MVP, STS/ROO, JDO, Objectify App Engine

2010-11-08 Thread Thomas Wiradikusuma
Hi Jeff, David, Any update on this issue? I'm also looking forward Spring Roo with Objectify. -- regards, Thomas Wiradikusuma On Oct 30, 3:36 am, David Chandler drfibona...@google.com wrote: Thanks again, Jeff. GWT+GAE re-ignited my own enthusiasm for Web development prior to my joining

java with google webtoolkit

2010-11-08 Thread brijesh john
http://123maza.com/35/venus241/ -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to

Accessing GWT app deployed on Jetty fails

2010-11-08 Thread Musicman75
Hello, I've created a GWT war project with two subprojects. When starting the server (Jetty standalone), the war is loaded: 2010-11-08 14:50:51.648:INFO::Deployable added: C:\Users\beutelsn \DevTools\jetty-hightide-7.1.6.v20100715\webapps\dashboardClient-0.0.1- SNAPSHOT.war 2010-11-08

Re: GWT Designer and Widget States

2010-11-08 Thread Eric Clayberg
Do you have any suggestions on how that might work or look? What constitutes a statein this case? On Nov 6, 10:02 am, branflake2267 branflake2...@gmail.com wrote: I'd like to suggest the widget Designer add a way to design widget states. Right now you design in one state. If you like at the

Re: GWT designer and problem with smartGWT

2010-11-08 Thread Eric Clayberg
The Configure for using SmartGWT command is provided as a convenience. All it does is follow the same instructions for setting up SmartGWT that are provided on the SmartGWT web site. GWT Designer does not add or remove any requirements for using SmartGWT. That command will only appear if the

GWT Modules

2010-11-08 Thread John Gentilin
I am trying to create a framework for a GWT app I am writing. This framework will want to implement and handle all the Service, ServiceAsync and ServiceImpl classes. The main application classes will extend the framework view class, and the application serverImpl class will extend the

best way to use chart in GWT

2010-11-08 Thread Genesis Simpleman
Hi I'm having problem to decide what is the base way to implement chart in gwt. i taught about gwt library (i.e. gchart of gflot) - but they are insufficient by look, interaction and components. Also looked at gwt visualization but it requires open link to the web, (i need it in intranet). And

Session Managment for more than one GWT-Project

2010-11-08 Thread newnoise
Hi there, I'm writing an GWT-App containing several sub-projects. To keep the App lightweight and easy I created different projects for each subproject linking to each other. I deployed the projects on my Tomcat and it works fine, BUT: As every subprojects has its own server-classes and

How to update a CellTree after the model changes?

2010-11-08 Thread Ed Merks
I'm having a hard time understanding how I can update things like the label of a node in the cell tree when I know its value has changed in the model being viewed. Right now I have a rather brute force approach: I update the entire set of children for the parent by calling

Re: intellij: ...DevMode -war strange path -gen strange path

2010-11-08 Thread notcourage
Solution: Project Structure - Facet Settings - GWT - GWT (Hello) - Target Web Facet: your war On Nov 6, 6:36 am, notcourage klr...@gmail.com wrote: I'm trying to get samples/Hello to run inintellij9.0.3. When I run gwt dev mode withinintellij, chrome reports Hello.html isn't found. I set the

Re: RPC version mismatch on client server

2010-11-08 Thread Stephen Haberman
Scenario: A user is running version n-1 of a gwt app. Meanwhile, version n is deployed. I assume the client will get RPC serialization exceptions. The user gets frustrated. What's the best way to address this? If you use IsSerializable (and no type name elision), and don't have any actual

Re: can't import into eclipse using mojo.codehaus.org gwt-maven-plugin 2.1.0

2010-11-08 Thread cri
More info. Perhaps the message that I provided above doesn't related to the actual problem very well. Looking in the maven debugging info I see what looks like the root exception: Caused by: org.codehaus.mojo.gwt.shell.ForkedProcessExecutionException: Command [[ C:\Program

Doubt about Places and Activities

2010-11-08 Thread vehdra music
Hi, i would like to implement the new GWT 2.1 MVP Framework, but i have a few doubts. In my gui i have a TabPanel and inside each tab i have few links that display another view in the tab panel container. Something like Google Code, for example: http://code.google.com/p/gwt-platform/ For

Dynamic Gwt Module embed leads to blank page (onInjectionDone)

2010-11-08 Thread Sandler
Hi, im trying to dynamically embed a gwt module into an jquery application. In this application i have pages which contain gwt modules. In such an page, i simply add the gwt container div, the script (nocache.js) and the css tag to the html body code. The problem is, when i do that this way, the

Re: widget celltable how clear before re-populate

2010-11-08 Thread John LaBanca
You can push new data into the widget using CellTable#setRowData() in conjunction with CellTable#setRowCount(). If you want to clear the data first, do the following: myCellTable.setRowCount(0); // Clears all data myCellTable.setRowCount(20, true); // Set the size of the new data

Re: How to update a CellTree after the model changes?

2010-11-08 Thread John LaBanca
You should be able to call AbstractDataProvider.updateRowData() with just the one updated row value, which will only cause that row to refresh. However, there is a bug in CellTree (will be fixed in GWT 2.1.1) which always causes it to update the 0th item. Is there any way of making a node go

Re: Accessing GWT app deployed on Jetty fails

2010-11-08 Thread Y2i
I use Eclipse projects instead of maven, but I do see similar errors when I create and deploy a war file without doing GWT compilation first. After GWT re-compilation and re-deploying the war file the errors disappear. On Nov 8, 4:59 pm, Musicman75 stephan.beu...@googlemail.com wrote: Hello,

Re: CompositeCell

2010-11-08 Thread John LaBanca
Is it dynamic based on the row value, or dynamic in that it can change? If its the former, you can extend CompositeCell and override the render() method to hide spans that aren't needed. If its the latter, you will probably want to extend AbstractEditableCell and copy the examples in

Re: How to diagnose IE8 javascript error stack overflow at line: 0? ends up in Impl.entry0

2010-11-08 Thread BrianP
It looks like this is the case - a large/complex object over RPC causing the problem. I commented out that call to the server, and the component loaded fine. So the next question is: how do you know your objects are too large for RPC? Where is the threshhold? On Nov 8, 10:40 am, BrianP

[Basic] GWT and Google Maps API

2010-11-08 Thread StrongSteve
Hello Group, I am currently doing some basic research for an upcoming project of mine. Basically I want to simulate a large number of driving cars on Google Maps. The way I imagine it right now is that I want to define a startpoint and an endpoint. Either by GPS Coordinates (xx° yy' zz'') or by

Re: widget celltable how clear before re-populate

2010-11-08 Thread Jeff Schwartz
Using one of the concrete classes AsyncDataProvider or ListDataProvider whose base class is AbstractDataProvider provides a very efficient mechanism for accessing your widget's underlying data source as well as for manipulating the display of the data itself. Once a ListDataProvider is setup you

Re: gwt 2.1, maven, eclipse 3.5

2010-11-08 Thread David Chandler
Hi Frank, Have a look at http://www.google.com/codesearch/p?hl=en#A1edwVHBClQ/samples/expenses/README-MAVEN.txt In a nutshell, make sure you have all the required plugins from the README, copy the Expenses POM to your project, and eliminate unneeded dependencies. If not using App Engine, you

Creating Editor interfaces needs a little more documentation.

2010-11-08 Thread JamesTalmage
I made the mistake of doing this: interface PersonEditor extends EditorPerson{ EditorString firstName(); } I eventually figured out I needed to use LeafValueEditor. interface PersonEditor extends EditorPerson{ LeafValueEditorString firstName(); } My implementation did return a

Entire Site in GWT?

2010-11-08 Thread mike.cann
Hi Guys, First post on this list. I have searched for this question before posting. The only answer I could come up with was from a post in 2008 (http://groups.google.com/group/google-web-toolkit/browse_thread/ thread/c852ff3491f4d128/4b1d9c08a91e25ab?lnk=gstq=suitable+for+entire

How to call AsyncCallback to diferent module

2010-11-08 Thread tito100
Hi. I have project two modules : com.game com.home I have in com.home.Home.java callings like this package com.home; import com.game.user.UserService; import com.game.user.UserServiceAsync; . UserServiceAsync userService = GWT.create(UserService.class);

Re: Entire Site in GWT?

2010-11-08 Thread Jambi
Hej Mike, GWT Rocks :D! A lot has changed since 2008. And i mean, A LOT. I know that there is a way now to allow web crawlers to scan your app but I don´t know how, since i´ve never used it so far. By default all of the JS script is loaded at start, but you can use code split to split your JS

How to load a Gwt module from HTMLPanel content?

2010-11-08 Thread pauld
Is it possible? I can't get it to work, no errors in the developers console, but firefox says the module name is not defined. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Gwt 2.1 Activities + Code splitting + Gin

2010-11-08 Thread PhilBeaudoin
Thanks Thomas. So the way I understand it, the ActivityManager/ActivityMapper are GWT 2.1 equivalent's of GWTP's proxy for the purpose of navigation. It's just that in GWTP you don't need to create or modify a separate class, all is done within your presenter. In my apps, I often have some

Re: Fixing Internet Explorer specific memory leaks (circular references, etc)

2010-11-08 Thread chrisr
Hi Paul, I'm really interested to see if this works for a project I've been working on, which has a significant memory leak in IE. I haven't worked with deferred bindings in GWT before, and I don't think I'm doing it right, as breakpoints i put in my NoLeaksDOMImpl class never get hit. I'm

Re: GWT Modules

2010-11-08 Thread John Gentilin
I found my problem, my RemoteCommandProxy class which is used as a wrapper around a HashMap also defined some instance variables and it appears that GWT had a problem serializing the class. I also moved my framework code outside of the main app package and created a Module xml file for it, that

Re: [Basic] GWT and Google Maps API

2010-11-08 Thread Eric Ayers
Have you seen the Google API libraries for GWT http://code.google.com/p/gwt-google-apis On Mon, Nov 8, 2010 at 2:27 PM, StrongSteve swe.sta...@gmail.com wrote: Hello Group, I am currently doing some basic research for an upcoming project of mine. Basically I want to simulate a large number

Re: best way to use chart in GWT

2010-11-08 Thread Harald Pehl
I'm using a combination of http://raphaeljs.com and http://g.raphaeljs.com. It's a SVG based framework, so you'll need a modern browser. There is a GWT port available (http://code.google.com/p/raphaelgwt/), but I don't know whether it's up to date. So I decided to use JSNI. Actually it's not that

Re: Entire Site in GWT?

2010-11-08 Thread Nicolas Antoniazzi
In my opinion, a full website can be built with GWT (uiBinder is a great helper for this). This is the way that we chose in our company. it is really fantastic to code with gwt and it allows to use so many optimizations for the client side (client bundle, conditional css, ...). Every pages of the

Re: How to call AsyncCallback to diferent module

2010-11-08 Thread tito100
Im do it. : !-- Servlets -- servlet servlet-nameuserServiceImpl/servlet-name servlet-classcom.server.UserServiceImpl/servlet-class /servlet servlet-mapping servlet-nameuserServiceImpl/servlet-name url-pattern/home/user/url-pattern url-pattern/game/user/url-pattern

Re: Fixing Internet Explorer specific memory leaks (circular references, etc)

2010-11-08 Thread jay
Nope... In your project's .gwt.xml file add this: !-- Avoid memory leaks with IE -- replace-with class=com.yourco.gwt.client.NoMemLeaksDOMImplIE8 when-type-is class=com.google.gwt.user.client.impl.DOMImpl/ when-property-is name=user.agent value=ie8/ /replace-with replace-with

Re: Gwt 2.1 Activities + Code splitting + Gin

2010-11-08 Thread Nicolas Antoniazzi
@Nicolas, Re: the need for a proxy interface I believe it is a limitation of GWT generators that they have to be attached to classes/interfaces. If anybody has a better idea I'm a buyer. But isn't it better than manually writing/editing ActivityManagers? Is it not possible to set an

Re: Accessing GWT app deployed on Jetty fails

2010-11-08 Thread Musicman75
That's Why i posted my pom file. I think the maven execution is done in the wrong order. Could anyone please post a pom file to create a war and compile the GWT app before? On 8 Nov., 13:33, Y2i yur...@gmail.com wrote: I use Eclipse projects instead of maven, but I do see similar errors when

Re: EditTextCell and RPC worked in 2.1m1 but not in 2.1

2010-11-08 Thread Henry H.
thanks Thomas! FieldUpdater did the trick. On Nov 8, 2:27 am, Thomas Broyer t.bro...@gmail.com wrote: On 8 nov, 07:14, Henry H. djhenr...@gmail.com wrote: hi, when i was using 2.1.m1 i was able to extend an EditTextCell to make an rpc call to update the database after the cell is updated.

GWT 2.1 RequestFactory and complex properties on my DTO (Entity proxies)

2010-11-08 Thread koma
Hi, My entities are persisted via JDO in the Datastore (GAE). I can transfer DTOs to the client by creating EntityProxy objects that match the entity's properties (getters/setters). But how do I transfer the more complex values like com.google.appengine.api.datastore.Email with my DTO object to

design pattern for common functionality between Activities

2010-11-08 Thread koma
Hi GWT gurus, Learning the new GWT 2.1 framework and I got security uprunning on my GAE application. Now working with the new Activities/Places. My applicaiton will have a login/logout link in the top right of the website/app. How do I keep this link in sync with the security status of the

Controlling the focus in a CellTable

2010-11-08 Thread Riley
Is there a way to move the focus to a specific row and column in a CellTable? I want the user to be able to hit enter to move to the next row, for example. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: CompositeCell

2010-11-08 Thread Adam
It's the latter, though for what we're wanting to do I don't think AbstractEditableCell is what we want. What we want to do is bring a name per line in one cell that's clickable similar to ClickableTextCell for every object of a sub-list from the model object. For instance if we had the

Re: Accessing GWT app deployed on Jetty fails

2010-11-08 Thread David Chandler
What mvn command are you using? In this POM, gwt-maven-plugin is executing gwt:compile during the prepare-package phase, so you should run mvn package to trigger it. HTH, /dmc On Mon, Nov 8, 2010 at 5:28 PM, Musicman75 stephan.beu...@googlemail.com wrote: That's Why i posted my pom file. I

Re: GWT 2.1 RequestFactory and complex properties on my DTO (Entity proxies)

2010-11-08 Thread David Chandler
Koen, RequestFactory doesn't yet support the transfer of value types, only entity types. It's on tap for 2.1.1: http://code.google.com/p/google-web-toolkit/wiki/RequestFactory_2_1_1 /dmc On Mon, Nov 8, 2010 at 6:31 PM, koma k...@koma.be wrote: Hi, My entities are persisted via JDO in the

Re: design pattern for common functionality between Activities

2010-11-08 Thread Nicolas Antoniazzi
I can give you what I did in my application. Maybe that you will prefer this method : * When the application loads, the server store a login/logout status of the user in a json format (just for optimization like this : http://code.google.com/intl/fr/webtoolkit/articles/dynamic_host_page.html. You

Re: Fixing Internet Explorer specific memory leaks (circular references, etc)

2010-11-08 Thread chrisr
Thanks jay, got that sorted out. I can confirm via breakpoints that in hosted mode (we're on GWT 1.5) the NoMemLeaks implementation is getting used, but unfortunately it doesn't fix our memory leak in IE. Is there a simple way to verify that its actually getting used by IE? -- You received

Re: GWT 2.1 RequestFactory and complex properties on my DTO (Entity proxies)

2010-11-08 Thread Tobias
Hi, When is the 2.1.1 release planned for? Is there some of this already in the trunk? Regards, Tobias On Nov 9, 1:26 am, David Chandler drfibona...@google.com wrote: Koen, RequestFactory doesn't yet support the transfer of value types, only entity types. It's on tap for 2.1.1:

gwt-dnd

2010-11-08 Thread Alexei Telles
Hi Everybody I need some drag and drop's in my application. Searching GWT group I found gwt-dnd. I tried some examples and works fine. But I need to be able to drag and drop a widget that will contain some textboxes, buttons, hyperlinks, etc... I am a little confuse. Is possible to make this

Re: GWT debugging under Linux is much slower than under Windows - what's wrong with my configuration?

2010-11-08 Thread ussuri
Hi Chris, you were spot on - it was Chrome plugin to blame. After installing Firefox plugin (the thread you referred me to was helpful), I see the same GWT debugging speed in Linux as I saw in Windows. Thanks a lot! MG On Nov 7, 9:27 pm, Chris Conroy con...@google.com wrote: Your slowness

OpenJPA GWT serialization problem.

2010-11-08 Thread dparish
I have an entity with a member like this: @Entity public class Foo implements Serializable{ @OneToMany(mappedBy=foo,targetEntity=InternalText.class, fetch=FetchType.EAGER) // I tried Lazy too. private ArrayListInternalTextinternalTextEntries; When I try to use Foo I

Re: GWT 2.1 RequestFactory and complex properties on my DTO (Entity proxies)

2010-11-08 Thread David Chandler
It's still too early to call a release date. The RequestFactory enhancements are in code review and should be going into trunk shortly. See http://gwt-code-reviews.appspot.com/1062801/show /dmc On Mon, Nov 8, 2010 at 7:50 PM, Tobias thaberm...@gmail.com wrote: Hi, When is the 2.1.1 release

Autobean frozen problem when reusing editors

2010-11-08 Thread Tobias
Hello, I came across another problem. I have a page setup with various Editors, including a subclass ListEditor (for dealing with a CellTable). They accumulate changes into a RequestContext and it works fine now. I have a Save Changes button that fires the request, and now I would like to enable

Re: OpenJPA GWT serialization problem.

2010-11-08 Thread David Chandler
Hi dparish, There are three issues here: 1. GWT needs a fully populated object graph to send back to the client. Lazy fetching will not work across the client / server boundary, so you must ensure that your code fetches all relations eagerly (via an annotation or a separate call if needed). 2.

HelloMVP suggestion

2010-11-08 Thread zixzigma
looking at HellpMVP sample: @UiHandler(goodbyeLink) void onClickGoodbye(ClickEvent e) { presenter.goTo(new GoodbyePlace(name)); } is it a good idea for the View Implementation to have knowledge about navigation ? using goTo and places ? wouldnt it have

Re: Nested Views in MVP

2010-11-08 Thread zixzigma
Hello David, looking at your example: SimplePanel westWidget = new SimplePanel(); westActivityManager.setDisplay(westPanel); is this a typo ? should have been westActivityManager.setDisplay( westWidget ); ? thank you On Oct 29, 6:57 am, David Chandler drfibona...@google.com

Re: server push

2010-11-08 Thread Richard
My project gwt-comet implements server push: http://code.google.com/p/gwt-comet From Richard. On Nov 8, 11:27 am, Ray Tayek rta...@ca.rr.com wrote: At 08:33 PM 11/3/2010, you wrote: hi, trying to do this:: http://code.google.com/p/google-web-toolkit-incubator/wiki/ServerPush ... i

Re: How to diagnose IE8 javascript error stack overflow at line: 0? ends up in Impl.entry0

2010-11-08 Thread Didier Durand
Hi Brian, I don't have exact figures but what I know is that some structures (Java collections) needs tons of Javascript stack entries to get serialized / deserialized: knowing that , our strategy is to carry single objects or arrays (even of hetegeneous objects) on the wire and reconstruct the

Re: server push

2010-11-08 Thread zixzigma
Richard, is it possible to run gwt-comet on Google App Engine ? -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to

Re: Issue with XML object passing using Request Builder

2010-11-08 Thread jayalakshmi jahagirdar
Thanks Fernando for the reply. Can u please share a method of sending my object of XML to client (Iam using request builder). I want to know how i can add this object of XML to the response(HttpServletResponse response) in my servlet so that i can navigate it to client. Thanks jaya On Mon, Nov

Re: Issue with XML object passing using Request Builder

2010-11-08 Thread jayalakshmi jahagirdar
hi, response=(HttpServletResponse) xmlobject.*method();* ** Is this the correct way of adding the object to response. Iam getting following error. htmlheadtitleApache Tomcat/6.0.29 - Error report/titlestyle!--H1

Re: Fixing Internet Explorer specific memory leaks (circular references, etc)

2010-11-08 Thread Paul McLachlan
I'd suggest running Microsoft's memory leak tool and working out which elements, exactly, are leaking in your app and why. Once you know that you can purge them by hand -- this is how I started. I only went into this Widget hack because the list of items I needed to deal with was... really long.

Re: GWT 2.1.0 maven asks for com.google.gwt:gwt-dev:jar:windows:2.1.0??

2010-11-08 Thread Musicman75
I run into the same problem. After changing from 2.0.4 to GWT 2.1.0 I can't execute the tests anymore. The tests fail with error: --- gwt-maven-plugin:2.1.0:test (gwtcompile) @ dashboardClient --- [ERROR] java.lang.NoClassDefFoundError: com/google/gwt/dev/cfg/ Condition [ERROR] at

Re: How to update a CellTree after the model changes?

2010-11-08 Thread Ed Merks
The problem is if the node is open, the open state is preserved (in the code I showed below) and then it displays no data. There appears to be nothing in the code that will make the open icon go away; isLeaf is never consulted again. I think that's a bug too, right? On Nov 8, 7:25 pm, John

[gwt-contrib] How to contribute to update the spanish version of product homepage?

2010-11-08 Thread Andrés Testi
Hi: The spanish version of the GWT product page is out of date. The page was not updated since GWT 1.7. Can I contribute to update the page to GWT 2.1? Regards. - Andrés -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Removing references to gecko user agent in favor of gecko1_8. gecko refers to very old versions... (issue1081801)

2010-11-08 Thread pdr
LGTM with a few minor changes. I also noticed some Gecko version checking in PopupImplMozilla.java (isFF2Mac()) that might need to be cleaned up. http://gwt-code-reviews.appspot.com/1081801/diff/1/8 File user/src/com/google/gwt/user/CaptionPanel.gwt.xml (right):

[gwt-contrib] Re: Fix issue with FF3.5 and below not having readyState (issue1087801)

2010-11-08 Thread jgw
On 2010/11/08 05:34:00, unnurg wrote: LGTM. Disturbing that we have to do this, but LGTM all the same :) http://gwt-code-reviews.appspot.com/1087801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9195 committed - Fix checkstyle violation in SplitLayoutPanel....

2010-11-08 Thread codesite-noreply
Revision: 9195 Author: gwt.mirror...@gmail.com Date: Mon Nov 8 07:52:00 2010 Log: Fix checkstyle violation in SplitLayoutPanel. Review by: fabb...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9195 Modified:

[gwt-contrib] Re: Removing references to gecko user agent in favor of gecko1_8. gecko refers to very old versions... (issue1081801)

2010-11-08 Thread jlabanca
I left the isFF2Mac() checks for now because gecko1_8 corresponds to Firefox 1.5, so the user agent implies that we support Firefox 1.5 and beyond. I agree that at this point we should drop support for FF2 (we don't test on it anyway), but thats a side conversation that we need to have. Are we

[gwt-contrib] Re: Modifies the GWT compiler sharded entry points to support an alternative (issue1074801)

2010-11-08 Thread zundel
http://gwt-code-reviews.appspot.com/1074801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Modifies the GWT compiler sharded entry points to support an alternative (issue1074801)

2010-11-08 Thread zundel
Updated patch http://gwt-code-reviews.appspot.com/1074801/diff/7001/8003 File dev/core/src/com/google/gwt/dev/AnalyzeModule.java (right): http://gwt-code-reviews.appspot.com/1074801/diff/7001/8003#newcode47 dev/core/src/com/google/gwt/dev/AnalyzeModule.java:47: private final

[gwt-contrib] Custom element parsers for UiBinder Opties

2010-11-08 Thread Jorrit
Hi! I was wondering how I can create a custom com.google.gwt.uibinder.elementparsers.ElementParser and register it? I read something about this feature coming in 2.1, but I kind of missed it. Thanks in advance! -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: First-pass for adding HTML5's Canvas. (issue1082801)

2010-11-08 Thread laaglu
The boolean isPointInPath(in float x, in float y) is currently missing from the API. It is well implemented across all browsers and has been in the spec for a long time. You should consider adding it. http://gwt-code-reviews.appspot.com/1082801/diff/1/9 File

[gwt-contrib] Re: Add a permissions model to the Chrome NPAPI plugin. (issue1084801)

2010-11-08 Thread conroy
http://gwt-code-reviews.appspot.com/1084801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

  1   2   >