Trying to run the sample projects from source

2011-07-21 Thread Dan Billings
I have checked out and successfully compiled the GWT source. Now I want to run some of the samples. I see in build.xml, for the "samples" target: Builds (or runs ${target} if set) the samples" Does anyone know what I need to do to set this ${target} so that I can get a sample to run? (e.g. ma

Re: Wave

2011-01-09 Thread Dan Billings
Start with Google's code. http://www.waveprotocol.org/ On Jan 9, 9:47 am, Deepak Singh wrote: > Hi All, > I also want to have UI like this. Any suggestion how to start this way.. > > > > > > > > On Sun, Jan 9, 2011 at 2:32 PM, wrote: > > Hi guys, > > > Could you please help me creating a interf

Re: Expenses example - cache warning

2010-12-02 Thread Dan Billings
Thank you so much for posting this solution! On Nov 26, 2:30 pm, David Sowerby wrote: > I compile the expenses example from trunk, but got the following > warning appearing every second or so: > > 26-Nov-2010 20:28:01 > com.google.gwt.sample.expenses.server.domain.Report > findReportEntriesBySear

Re: anything like smartgwt but totally compatible with gwt?

2010-11-11 Thread Dan Billings
Yeah I find it fully interoperable. On Nov 11, 7:17 am, gcstang wrote: > Not sure what you mean by interoperable, if you could give examples it > would help. > > I've been using SmartGWT for a while on an Admin type tool for our > commerce suite and so far it has been very useful. > > On Nov 10,

Re: HelloMVP suggestion

2010-11-09 Thread Dan Billings
Check out the I/O 2010 "Testing GWT apps" presentation by Daniel Danilatos. He makes a case for a "dumb view," where you basically just define a view listener and put your interesting logic there. Usually your listener will be your presenter. So in this case your listener would have onGoodbyeLink

Re: GWT 2.0, Maven, Google eclipse and TOMCAT, why didn't google build maven support?

2010-08-03 Thread Dan Billings
The maven-gae-plugin mvp archetype generates a very informative pom.xml that might help you put it all together. I would encourage anyone who has it working to post their pom here! On Aug 3, 2:08 pm, Hilco Wijbenga wrote: > On 3 August 2010 10:44, abby wrote: > > > Has anyone gotten these to wo

Re: CompileReport Explicit Eclipse instructions

2010-06-16 Thread Dan Billings
Thanks so much! On Jun 16, 11:53 am, Chris Conroy wrote: > On Wed, Jun 16, 2010 at 12:39 PM, Dan Billings wrote: > > Hi- > > > I seem to be unable to figure out how to generate a GWT report in > > Eclipse. > > > Under "Debug Configurations" for

CompileReport Explicit Eclipse instructions

2010-06-16 Thread Dan Billings
Hi- I seem to be unable to figure out how to generate a GWT report in Eclipse. Under "Debug Configurations" for "Web Application"It seems to me that it should be in the "Program arguments" section. However, when I do that I get this: Unknown argument: -compileReport Google Web Toolkit 2.0.0 Dev

Re: GWT with Mave

2010-06-15 Thread Dan Billings
Does anyone know an easy way to integrate App Engine with gwt-maven- plugin? The gae-maven-plugin archetypes are way outdated. I think it involves the noserver option, as well as some customization of gwt-maven-plugin (exploded war directory output to server WEB-INF folder??). I am going to try

Re: Feature Request : Authentication/Authorization built into GWT

2010-03-05 Thread Dan Billings
I think most of this would be useful in App Engine, plus a little bit of client-side sugar perhaps. Consider cross-posting this in the GAE forum. On Mar 5, 9:21 am, Marley wrote: > Authentication and Authorization is something a very large percentage > of Web Applications need.  I am Googling "G

Datanucleus entity serialization and GWT 2.0

2010-01-20 Thread Dan Billings
Does GWT 2.0 do anything to ease the pain of serializing datastore entities (e.g. Key) to be sent through GWT-RPC? I know Gilead is an option, but it needs an official update for 2.0. I emailed Bruno and he said he thinks GWT 2.0 addresses this, but I have not found evidence of that. Also an opt

Re: Using Gilead with GWT 2.0 ms1

2010-01-19 Thread Dan Billings
FYI A guy on sourceforge apparently made some more changes because it wasn't working for him. http://sourceforge.net/projects/gilead/forums/forum/957377/topic/3493335 On Dec 28 2009, 9:57 am, Trevor Skaife wrote: > RB, > > That's odd you had an error at that line, though it probably is a > diff