Re: MVP Framework in GWT 2.1 M1 ?

2010-05-27 Thread pjulien
It exists but the javadoc wasn't included for some reason. A presenter is called "Activity". I'm guessing to make it more familiar to Android development. You can see the code for activities and places here: http://code.google.com/p/google-web-toolkit/source/browse/branches/2.1/bikeshed/src/com

Re: incubator for GWT2

2009-11-30 Thread pjulien
.mail-archive.com/google-web-toolkit-contribut...@googlegro... > > --Sri > > 2009/11/30 pjulien > > > > > Is an incubator released planned for the GWT 2 RC? > > > The current incubator still works but I'm annoyed I can't use that > > paging tab

Re: incubator for GWT2

2009-11-30 Thread pjulien
lkit-contribut...@googlegro... > > --Sri > > 2009/11/30 pjulien > > > > > Is an incubator released planned for the GWT 2 RC? > > > The current incubator still works but I'm annoyed I can't use that > > paging table without getting deprecation warnin

incubator for GWT2

2009-11-30 Thread pjulien
Is an incubator released planned for the GWT 2 RC? The current incubator still works but I'm annoyed I can't use that paging table without getting deprecation warnings on HandlerManager. Was hoping to see a proper GWT2 snapshot release that would just change the references to deprecated classes to

Re: Running GWTTestCase in Netbeans IDE and "Java heap space" error

2009-11-28 Thread pjulien
http://codepimpsdotorg.blogspot.com/2009/10/netbeans-and-gwttestcase.html On Nov 27, 5:27 am, danielgue wrote: > Hi List! > > I use Netbeans 6.7.1 and GWT 1.7. > > I already tried to find if this problem has been reported before and > indeed found one > thread which I mention below. > > The probl

Re: Google Web Toolkit 2.0 RC2 Now Available

2009-11-26 Thread pjulien
OK, this issue was actually that I had other projects in the app server running with GWT 1.7. It seems we can't run both side by side. The problem arises if the jar is pre-deployed or directly in another war On Nov 26, 10:22 am, pjulien wrote: > I'm still unable to do any RP

Re: Google Web Toolkit 2.0 RC2 Now Available

2009-11-26 Thread pjulien
I'm still unable to do any RPC calls using glassfish. I still get a parse error here: WebModule[/WebApplication2]GWTService: ERROR: Failed to parse the policy file '/org.yournamehere.Main/ D9C04143458C6B143A3BEFA60D252A85.gwt.rpc' java.text.ParseException: Expected: className, [true | false]

ParseException with gwt 2 rc1

2009-11-18 Thread pjulien
Downloaded and used gwt 2 rc1 and was happy to see my production project just compiles out of the box, however I kept getting this exception. Generated a new project in netbeans and used a hello world service and I still get the following error: I've gone the URL myself '/org.codepimps.webapplica