Re: This is getting beyond a joke

2010-07-14 Thread David Chandler
of future releases. David Chandler GWT Developer Relations Atlanta, GA USA On Jul 14, 9:15 pm, David Vree david.h.v...@gmail.com wrote: Thanks for that. On Jul 14, 6:37 pm, monkeyboy dilbert.elbo...@gmail.com wrote: Nice. From 23 to 37 stars in less than a day. On Jul 14, 9:09 am, monkeyboy

Re: This is getting beyond a joke

2010-07-16 Thread David Chandler
as well? Thanks, Justin On Jul 14, 10:18 pm, David Chandler drfibona...@google.com wrote: Hangtight,folks,we'reon it. Ashasbeennotedin thisthread,GWT itself is not built with maven, so it's not a 100% automated process to push to maven central. Butwe'reworking hard to getgwt-user-2.0.4

Re: This is getting beyond a joke

2010-07-16 Thread David Chandler
and needs the whole transitive closure to be available from central. For the same reason, I can't depend upon a SNAPSHOT version of the gwt-maven-plugin. Thanks, Justin On Jul 16, 4:12 pm, David Chandler drfibona...@google.com wrote: Done. Announcement here:http

Re: 2.1 Documentation

2010-08-18 Thread David Chandler
to be available with the 2.1 release. /dmc David Chandler Google Web Toolkit Team On Aug 17, 11:40 am, Thomas Broyer t.bro...@gmail.com wrote: On 16 août, 03:58, Bayard Randel k...@bestpractice.org.nz wrote: Hi there, Is there any preliminary documentation around the new features in 2.1

Re: MVP Framework? Am I missing something?

2010-08-26 Thread David Chandler
third-party open source MVP frameworks you may to check out: gwt-presenter / gwt- dispatch, gwt-platform, and guit come to mind. Hope that helps, /dmc David Chandler Google Web Toolkit Team On Aug 25, 11:58 am, Toji toj...@gmail.com wrote: I feel like I'm missing something here. Looking

Re: Invalid version number errror after upgrading from 2.1 M2 to M3

2010-08-26 Thread David Chandler
You may also need to clear browser cache to refresh the hosted.html file which the plugin uses to read the version. /dmc David Chandler Google Web Toolkit Team On Aug 26, 9:06 am, Gal Dolber gal.dol...@gmail.com wrote: Remove the generated folder in the war directory and run again. 2010/8/26

Re: GWT eat your own dogfood ? Future of GWT ?

2010-08-26 Thread David Chandler
at the expense of stability. As for the @CssResource issue, if this is still unresolved for you, please star issue 4903 (http://code.google.com/p/google-web-toolkit/ issues/detail?id=4903) and we'll revisit it. /dmc David Chandler Google Web Toolkit Team On Aug 26, 4:40 am, stuckagain david.no...@gmail.com

Re: GWT eat your own dogfood ? Future of GWT ?

2010-08-26 Thread David Chandler
Chris, Unfortunately, we have to manually approve posts from new members to control spam. We typically review postings from new members several times a day. After that, your posts should appear immediately. /dmc David Chandler Google Web Toolkit Team On Aug 26, 9:06 am, chrisr chris.robert.rowl

Re: GWT 2.1 M3 is now available

2010-08-30 Thread David Chandler
Recompile your GWT application and clear browser cache. This will update the stale hosted.html that the plugin uses to determine the version. /dmc On Aug 26, 1:22 pm, Jason Stratton jason.e.strat...@gmail.com wrote: I seem to have got it right now: repositories repository   idgwt-dev/id  

Re: clearing or preventing double-click selection

2010-09-14 Thread David Chandler
This will disable text selection altogether: protected native static void disableTextSelectInternal(Element e, boolean disable) /*-{ if (disable) { e.ondrag = function () { return false; }; e.onselectstart = function () {

Re: GWT 2.1M3 Expenses

2010-09-16 Thread David Chandler
Which class is not found? Do you have json-20090211.jar in your classpath? /dmc On Sep 16, 1:38 am, Rud rudmerr...@gmail.com wrote: Thomas, Thanks, that let me make some headway but not there yet. My web.xml now has: servlet    servlet-namerequestFactory/servlet-name    servlet-

Re: Datastore

2010-09-24 Thread David Chandler
You can use any of GWT's client / server protocols to connect to a servlet running on App Engine that in turn calls the Datastore. See the App Engine docs and forum for Datastore questions. The following links may help on the GWT side:

Re: How to import Expenses project into Eclipse?

2010-09-27 Thread David Chandler
Run mvn clean package eclipse:eclipse, then import your project into Eclipse. Eventually, you will not have to run mvn package first, but currently this is necessary to trigger DataNucleus enhancement as well as the war:war goal which copies static resources into place. /dmc On Sep 27, 4:10 am,

Re: Cannot specify different version of App Engine SDK

2010-10-01 Thread David Chandler
Hi Hez, The current plugin does not show the selected GAE SDK correctly; however, when you select a specific SDK, it does in fact take effect. The next version of the plugin will use the Maven-specified version as you would expect. /dmc David Chandler Developer Programs Engineer, Google Web

Re: Opening Multiple Windows

2010-10-08 Thread David Chandler
/3a417ed277fed05e?lnk=gstq=multiple+windows#3a417ed277fed05e), but it's easier to use a PopupPanel if you don't need an entirely new browser window. /dmc David Chandler Developer Programs Engineer, Google Web Toolkit Atlanta, GA USA On Oct 8, 2:36 am, alexoffspring alessales...@gmail.com wrote

Re: GWT 2.1.RC1 Expenses Sample Failure

2010-10-15 Thread David Chandler
data, then Expenses.html to use the app. The project will import into Eclipse using m2eclipse or mvn eclipse:eclipse. To run from Eclipse with Run as | Web Application, there's still a GPE fix coming... -- David Chandler Developer Programs Engineer, GWT On Oct 14, 4:30 pm, DataSurfer datasur

Re: How to import Expenses project into Eclipse?

2010-10-15 Thread David Chandler
See this thread for an update: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/f166bf388068e0c -- David Chandler Developer Programs Engineer, GWT On Oct 14, 10:00 pm, superdama zack...@gmail.com wrote: I figure out to run gwt:expense sample via mvn command line

Re: help:Serialize/Deserialize a gwt gui to/from an XML (template)

2010-10-20 Thread David Chandler
://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: Custom Editor/RequestFactory for CellTable

2010-10-20 Thread David Chandler
...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- You received this message because you are subscribed to the Google

Re: Refresh and back button not working

2010-10-21 Thread David Chandler
to make the 'Back/Forward' browser buttons work. But the 'Refresh' button does not work. When I click 'Refresh' button the page shows 'GWT Code Server disconnected'. Any ideas on how can I make the 'Refresh' button of the browser work. Regards On Fri, Oct 15, 2010 at 6:06 PM, David Chandler

Re: createLoginUrl not working in gwt dev mode (GWT and GAE tutorial)

2010-10-21 Thread David Chandler
-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- You received this message because you are subscribed

Re: GWT 2.1 hellomvp using GIN

2010-10-21 Thread David Chandler
+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- You received this message because you are subscribed

Re: BROKEN javax.validation.* added to gwt-servlet-2.1-SNAPSHOT-javadoc.jar

2010-10-21 Thread David Chandler
+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- You received this message because you are subscribed

Re: EntityProxy + JDO enum handling

2010-10-22 Thread David Chandler
-generated GWT scaffolding for my app, or if I should scrap my approach and try and stick to GWT 2.0? Thanks, Sankalp On Oct 21, 5:17 pm, BB buchholz.bast...@googlemail.com wrote: Thank you! On Oct 20, 2:54 pm, David Chandler (Google) drfibona...@google.com wrote: I filed thishttp

Re: Authentication

2010-10-22 Thread David Chandler
email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- You received this message

Re: Need help

2010-10-22 Thread David Chandler
-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- 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

Re: xml file with gwt

2010-10-22 Thread David Chandler
. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- You received this message because you are subscribed to the Google Groups Google Web

Re: GWT 2.1 hellomvp using GIN

2010-10-22 Thread David Chandler
Activity, depending on the ActivityManager and the display region. An ActivityMapper could choose to ignore the Place.getActivty() method, but it might be awkward. We'd love some feedback on this and to see what other people are doing. - Amir On Oct 21, 12:15 pm, David Chandler drfibona

Re: GWT 2.1 hellomvp using GIN

2010-10-22 Thread David Chandler
. We'd love some feedback on this and to see what other people are doing. - Amir On Oct 21, 12:15 pm, David Chandler drfibona...@google.com wrote: Hi Yuan, Unfortunately, the mere mention of a need for something does not imply its current availability :-) I wrote the Activities

Re: GWT + Spring 3.0 + hibernate references and easy guides

2010-10-22 Thread David Chandler
group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler

Re: GWT 2.1 hellomvp using GIN

2010-10-22 Thread David Chandler
with the current design of the mappers. Of course, I may simply be missing the key. -Richard On Oct 22, 10:34 am, David Chandler drfibona...@google.com wrote: Thanks for sharing your code also, Aodhagán. As both you and Amir have pointed out, there is not necessarily a 1:1 correspondence

Re: Help Needed: Bidding System with GWT

2010-10-22 Thread David Chandler
options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Expenses Example Problem with Maven

2010-10-25 Thread David Chandler
from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- You

Re: GWT RPC and security of the data in the client

2010-10-25 Thread David Chandler
group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler

Re: gwt 2.1 - what is correct DAO architecture while using RequestFactory?

2010-10-26 Thread David Chandler
this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- You received

Re: GWT 2.1 gwt-servlet sources JAR

2010-10-27 Thread David Chandler
, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- You received

Re: Spring Login Page - GWT 2.0 - SOP

2010-10-28 Thread David Chandler
group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David

Announcing GWT 2.1

2010-10-28 Thread David Chandler
GWT 2.1 is here! http://googlewebtoolkit.blogspot.com/2010/10/announcing-final-release-of-gwt-21.html -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- You received this message because you are subscribed to the Google Groups Google

Re: Announcing GWT 2.1

2010-10-28 Thread David Chandler
Camechis camec...@gmail.com wrote: AWESOME On Thu, Oct 28, 2010 at 2:21 PM, Christian Goudreau goudreau.christ...@gmail.com wrote: Hell yeah ! Good work ! Cheers, On Thu, Oct 28, 2010 at 2:12 PM, David Chandler drfibona...@google.com wrote: GWT 2.1 is here! http

Re: Announcing GWT 2.1

2010-10-28 Thread David Chandler
, 2010 at 3:05 PM, David Chandler drfibona...@google.com wrote: sounds like http://code.google.com/p/google-web-toolkit/issues/detail?id=5503 Please follow up on the bug tracker with more info. Are you seeing this in hosted mode, full compile, or Google Plugin for Eclipse? Thank you, /dmc

Re: Announcing GWT 2.1

2010-10-28 Thread David Chandler
incorrectly? Congratulations on the release! Tim Mecklem On Oct 28, 2:12 pm, David Chandler drfibona...@google.com wrote: GWT 2.1 is here! http://googlewebtoolkit.blogspot.com/2010/10/announcing-final-release... -- David Chandler Developer Programs Engineer, Google Web Toolkithttp

Re: Announcing GWT 2.1

2010-10-28 Thread David Chandler
. On Oct 28, 3:45 pm, David Chandler drfibona...@google.com wrote: Hi Tim, gwt-soyc-vis.jar is intentionally not in the maven repo because all the functionality has been moved into gwt-dev.jar. You should be able to remove the dependency on gwt-soyc-vis from your POM. Thank you, /dmc On Thu, Oct

Re: upgrade GWT 2.0.4 to 2.1

2010-10-28 Thread David Chandler
this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- You

Re: gwt-maven-plugin from Google and Codehaus

2010-10-28 Thread David Chandler
-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- 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

Re: gwt-maven-plugin from Google and Codehaus

2010-10-28 Thread David Chandler
reported that wiping their local repo resolved plexus issues. HTH, On Thu, Oct 28, 2010 at 5:43 PM, Hilco Wijbenga hilco.wijbe...@gmail.com wrote: On 28 October 2010 14:29, David Chandler drfibona...@google.com wrote: What happens if you delete org/codehaus/plexus from your local maven repo

Re: Ayuda

2010-10-28 Thread David Chandler
Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David

Re: Nested Views in MVP

2010-10-29 Thread David Chandler
. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler

Re: gwt FormPanel servlet integration

2010-10-29 Thread David Chandler
://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: Announcing GWT 2.1

2010-10-29 Thread David Chandler
(Launcher.java:430)     at org.codehaus.classworlds.Launcher.main(Launcher.java:375) What version must i use?? Thanks Giuseppe 2010/10/28 David Chandler drfibona...@google.com You're welcome, Tim. Thanks for posting back. /dmc On Thu, Oct 28, 2010 at 4:07 PM, tim.meck...@gmail.com

Re: gwt-maven-plugin from Google and Codehaus

2010-10-29 Thread David Chandler
, Hilco Wijbenga hilco.wijbe...@gmail.com wrote: On 28 October 2010 16:55, Hilco Wijbenga hilco.wijbe...@gmail.com wrote: On 28 October 2010 15:09, David Chandler drfibona...@google.com wrote: If that doesn't help, your best bet is to try it with a fresh local maven repo. Users on another thread

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

2010-10-29 Thread David Chandler
-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- 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

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

2010-10-29 Thread David Chandler
to implement business rules so their support will be greatly appreciated. Thanks again. Jeff On Fri, Oct 29, 2010 at 2:39 PM, David Chandler drfibona...@google.com wrote: Hi Jeff, Thanks for the kudos. I have limited understanding of Roo, but I believe you can modify the code generation

Re: Announcing GWT 2.1

2010-11-01 Thread David Chandler
-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- You

Re: Injecting EventBus with GIN

2010-11-01 Thread David Chandler
at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group

Re: Announcing GWT 2.1

2010-11-01 Thread David Chandler
that this will evolve. Again, thank you. Jeff On Mon, Nov 1, 2010 at 11:56 AM, David Chandler drfibona...@google.com wrote: Hi Jeff, GWT 2.1 has no dependency on Roo. It is very much our intent that you should be able to create GWT apps with or without Roo. The latter offers some conveniences

Re: Communication with the Server + MVP

2010-11-01 Thread David Chandler
email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google

Re: Communication with the Server + MVP

2010-11-01 Thread David Chandler
://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- 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

Re: Problems with JDO

2010-11-02 Thread David Chandler
. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http

Re: Problems with JDO

2010-11-02 Thread David Chandler
Sorry, Guarav, my last message was for Caio, the original poster. Thanks for your assistance anyhow :-) /dmc On Tue, Nov 2, 2010 at 4:13 PM, David Chandler drfibona...@google.com wrote: Hi Guarav, If you're using JDO on App Engine, please use the App Engine forum for your question instead

Re: Database data and GWT applications

2010-11-03 Thread David Chandler
/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- 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

Re: RequestFactory and Collections

2010-11-03 Thread David Chandler
...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http

Re: Nested Views in MVP

2010-11-03 Thread David Chandler
, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: Problems while upgrading a GWT maven project from GWT 2.1 SNAPSHOT to GWT 2.1.0 final release

2010-11-03 Thread David Chandler
-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http

Re: Application works in devlopment mode but not in war file

2010-11-03 Thread David Chandler
. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer

Re: Nested Views in MVP

2010-11-03 Thread David Chandler
at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: Problems while upgrading a GWT maven project from GWT 2.1 SNAPSHOT to GWT 2.1.0 final release

2010-11-04 Thread David Chandler
, David Chandler drfibona...@google.com wrote: Hi vsdev, I think you're the 3rd person to run into the plexus error on the list. As far as I know, starting with a fresh local maven repo resolves it. Please post back with your progress. /dmc On Wed, Nov 3, 2010 at 4:27 PM, vsdev vsommerf

Re: Problems while upgrading a GWT maven project from GWT 2.1 SNAPSHOT to GWT 2.1.0 final release

2010-11-04 Thread David Chandler
the correct link? When do you plan to get the gwt-maven-plugin:1.3.2.google changes back into the gwt-maven-plugin? Volker On Nov 4, 3:50 pm, David Chandler drfibona...@google.com wrote: Hi Volker, See this thread for more info:https://mail.google.com/mail/?shva=1#apps/plexus

Re: Eclipse GWT and AppEngine - Local Task Queues no longer get executed

2010-11-04 Thread David Chandler
+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- You received this message because you are subscribed

Re: tips on speeding up development with Eclipse?

2010-11-04 Thread David Chandler
at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group

Re: gwt 2.1, maven, eclipse 3.5

2010-11-08 Thread David Chandler
+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- You received this message because you are subscribed

Re: Accessing GWT app deployed on Jetty fails

2010-11-08 Thread David Chandler
this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

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

2010-11-08 Thread David Chandler
. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com

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

2010-11-08 Thread David Chandler
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: http://code.google.com/p/google-web

Re: OpenJPA GWT serialization problem.

2010-11-08 Thread David Chandler
this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: OpenJPA GWT serialization problem.

2010-11-09 Thread David Chandler
to do that detach? On Nov 8, 8:20 pm, David Chandler drfibona...@google.com wrote: 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

Re: Nested Views in MVP

2010-11-09 Thread David Chandler
 westActivityManager.setDisplay( westWidget ); ? thank you On Oct 29, 6:57 am, David Chandler drfibona...@google.com wrote: Gene, Thank you for your thoughtful questions. As you have observed, Activities and Places do not directly support nesting, but there are a couple different ways you can implement

Re: 2.1 RequestFactory design frustrations

2010-11-10 Thread David Chandler
. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com

Re: gwt 2.1, maven, eclipse 3.5

2010-11-10 Thread David Chandler
...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- You received this message because you are subscribed to the Google Groups Google

Re: Class not supported by Google App Engine's Java Runtime Environment

2010-11-12 Thread David Chandler
...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- You received this message because you are subscribed to the Google

Re: GWT MVP Development with Activities and Places

2010-11-12 Thread David Chandler
. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer

Re: All I Want for Christmas is a powerful Widget Library from Google !

2010-11-18 Thread David Chandler
you run no-compromise AJAX on all modern browsers. Please do continue to share your Widget creations via the various GWT galleries on the Web! /dmc David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ On Sat, Nov 13, 2010 at 1:48 AM, zixzigma zixzi

Re: help interpreting compiler report for code splitting

2010-11-18 Thread David Chandler
something with java.util in one class, do it that way consistently everywhere in all classes so you get the max benefit of the downloaded java.util bytes. thanks for looking :) You're welcome. HTH, /dmc -- David Chandler Developer Programs Engineer, Google Web Toolkit http

Re: Google Plugin In Spring Source Toolkit seems to be wipping out the project on run.

2010-11-18 Thread David Chandler
, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer

Re: GWT MVP ActivityMapper with GIN

2010-11-19 Thread David Chandler
to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs

Re: inheritance in Services that are used by RequestFactory RequestContext classes

2010-11-23 Thread David Chandler
at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: inheritance in Services that are used by RequestFactory RequestContext classes

2010-11-23 Thread David Chandler
. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- You received this message because you are subscribed to the Google Groups Google Web

Re: TurnOff CompileReport

2010-11-23 Thread David Chandler
to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web

Re: RequestFactory, Objectify, saving a new object with collections

2010-11-23 Thread David Chandler
...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http

Re: Server Push with GWT

2010-11-23 Thread David Chandler
=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- 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

Re: RequestFactory, Objectify, saving a new object with collections

2010-11-23 Thread David Chandler
the time to share your advice! RB On Nov 23, 12:26 pm, David Chandler drfibona...@google.com wrote: Hi Richard, RequestFactory doesn't yet support arrays. Use ListT instead. Also ensure that your Proxy doesn't expose the Objectify Key type, as only entity types and a few value types are supported

Re: Server Push with GWT

2010-11-24 Thread David Chandler
this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- You

Re: is there a way to see or export the dynamic html?

2010-11-29 Thread David Chandler
to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit

Re: New to GWT

2010-11-29 Thread David Chandler
to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs

Re: Place image in object, send object over rpc, use hibernate to update database

2010-11-29 Thread David Chandler
://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- 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

Re: Large scale application development and MVP tutorial / no Places or Activities

2010-11-30 Thread David Chandler
email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- You received this message

Removing old maven repositories in GWT SVN

2010-11-30 Thread David Chandler
, the 2.1.0 repo in SVN will be moved underneath a new maven directory. There is no longer a need for it since 2.1.0 is in Maven Central, but it can still serve as a backup. -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- You received

Re: GWT 2.1 Activities – nesting? YAGNI ? - an exa mple of where you NEED it !

2010-11-30 Thread David Chandler
://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: How to prevent CSRF/XSRF when using RequestFactory

2010-11-30 Thread David Chandler
...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- You received this message because you are subscribed to the Google

Re: How to prevent CSRF/XSRF when using RequestFactory

2010-12-01 Thread David Chandler
December 2010 10:26, David Chandler drfibona...@google.com wrote: Hi Daniel, I haven't tested it yet, but I believe you can extend DefaultRequestTransport as discussed in this thread to set a request header containing your session ID or other XSRF token: http://groups.google.com/group/google

Re: never ending topic rich text editor

2010-12-02 Thread David Chandler
-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- David Chandler Developer Programs Engineer, Google Web Toolkit http

  1   2   3   4   5   >