[gwt-contrib] Re: now.. afetr GWT 2.0?

2009-12-16 Thread Thomas Broyer

On 16 déc, 18:01, Bruce Johnson br...@google.com wrote:
 Working on a draft one.

 What do folks here think is important?

 - remove listeners (wasn't this targeted to 2.0 ?)
 - port all widgets to c.g.g.dom.client.Element and deprecate both
c.g.g.user.client.Element and c.g.g.user.client.DOM (eventually
enhancing c.g.g.d.c.Element with, e.g. insertChild(Element,int))
 - further optimize code, both what the compiler produces (I'm told
this is being worked on while we talk) and the client code (widgets
and JRE)

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors


Re: [gwt-contrib] now.. afetr GWT 2.0?

2009-12-16 Thread David Clément
 3) DataBinding  Validation (btw see this post from Ray announcing something
 for Q1 2009 ;-)

For me, it's the main feature GWT should have.
Next would be pretty widgets, Drag'n Drop (in the framework, GWT DnD
is very good, but DnD deserve to be in the framework by itself).
And on top of it, yes, the WYSIWYG Eclipse plugin (with databing and
validation, it could make people more easily start with GWT!)

Thank you for the usefull features of 2.0 (just devMode in Firefox is worth it)!

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors


[gwt-contrib] Re: now.. afetr GWT 2.0?

2009-12-16 Thread Brad Leupen
1) Improve change-compile-refresh development experience. This, IMO,
is GWT's one and only pain point and its a big one. DevMode refresh,
while much improved, still is like watching paint dry compared to
other web development platforms. Something like an incremental, non-
optimized web mode compile, synced with eclipse compiles, would be
friggin amazing.

Distant 2nd) Formalize data binding

Brad

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors


[gwt-contrib] Re: now.. afetr GWT 2.0?

2009-12-16 Thread Thomas Broyer

On 16 déc, 21:06, Thomas Broyer t.bro...@gmail.com wrote:
 On 16 déc, 18:01, Bruce Johnson br...@google.com wrote:

  Working on a draft one.

  What do folks here think is important?

  - remove listeners (wasn't this targeted to 2.0 ?)
  - port all widgets to c.g.g.dom.client.Element and deprecate both
 c.g.g.user.client.Element and c.g.g.user.client.DOM (eventually
 enhancing c.g.g.d.c.Element with, e.g. insertChild(Element,int))
  - further optimize code, both what the compiler produces (I'm told
 this is being worked on while we talk) and the client code (widgets
 and JRE)

Hmm, I'd add (with high priority) further rework and improvements of
events:
 - to make it easier/possible to add support for other DOM events in
third-party libs (see issue 2562, focusIn/focusOut would be cool too,
see issue 1431), by moving the sinking into the DomEvent itself (at
least decoupling it from the bit-mask used in Widget::sinkEvents)
 - to finally have a *good* handling of keyboard/text input events
(already improved in 1.6, many nits left, see suggestions given on the
issue tracker)
 - to eventually allow adding handlers in capture mode (you know,
the last parameter in W3C DOM's addEventListener)

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors


Re: [gwt-contrib] now.. afetr GWT 2.0?

2009-12-16 Thread Isaac Truett
I'd like to see SuggestBox get a little love. For example:

http://code.google.com/p/google-web-toolkit/issues/detail?id=2311
http://code.google.com/p/google-web-toolkit/issues/detail?id=2739
http://code.google.com/p/google-web-toolkit/issues/detail?id=3409

And one of those issues links to this thread where I had some other
thoughts on SuggestBox improvements:

http://groups.google.com/group/Google-Web-Toolkit-Contributors/browse_thread/thread/83db777f0e0602d0

And if I could include a wish for future GPE development it would be
wizards, automated refactorings, and reusable code templates. Things
like:

http://code.google.com/p/google-web-toolkit/issues/detail?id=3914


I already have at least one SuggestBox patch floating around out
there. I'd be happy to update that and work on other SuggestBox
features, too, in my spare time. If somebody with commit privs cares
to buddy up for design and review, please feel free to contact me on
or off list. :)

Oh, and woohoo GWT 2.0! Go team!

- Isaac



On Wed, Dec 16, 2009 at 12:01 PM, Bruce Johnson br...@google.com wrote:
 Working on a draft one.
 What do folks here think is important?

 On Wed, Dec 16, 2009 at 7:42 AM, tfreitas tfrei...@gmail.com wrote:

 What about roadmap?

 --
 http://groups.google.com/group/Google-Web-Toolkit-Contributors

 --
 http://groups.google.com/group/Google-Web-Toolkit-Contributors

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors


Re: Mac, GWT Hosted Mode does not work after switching to gwt 2.0 and back to 1.7.1

2009-12-15 Thread Shawn Brown
 Now, I remain with only one issue: why does it give Invalid memory
 access of location 0x8 eip=0x4a8aeb.

 Any clue, what it could be?

I have a similar environment -- OSX Leopard, GWT 2, Gxt 2.1.  It's fine.

A user on the GXT forums complained GXT2.1 and GWT didn't work so I
tried the simple example .

I got an error similiar to yours.  The GXT forums are down now so I
can't link to it.

Anyway, the odd thing was I only got the error when the GXT code was
at the very beginning of the onModuleLoad method. If it were near the
end or outside of it GXT code ran fine.

Maybe this is why the GXT examples run but yours doesn't -- just a
guess and I don't know the reason.

Anyway, I read you post but don't understand your set-up.  For 2.0GWT
I use dev mode and not hosted mode any longer.

Shawn

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: Announcing GWT 2.0 and much, much more...

2009-12-15 Thread Célio
ATom,

GWT 2.0 is already at the central maven repo. As of 2.0 there's no
more OS specific libs. You will need to depend on both gwt-user and
gwt-dev and that's all.


On 15 dez, 04:18, ATom tomas.procha...@gmail.com wrote:
 I so missing maven repository with has OS specific libraries :-(

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




GWT 2.0 + JBoss

2009-12-15 Thread Maciej Matecki
Hello,
I've got very simple code, just one RPC which return sum of two
Integers:

public Integer add(Integer a, Integer b);

Now if I run app as GWT project in development mode then everything
works ok.

But if I run it on JBoss AS 5 I've got:
com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException:
Parameter 0 of is of an unknown type 'java.lang.Integer/3438268394'
Caused by: java.lang.ClassNotFoundException: java.lang.Integer/
3438268394
(http-127.0.0.1-8080-1) xx CommonRPC: ERROR: Failed to parse the
policy file '/pl.qnt.ercp.ERCP/
87682846E60916960CCF2E9C0CEAF91F.gwt.rpc'
java.text.ParseException: Expected: className, [true | false]

Any idea?

Regards,
Maciej Matecki

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: Mac, GWT Hosted Mode does not work after switching to gwt 2.0 and back to 1.7.1

2009-12-15 Thread Sunshine Rain
I'm having the same problem. I'm using Leopard. My wife's computer
has Snow Leopard installed and it works. I've tried various
permutations
of Java settings, but I still get the following:
Invalid memory access of location 0x8 eip=0x4a8aeb

Looks like a Snow Leopard upgrade is in my future.

see ya,
Robbie

On Dec 14, 12:25 pm, Zoltán Törteli tort...@gmail.com wrote:
 HI!

 Unfortunately deleting the Launch Config did not help...
 However, you have given me a good idea!

 I have changed the name of the html page, and the module. And it
 started to work eventually. (I have tried to delete the files under
 the module/*.* - like *.nocache.js, etc, and class files, but it did
 not help, unless changed the module name )

 It seamed, with different name, and path to the module.nocache.js
 file it worked. With the same name it did not.
 Seamingly, there is some hidden browser cache, that was no way to
 delete.. so when changing the name the app did run.

 When changing to gwt-2.0, it still gives the Invalid memory access of
 location 0x8 eip=0x4a8aeb- that I have no clue why - maybe the gxt
 library has something to do with it (but then, why does it work with
 the gxt sample app..???), but (!) when changing back to gwt 1.7.1 and
 rebuilding, and deleting the launch config, it does work! :)

 Thank for your help, and for all of yours attention!

 Now, I remain with only one issue: why does it give Invalid memory
 access of location 0x8 eip=0x4a8aeb.

 Any clue, what it could be?

 Z.

 On Dec 14, 5:29 pm, Jason Parekh jasonpar...@gmail.com wrote:

  Zoltan, have you tried deleting your Launch Configurations?  You can
  find these via the Run  Debug Configurations.

  After you delete the old one(s) for your project, you can go back to
  the main Eclipse window, right-click on your project, and choose Debug
  As  Web Application.

  jason

  2009/12/14 Zoltán Törteli tort...@gmail.com:

   Thank you Sorinel!

   Unfortunately deleting the content of the browser did not solve it (I
   have deleted everything except cookies, and passwords).

   I have deleted the Safari plugin earlier, adn when trying to run this
   project, it tries to download the plugin and issues the
   F4MUpdateCheck. While all the project settings seam to be the same
   with an other - as I Described above, how did I create a running
   version of the project. and of course the project name and access
   path had to be changed

   As I tried, to delete the project, create a new one with the same name
   and copy the sources back. it did not work.
   Is it possible that eclipse stores the project lib and other date
   other location than .project adn .classpath ?

   Otherwise my app issues an Invalid memory access of location 0x8
   eip=0x4a8aeb - if using gwt 2.0 (also I am using gxt 2.1.0 with it)
   As a note here, the gxt sample app runs fine with gwt 2.0. So I have
   no clue what is the problem..

   Do you have any further idea?

   Z.

   On Dec 13, 10:06 pm, Sorinel C scristescu...@hotmail.com wrote:
   It's simple ... hosted mode uses the default browser of your OS
   (windows ~ IE, linux ~ FF ).
   So, first of all clean up the browser cache ... then launch a full
   rebuild of the project after you change the libraries ... and the
   hosted mode will come back, as you knew it :-)

   BTW, better check out why your application doesn't work well with 2.0,
   'cause it's better to use newest features ... new resources, faster
   loading of  the application in development mode than hosted mode, code
   splitting, etc

   Cheers,
   Sorinel CRISTESCU

   --

   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 
   google-web-toolkit+unsubscr...@googlegroups.com.
   For more options, visit this group 
   athttp://groups.google.com/group/google-web-toolkit?hl=en.

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: Mac, GWT Hosted Mode does not work after switching to gwt 2.0 and back to 1.7.1

2009-12-15 Thread Zoltán Törteli
Hi there,

I posted to the list, but it doesn't seem to have been approved yet,
so I figured I'd send a reply directly to you.

I spend a few hours looking into the same Invalid memory access of
location 0x8 eip=0x4a8aeb problem yesterday. What I found out is that
there seems to be a dependency on the order of class loading. If
com.extjs.gxt.ui.client.widget.Layout is loaded too late, the
classloader dies.

I added the following to the beginning of my module's onModuleLoad()
method to force Layout to load before my subclasses are loaded.

   @SuppressWarnings(unused)
   Layout junk = new AnchorLayout();

I tried using Class.forName(), but that didn't seem to fix it -- only
explicitly referencing the class did.

Let me know if this fix also works for you.

BTW, are you running on a Mac as well?

- sekhar

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: Mac, GWT Hosted Mode does not work after switching to gwt 2.0 and back to 1.7.1

2009-12-15 Thread Zoltán Törteli
I forgot to note, that the gentleman have sent me his solution, I
wanted to provide it here - so you can have it too until his
response appears.

On Dec 15, 3:37 pm, Zoltán Törteli tort...@gmail.com wrote:
 Hi there,

 I posted to the list, but it doesn't seem to have been approved yet,
 so I figured I'd send a reply directly to you.

 I spend a few hours looking into the same Invalid memory access of
 location 0x8 eip=0x4a8aeb problem yesterday. What I found out is that
 there seems to be a dependency on the order of class loading. If
 com.extjs.gxt.ui.client.widget.Layout is loaded too late, the
 classloader dies.

 I added the following to the beginning of my module's onModuleLoad()
 method to force Layout to load before my subclasses are loaded.

       �...@suppresswarnings(unused)
        Layout junk = new AnchorLayout();

 I tried using Class.forName(), but that didn't seem to fix it -- only
 explicitly referencing the class did.

 Let me know if this fix also works for you.

 BTW, are you running on a Mac as well?

 - sekhar

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: GWT 2.0 Upgrade Problem

2009-12-15 Thread Rajeev Dayal
; SupportHelp amp; Support/a/li

/ul
  /div
/div

div class=cleannbsp;/div

div id=page_container style=width: 950px;
h1MyApp.commdash;/h1

!-- GWT Application container. --
!-- div id=MyAppApplication/div --

!-- GWT 2.0 Application container. --
script type=text/javascript language='javascript'
 src='MyApp/
 MyApp.nocache.js'/script

!-- OPTIONAL: include this if you want history support --
!--iframe src=javascript:'' id=__gwt_historyFrame
 tabindex='-1' style=position:absolute;width:0;height:0;border:0/
 iframe--

!-- The following DIV allows us to easily dim the page for
 PopupPanels. --
div id=fade class=black-overlay/div


/div

div class=feedback style=width: 950px;
pImaging Sciences Research Group, Research School of
 Cancer and
 Imaging Sciences, Faculty of Medical and Human Sciences, The
 University of Manchester, M13 9PL, UK./p
br /
pMyApp.com was developed with the support of the a
 href=http://
 www.bbsrc.ac.uk/Biotechnology and Biological Sciences Research
 Council/a./p
/div
/div

  /body
 /html

 --

 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
 google-web-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.




--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: GWT 2.0 Upgrade Problem

2009-12-15 Thread Rajeev Dayal
 style=width: 950px;

  li id=menu-id1a href=MyApp.html title=Use
 MyAppUse
 MyApp/a/li
  li id=menu-id2a href=GettingStarted.html
 title=Getting
 StartedGetting Started/a/li
  li id=menu-id3a href=RelatedWork.html
 title=Related
 WorkRelated Work/a/li
  li id=menu-id4a href=HelpAndSupport.html
 title=Help
 amp; SupportHelp amp; Support/a/li

/ul
  /div
/div

div class=cleannbsp;/div

div id=page_container style=width: 950px;
h1MyApp.commdash;/h1

!-- GWT Application container. --
!-- div id=MyAppApplication/div --

!-- GWT 2.0 Application container. --
script type=text/javascript language='javascript'
 src='MyApp/
 MyApp.nocache.js'/script

!-- OPTIONAL: include this if you want history support --
!--iframe src=javascript:'' id=__gwt_historyFrame
 tabindex='-1' style=position:absolute;width:0;height:0;border:0/
 iframe--

!-- The following DIV allows us to easily dim the page for
 PopupPanels. --
div id=fade class=black-overlay/div


/div

div class=feedback style=width: 950px;
pImaging Sciences Research Group, Research School of
 Cancer and
 Imaging Sciences, Faculty of Medical and Human Sciences, The
 University of Manchester, M13 9PL, UK./p
br /
pMyApp.com was developed with the support of the a
 href=http://
 www.bbsrc.ac.uk/Biotechnology and Biological Sciences Research
 Council/a./p
/div
/div

  /body
 /html

 --

 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
 google-web-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.





--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Plugin for GWT 2.0 doesen't work in FF and Chrome, but in IE8

2009-12-15 Thread Porkypie
Hi,

I tried to move our project to GWT 2.0. It works only with the IE8 in
DevMode for me. (I get a couple of deprecated messages, but it works).

In Chrome and FF (newest versions) the plugin stops.

I work under Windows XP Prof. SP3 with the latest patches from
Microsoft.

Hope somebody has an idea about that.

Thanks

Porkypie

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: GWT 2.0 Upgrade Problem

2009-12-15 Thread rtholmes
Just a quick note: I'm having exactly the same problem w/ GWT 2.0 on a
Mac using the latest Eclipse plug-in, so you're not the only one
experiencing this problem.

On Dec 11, 9:51 am, Chris uk.org.micros...@googlemail.com wrote:
 Hi

 I've set up a brand new Mac with GWT 2.0 running under Eclipse
 according to the instructions at (http://code.google.com/webtoolkit/
 usingeclipse.html), and the template app runs fine. However, when I
 checked my own GWT project that ran fine under GWT 1.7, and followed
 the steps in (http://code.google.com/webtoolkit/doc/latest/
 ReleaseNotes.html#Upgrading), the GWT portion of the app doesn't
 display at all (the static HTML is displayed, just not the GWT part).
 (Note: I have replaced the old style div-based method of including the
 GWT app with the new script-based method; neither works, though.)

 I'm noticing a couple of 404 warnings on the console (indicating that
 /myprojname/CA786633770B20A7881AAE6CBEB6.cache.html, for
 example, can't be found—and indeed it doesn't exist). I guess this
 might have something to do with the problem, but I'm not sure what to
 do about it.

 (One part of the upgrade instructions (link above) that I didn't
 understand was about changing from com.google.gwt.dev.HostedMode to
 com.google.gwt.dev.DevMode. It's not clear where this should be done
 and I'm not seeing the warning about the former being deprecated,
 anyway.)

 Lastly, I'm using GWTCanvas (I'm using the 1.7 jar), if this makes any
 difference, although no part of my app gets displayed (except for the
 static HTML surrounding the app).

 I'd be really grateful if someone could suggest a way forward.

 Thanks in advance

 —Chris

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: Major memory leak with RPC, Internet Explorer and GWT 2.0 (MS1 MS2)

2009-12-15 Thread kiran kumar
Hi Rob,

It is not problem with RPC -calls ,i.e 16k of memory leak  is due to
gwt-components creation.
to avoid this we need to reuse the old references with new state
inspite of creating new objects for every RPC call.

Thanks
-Kiran.Kuppula



On Nov 13, 7:18 pm, Rob rob.a.st...@gmail.com wrote:
 I've been trying out one of my existing apps with GWT 2.0 to see what
 advantages it has and have noticed a majormemoryleakwhen using RPC
 with Internet Explorer 8.0.

 Basically my application reads some values from a database and
 displays these in the browser every 1 second. I am seeing amemoryleakof 16k 
 per second - i.e. every time I make an RPC request the
 browser leaks 16k ofmemory. This eventually leads to an out of
 virtualmemorysystem error. If I switch back to using GWT 1.7 then
 the problem goes away, there are no leaks at all.

 I have managed to reproduce the problem with a very simple RPC example
 which I can supply if required.

 Has anyone else noticed anything similar ?

 Cheers
 Rob

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: GWT 2.0 Upgrade Problem

2009-12-15 Thread Chris
 Which browser are you using?

I'm using Safari 4.0.4 on OS X 10.6.2.

 Also, it looks like you're loading your GWT app twice…

OK, I removed one and still no dice. How do I add the GWT app within
my page in GWT 2.0? Still using something like div
id=MyApplication/div?

Since adding that GWTCanvas inherit, I get a spinning beachball under
Safari; Activity Monitor says that app isn't responding and the CPU
usage of Safari goes up to about 30%.

Continued assistance very much appreciated!

—Chris

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




GWT 2.0 with C# back-end

2009-12-15 Thread joe
I'm having an issue with GWT 2.0 requesting XML data from a C# self
hosted Web Service. Using the GET request tutorial (http://
www.gwtapps.com/doc/html/com.google.gwt.http.client.html) I was able
to retrieve the XML data using GWT 1.7. After upgrading to 2.0 all I
return is an empty String using response.getTest(). The headers are
also empty and response.getStatusCode() returned is 0.

Running the C# app in debug I find that it is sending the XML data
out, but it looks like the GWT side isn't receiving it. If I call the
URL from the browser I see the XML data.

I have also tried to use this same method to call other web services
as well as websites. Still status code 0 and no text in the
response.getTest().

This leads me to believe that I missed some configuration in setting
up my app to GWT 2.0. However, I have clue where to start.

Any help would be greatly appreciated.

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: Mac, GWT Hosted Mode does not work after switching to gwt 2.0 and back to 1.7.1

2009-12-15 Thread ciyer
I spent a few hours chasing down the Invalid memory access of
location 0x8... problem today as well.

What I ended up doing was putting in:

@SuppressWarnings(unused)
Layout junk = new AnchorLayout();

At the very beginning of the onModuleLoad() method on my module's
entry point.

There seems to be some dependency issue, and the class
com.extjs.gxt.ui.client.widget.Layout needs to be loaded before some
other classes, otherwise the classloader dies when it later tries to
load Layout.

I'd be curious to know if it also works for you. Are you also working
on a Mac?

- sekhar

On Dec 14, 7:25 pm, Zoltán Törteli tort...@gmail.com wrote:
 HI!

 Unfortunately deleting the Launch Config did not help...
 However, you have given me a good idea!

 I have changed the name of the html page, and the module. And it
 started to work eventually. (I have tried to delete the files under
 the module/*.* - like *.nocache.js, etc, and class files, but it did
 not help, unless changed the module name )

 It seamed, with different name, and path to the module.nocache.js
 file it worked. With the same name it did not.
 Seamingly, there is some hidden browser cache, that was no way to
 delete.. so when changing the name the app did run.

 When changing to gwt-2.0, it still gives the Invalid memory access of
 location 0x8 eip=0x4a8aeb- that I have no clue why - maybe the gxt
 library has something to do with it (but then, why does it work with
 the gxt sample app..???), but (!) when changing back to gwt 1.7.1 and
 rebuilding, and deleting the launch config, it does work! :)

 Thank for your help, and for all of yours attention!

 Now, I remain with only one issue: why does it give Invalid memory
 access of location 0x8 eip=0x4a8aeb.

 Any clue, what it could be?

 Z.

 On Dec 14, 5:29 pm, Jason Parekh jasonpar...@gmail.com wrote:

  Zoltan, have you tried deleting your Launch Configurations?  You can
  find these via the Run  Debug Configurations.

  After you delete the old one(s) for your project, you can go back to
  the main Eclipse window, right-click on your project, and choose Debug
  As  Web Application.

  jason

  2009/12/14 Zoltán Törteli tort...@gmail.com:

   Thank you Sorinel!

   Unfortunately deleting the content of the browser did not solve it (I
   have deleted everything except cookies, and passwords).

   I have deleted the Safari plugin earlier, adn when trying to run this
   project, it tries to download the plugin and issues the
   F4MUpdateCheck. While all the project settings seam to be the same
   with an other - as I Described above, how did I create a running
   version of the project. and of course the project name and access
   path had to be changed

   As I tried, to delete the project, create a new one with the same name
   and copy the sources back. it did not work.
   Is it possible that eclipse stores the project lib and other date
   other location than .project adn .classpath ?

   Otherwise my app issues an Invalid memory access of location 0x8
   eip=0x4a8aeb - if using gwt 2.0 (also I am using gxt 2.1.0 with it)
   As a note here, the gxt sample app runs fine with gwt 2.0. So I have
   no clue what is the problem..

   Do you have any further idea?

   Z.

   On Dec 13, 10:06 pm, Sorinel C scristescu...@hotmail.com wrote:
   It's simple ... hosted mode uses the default browser of your OS
   (windows ~ IE, linux ~ FF ).
   So, first of all clean up the browser cache ... then launch a full
   rebuild of the project after you change the libraries ... and the
   hosted mode will come back, as you knew it :-)

   BTW, better check out why your application doesn't work well with 2.0,
   'cause it's better to use newest features ... new resources, faster
   loading of  the application in development mode than hosted mode, code
   splitting, etc

   Cheers,
   Sorinel CRISTESCU

   --

   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 
   google-web-toolkit+unsubscr...@googlegroups.com.
   For more options, visit this group 
   athttp://groups.google.com/group/google-web-toolkit?hl=en.

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Unit testing with GWT 2.0

2009-12-15 Thread Hakim
Hi

After upgrading a GWT project from 1.7 to 2.0 all its unit tests are
now skipped during maven build.

I'm using codehaus GWT plugin (gwt-maven-plugin 1.1). To build my
project I use -Dgwt.args=-prod -logLevel WARN -out www-test for prod
mode and -Dgwt.args=-logLevel WARN for dev mode. but maven doesn't
seem to recognize -logLevel and _out options!

Does gwt-maven-plugin still support GWT unit tests?

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




GWT 2.0 + MVC = PureMVC ?

2009-12-15 Thread Fabien
Hi,


I would like to know if someone try to merge PureMVC and GWT ?

And if true, if someone can help me with just an example or a
tutorial.


Thanks,

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: GWT 2.0 Upgrade Problem

2009-12-15 Thread Rajeev Dayal
On Tue, Dec 15, 2009 at 1:15 PM, Chris uk.org.micros...@googlemail.comwrote:

  Which browser are you using?

 I'm using Safari 4.0.4 on OS X 10.6.2.

  Also, it looks like you're loading your GWT app twice…

 OK, I removed one and still no dice. How do I add the GWT app within
 my page in GWT 2.0? Still using something like div
 id=MyApplication/div?


Yes, that technique still works in GWT 2.0.



 Since adding that GWTCanvas inherit, I get a spinning beachball under
 Safari; Activity Monitor says that app isn't responding and the CPU
 usage of Safari goes up to about 30%.


Try creating a new Web Application with the New Web Application Wizard, and
try running it. Does that work? If it does, then try getting rid of the
GWTCanvas inherit in your existing app. Does that help?


 Continued assistance very much appreciated!

 —Chris

 --

 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
 google-web-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.




--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: GWT 2.0 Upgrade Problem

2009-12-15 Thread Chris
  Since adding that GWTCanvas inherit, I get a spinning beachball under
  Safari; Activity Monitor says that app isn't responding and the CPU
  usage of Safari goes up to about 30%.

 Try creating a new Web Application with the New Web Application Wizard, and
 try running it. Does that work? If it does, then try getting rid of the
 GWTCanvas inherit in your existing app. Does that help?

New projects work fine. Removing the inherit results in errors asking
me if I forgot to inherit a module; my app fails to display in either
case.

—Chris

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: Mac, GWT Hosted Mode does not work after switching to gwt 2.0 and back to 1.7.1

2009-12-15 Thread Sunshine Rain
Wow! Thank you very much. It worked for me just as you described!

see ya,
Robbie

On Dec 14, 1:52 pm, ciyer cramakrish...@gmail.com wrote:
 I spent a few hours chasing down the Invalid memory access of
 location 0x8... problem today as well.

 What I ended up doing was putting in:

         @SuppressWarnings(unused)
         Layout junk = new AnchorLayout();

 At the very beginning of the onModuleLoad() method on my module's
 entry point.

 There seems to be some dependency issue, and the class
 com.extjs.gxt.ui.client.widget.Layout needs to be loaded before some
 other classes, otherwise the classloader dies when it later tries to
 load Layout.

 I'd be curious to know if it also works for you. Are you also working
 on a Mac?

 - sekhar

 On Dec 14, 7:25 pm, Zoltán Törteli tort...@gmail.com wrote:

  HI!

  Unfortunately deleting the Launch Config did not help...
  However, you have given me a good idea!

  I have changed the name of the html page, and the module. And it
  started to work eventually. (I have tried to delete the files under
  the module/*.* - like *.nocache.js, etc, and class files, but it did
  not help, unless changed the module name )

  It seamed, with different name, and path to the module.nocache.js
  file it worked. With the same name it did not.
  Seamingly, there is some hidden browser cache, that was no way to
  delete.. so when changing the name the app did run.

  When changing to gwt-2.0, it still gives the Invalid memory access of
  location 0x8 eip=0x4a8aeb- that I have no clue why - maybe the gxt
  library has something to do with it (but then, why does it work with
  the gxt sample app..???), but (!) when changing back to gwt 1.7.1 and
  rebuilding, and deleting the launch config, it does work! :)

  Thank for your help, and for all of yours attention!

  Now, I remain with only one issue: why does it give Invalid memory
  access of location 0x8 eip=0x4a8aeb.

  Any clue, what it could be?

  Z.

  On Dec 14, 5:29 pm, Jason Parekh jasonpar...@gmail.com wrote:

   Zoltan, have you tried deleting your Launch Configurations?  You can
   find these via the Run  Debug Configurations.

   After you delete the old one(s) for your project, you can go back to
   the main Eclipse window, right-click on your project, and choose Debug
   As  Web Application.

   jason

   2009/12/14 Zoltán Törteli tort...@gmail.com:

Thank you Sorinel!

Unfortunately deleting the content of the browser did not solve it (I
have deleted everything except cookies, and passwords).

I have deleted the Safari plugin earlier, adn when trying to run this
project, it tries to download the plugin and issues the
F4MUpdateCheck. While all the project settings seam to be the same
with an other - as I Described above, how did I create a running
version of the project. and of course the project name and access
path had to be changed

As I tried, to delete the project, create a new one with the same name
and copy the sources back. it did not work.
Is it possible that eclipse stores the project lib and other date
other location than .project adn .classpath ?

Otherwise my app issues an Invalid memory access of location 0x8
eip=0x4a8aeb - if using gwt 2.0 (also I am using gxt 2.1.0 with it)
As a note here, the gxt sample app runs fine with gwt 2.0. So I have
no clue what is the problem..

Do you have any further idea?

Z.

On Dec 13, 10:06 pm, Sorinel C scristescu...@hotmail.com wrote:
It's simple ... hosted mode uses the default browser of your OS
(windows ~ IE, linux ~ FF ).
So, first of all clean up the browser cache ... then launch a full
rebuild of the project after you change the libraries ... and the
hosted mode will come back, as you knew it :-)

BTW, better check out why your application doesn't work well with 2.0,
'cause it's better to use newest features ... new resources, faster
loading of  the application in development mode than hosted mode, code
splitting, etc

Cheers,
Sorinel CRISTESCU

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group 
athttp://groups.google.com/group/google-web-toolkit?hl=en.

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: How to run GWT 2.0 RC2's hosted mode with another server?

2009-12-15 Thread lineman78
I have been having an issue with my project setup running in --
noServer since 1.6.? that I'm hoping you could help me with.  I am
getting the error
17:01:38.826 [ERROR] [dashboard] Unable to find 'dashboard.gwt.xml'
on your classpath; could be a typo, or maybe you forgot to include a
classpath entry for source?
with the following module:

?xml version=1.0 encoding=UTF-8?
!DOCTYPE module PUBLIC -//Google Inc.//DTD Google Web Toolkit 1.7.1//
EN http://google-web-toolkit.googlecode.com/svn/tags/1.7.1/distro-
source/core/src/gwt-module.dtd
module rename-to=dashboard
entry-point class='com.example.dashboard.client.Dashboard'/

inherits name=com.google.gwt.user.User /
inherits name=com.google.gwt.visualization.Visualization /
inherits name=com.google.gwt.http.HTTP/
inherits name=com.google.gwt.maps.GoogleMaps /

stylesheet src=common.css/
/module

Using the following dashboard.html:

html
head
titleDashboard/title
/head
body style=margin: 0;
!-- OPTIONAL: include this if you want history support --
iframe src=javascript:'' id=__gwt_historyFrame
style=width: 0; height: 0; border: 0/iframe

script type=text/javascript language=javascript
src=dashboard.nocache.js/script
/body
/html

On Dec 4, 3:13 pm, Chris Ramsdale cramsd...@google.com wrote:
 Jan,

 It looks like you found an issue on our side. Given your project settings,
 the GPE is attempting to load GwtShell with the -style arg which has been
 removed.

 We have a fix in place for the 2.0 launch and in the meantime, if you want
 to continue using the RC2 plugin and SDK, you can do the following:

 1. Uncheck the Use Google Web Toolkit setting within your project
 properties
 2. Add a war/WEB-INF directory structure to your app
 3. Add a web.xml to the WEB-INF directory with the following contents:

 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE web-app
     PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN
     http://java.sun.com/dtd/web-app_2_3.dtd;

 web-app
 /web-app

 4. Check the Use  Google Web Toolkit settings within your project
 properties

 This workaround will trigger the plugin to launch DevMode (instead of
 GwtShell) without the -style arg.

 - Chris

 On Thu, Dec 3, 2009 at 7:07 AM, Jan Ehrhardt 
 jan.ehrha...@googlemail.comwrote:

  The idea was, to prevent the existences of 'war/*' in my GWT project. With
  the current stable version of the plugin and GWT 1.7.1 everything works
  well.
  So the problem is, that my GWT project does not have any server code and no
  host page or anything else. The current version works the following way:

     - GWT (Web App launch configuration) app is launched in hosted mode
     without the build in server.
     - Instead of a host page in the same project, the host page comes from
     an independent server.
     - The hosted browser loads the host page (from the specified URL),
     detects the existence of a GWT module (included as JavaScript) and 
  replaces
     the JavaScript with the Java Code from the classpath.

  The interesting point is, that the text field to specify the URL is removed
  from the GWT tab in the web app launch configuration (plugin version for GWT
  2.0 RC2). So the question is, how can I point the OOPHM to my host page's
  URL (on any server)?

  At least some words on what I'm currently doing in Eclipse 3.5 with the
  released version of the plugin and GWT 1.7.1:
  I've got a plain Java project and make a GWT project out of it by right
  click on the project - Google - WebToolkit Settings. In these GWT settings
  I check 'Use Google Web Toolkit' and then OK. This makes my Java project a
  GWT project. I create a new Web App launch configuration for this project,
  disable 'Run build in server' and on the GWT tab I insert my host pages URL
  (http://localhost:8080/my-app-which-runs-totaly-independent-on-a-tomcat).
  That's it. It works.
  Interestingly it's not required to specify any GWT module in any
  configuration so far. The presence of the module's XML configuration on the
  classpath and the presence of a previously compiled version of the module in
  the loaded HTML page is enough to tell hosted browser, what to do. The GWT
  Eclipse plugin doesn't even recognize the XML file since the included module
  isn't shown in any settings or configuration interface. But it works.

  Regards
  Jan Ehrhardt

  On Tue, Dec 1, 2009 at 5:03 PM, Chris Ramsdale cramsd...@google.comwrote:

  Based on the fact that the plugin is attempting to launch GWTShell, it may
  not recognize your app as a web app. This is typically the case when it
  doesn't find a war/WEB-INF/web.xml file in the project root. Can you 
  confirm
  that this directory structure is in place? Also, what version of GWT and 
  GPE
  were you using to previously build your application?

  On Tue, Dec 1, 2009 at 1:56 AM, Jan Ehrhardt jan.ehrha...@googlemail.com
   wrote:

  I'm using the Web App launch configuration and the plugin version, which

Re: GWT 2.0 - Problem with Eclipse plugin and UiBinder Field xxx has no corresponding field in template file yyy.ui.xml

2009-12-14 Thread hoxbro
Hi,

Thanks for feedback and sorry for my late reply.

 First, could you try forcing a clean build of your project?  (Project
 Clean)  This will force a re-indexing of the UiBinder indices.

A clean build removes Eclipse warnings.
Stopping/Starting Development Mode does the same.

 Also, could you check your Eclipse log for any errors?  The log file
 lives at your workspace/.metadata/.log .

Using the Wizard to add a new UiBinder generates no entries in the log
file..

 - Which package does your Pjat class live in?
com.hoxbro

 - What version of Eclipse are you using?

java.version=1.6.0_12
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=da_DK
Framework arguments:  -product org.eclipse.epp.package.jee.product
Command-line arguments:  -os win32 -ws win32 -arch x86 -product
org.eclipse.epp.package.jee.product
Eclipse Build: 20090621-0832
Eclipse distro: Galileo JEE (win32)
GWT and GWT Eclipse Plugin installed from Eclipse (following the
instructions http://code.google.com/intl/da/webtoolkit/usingeclipse.html)

 - What operating system are you running?
Win XP (SP3)

Thanks,
/Søren

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: GWT 2.0: IE7 and PopupPanel still using IFrame hack.

2009-12-14 Thread Thomas Broyer

On Dec 14, 8:57 am, David david.no...@gmail.com wrote:
 Hi,

 I was assuming that the IFrame behind the popup panel trick was going
 to be removed in this release, just as were some other IE6 tricks for
 ImageBundles.

 I looked in the code and I realized that this is not the case.

 Why is this a problem for me: we see a 500ms slowdown everytime we use
 a popup panel when running in IE7 and the application is running in
 HTTPS. For some reason an IFrame (even about:blank) in IE takes a long
 time to show when the parent frame is HTTPS. This might be some local
 issue, but in our case it is quite annoying.

 I guess this trick is no longer needed for IE7, so I was hoping that
 it would be removed in GWT 2.0.

 So I created an issue in the tracker:
 http://code.google.com/p/google-web-toolkit/issues/detail?id=4352

See my comments on issue 2294
http://code.google.com/p/google-web-toolkit/issues/detail?id=2294

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: GWT 2.0 - Problem with Eclipse plugin and UiBinder Field xxx has no corresponding field in template file yyy.ui.xml

2009-12-14 Thread Julien Ortega
Hi,
I had the same problem and it was only a matter of buildpath.
Your source folder in your buildpath can not have an Included : **/
*.java but Included : (All) because of the ui.xml files.
Maybe you have the same problem ?

On Dec 14, 9:47 am, hoxbro shox...@gmail.com wrote:
 Hi,

 Thanks for feedback and sorry for my late reply.

  First, could you try forcing a clean build of your project?  (Project
  Clean)  This will force a re-indexing of the UiBinder indices.

 A clean build removes Eclipse warnings.
 Stopping/Starting Development Mode does the same.

  Also, could you check your Eclipse log for any errors?  The log file
  lives at your workspace/.metadata/.log .

 Using the Wizard to add a new UiBinder generates no entries in the log
 file..

  - Which package does your Pjat class live in?

 com.hoxbro

  - What version of Eclipse are you using?

 java.version=1.6.0_12
 java.vendor=Sun Microsystems Inc.
 BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=da_DK
 Framework arguments:  -product org.eclipse.epp.package.jee.product
 Command-line arguments:  -os win32 -ws win32 -arch x86 -product
 org.eclipse.epp.package.jee.product
 Eclipse Build: 20090621-0832
 Eclipse distro: Galileo JEE (win32)
 GWT and GWT Eclipse Plugin installed from Eclipse (following the
 instructionshttp://code.google.com/intl/da/webtoolkit/usingeclipse.html)

  - What operating system are you running?

 Win XP (SP3)

 Thanks,
 /Søren

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: Mac, GWT Hosted Mode does not work after switching to gwt 2.0 and back to 1.7.1

2009-12-14 Thread Zoltán Törteli
Thank you Sorinel!

Unfortunately deleting the content of the browser did not solve it (I
have deleted everything except cookies, and passwords).

I have deleted the Safari plugin earlier, adn when trying to run this
project, it tries to download the plugin and issues the
F4MUpdateCheck. While all the project settings seam to be the same
with an other - as I Described above, how did I create a running
version of the project. and of course the project name and access
path had to be changed

As I tried, to delete the project, create a new one with the same name
and copy the sources back. it did not work.
Is it possible that eclipse stores the project lib and other date
other location than .project adn .classpath ?

Otherwise my app issues an Invalid memory access of location 0x8
eip=0x4a8aeb - if using gwt 2.0 (also I am using gxt 2.1.0 with it)
As a note here, the gxt sample app runs fine with gwt 2.0. So I have
no clue what is the problem..

Do you have any further idea?

Z.


On Dec 13, 10:06 pm, Sorinel C scristescu...@hotmail.com wrote:
 It's simple ... hosted mode uses the default browser of your OS
 (windows ~ IE, linux ~ FF ).
 So, first of all clean up the browser cache ... then launch a full
 rebuild of the project after you change the libraries ... and the
 hosted mode will come back, as you knew it :-)

 BTW, better check out why your application doesn't work well with 2.0,
 'cause it's better to use newest features ... new resources, faster
 loading of  the application in development mode than hosted mode, code
 splitting, etc

 Cheers,
 Sorinel CRISTESCU

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: GWT Developer Plugin (GWT 2.0 RC1) crashes FF 3.5.5

2009-12-14 Thread PaulG
What OS are people using?  I'm running OS X 10.4 and I can't get the
Firefox gwt-dev plugin to work at all.  It crashes Firefox on
startup.  Does anyone know if it requires Java 6 rather than Java 5?
(There is no Java 6 runtime for 10.4, btw).


On Nov 19, 5:55 pm, Filipe Sousa nat...@gmail.com wrote:
 On Nov 19, 10:27 pm, Yozons Support on Gmail yoz...@gmail.com wrote:

  I wish I had a fixed way to make it happen, but it seems like I get a few
  different scenarios.

  Sometimes, after lots of code changes while the debugger is running, when I
  save the client .java file in Eclipse and it's compiled, FF willcrash.
  Other times, it's when I click RELOAD after making changes.

  Sadly, FF is my main browser for all sorts of apps, so having itcrashis a
  pain.  I'll post back if I can make heads or tails out of what I see
  happening.

 I have seen a few crashes and that's why I'm build thefirefoxplugin
 from trunk using the xulrunner provided by my distro.

 $ cd plugins/xpcom/
 $ make ARCH=x86_64 BROWSER=ff35 DEFAULT_FIREFOX_LIBS=/usr/lib64/
 xulrunner-sdk-1.9.1 GECKO_LIBS=/usr/lib64/xulrunner-sdk-1.9.1/sdk/lib

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: GWT 2.0 - com.google.gwt.user.client.rpc.IsSerializable is mandatory again?

2009-12-14 Thread Addy
I cleanup after every build but since converting to 2.0, I started
encountering intermittent Serialization exceptions even in production.
I had to switch back 1.7.
For production use, cleaning up browser cache is not an option as I
cant tell all my users to do so.
I guess I will have to wait a bit for this release to be stable to
switch to 2.0 for production use.
Addy
http://checkAppointments.com


On Dec 13, 4:11 pm, Sorinel C scristescu...@hotmail.com wrote:
 When a new version comes these are the standard steps to do:
 1 - put the jars
 2 - perform a full rebuild of the application
 3 - clean up the browser cache
 4 - clean up the temp folder, where the GWT is generating the
 compilation crap...
 5 - run the application :-))

 Cheers,
 Sorinel CRISTESCU

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: GWT 2.0 - Problem with Eclipse plugin and UiBinder Field xxx has no corresponding field in template file yyy.ui.xml

2009-12-14 Thread Jason Parekh
Hi Julien,

Thanks for pointing this scenario out, I've opened
http://code.google.com/p/google-web-toolkit/issues/detail?id=4353 to
present a better error message for this.

Hoxbro, as Julien mentioned, could you please let us know if the issue
you're seeing is caused by this?

Thanks,
jason

On Mon, Dec 14, 2009 at 5:46 AM, Julien Ortega dun7...@gmail.com wrote:
 Hi,
 I had the same problem and it was only a matter of buildpath.
 Your source folder in your buildpath can not have an Included : **/
 *.java but Included : (All) because of the ui.xml files.
 Maybe you have the same problem ?

 On Dec 14, 9:47 am, hoxbro shox...@gmail.com wrote:
 Hi,

 Thanks for feedback and sorry for my late reply.

  First, could you try forcing a clean build of your project?  (Project
  Clean)  This will force a re-indexing of the UiBinder indices.

 A clean build removes Eclipse warnings.
 Stopping/Starting Development Mode does the same.

  Also, could you check your Eclipse log for any errors?  The log file
  lives at your workspace/.metadata/.log .

 Using the Wizard to add a new UiBinder generates no entries in the log
 file..

  - Which package does your Pjat class live in?

 com.hoxbro

  - What version of Eclipse are you using?

 java.version=1.6.0_12
 java.vendor=Sun Microsystems Inc.
 BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=da_DK
 Framework arguments:  -product org.eclipse.epp.package.jee.product
 Command-line arguments:  -os win32 -ws win32 -arch x86 -product
 org.eclipse.epp.package.jee.product
 Eclipse Build: 20090621-0832
 Eclipse distro: Galileo JEE (win32)
 GWT and GWT Eclipse Plugin installed from Eclipse (following the
 instructionshttp://code.google.com/intl/da/webtoolkit/usingeclipse.html)

  - What operating system are you running?

 Win XP (SP3)

 Thanks,
 /Søren

 --

 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 
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/google-web-toolkit?hl=en.




--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: Eclipse, GWT 2.0 and Opening a browser

2009-12-14 Thread Miguel Méndez
You are right that we no longer launch the browser for you although we've
talked about adding this feature back in.  However, you should not need to
re-open the browser each time if you are debugging the same application.  If
the launch configuration is not setup to Automatically select an unused
port then the URL will be stable across restarts of the launch
configuration.  So, you should only need to do the copy/paste once and then
simply reload the browser from there on out.

On Wed, Dec 9, 2009 at 11:46 AM, Lee leedst...@gmail.com wrote:

 Hi Everyone,

 Just upgraded to GWT 2.0 in Eclipse and have been trying it out. One
 thing that has been irritating me so far, is every time I run as a web
 application in Development mode, having to re-open my browser and copy
  paste the URL (if I have previously closed the browser).

 Does anyone know if it is possible to have it so a browser (such as
 Chrome), opens as default when you run as a web application.

 (It strikes me as something fairly obvious, so sorry if I've missed
 this in another article).

 Thanks,
 Lee

 --

 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
 google-web-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.





-- 
Miguel

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: GWT 2.0 Upgrade Problem

2009-12-14 Thread Rajeev Dayal
Have you tried deleting the war/MyApp directory, and performing an
unconditional reload of MyApp.html  (hold down SHIFT and hit reload) in your
browser?

Do you mind posting the contents of your MyApp.html page?

On Fri, Dec 11, 2009 at 5:50 PM, Chris uk.org.micros...@googlemail.comwrote:

  What does the war dir structure look like under your project root?
  Does CA786633770B20A7881AAE6CBEB6.cache.html
  exist anywhere?

 That file doesn't exist. The structure looks like the following:

 /MyApp/war/MyApp
 /MyApp/war/MyApp/gwt
 /MyApp/war/MyApp/14A43CD7E24B0A0136C2B8B20D6DF3C0.cache.png
 /MyApp/war/MyApp/548CDF11D6FE9011F3447CA200D7FB7F.cache.png
 /MyApp/war/MyApp/6F02E4D1CC4E715CEC0109830ED7B11F.cache.html
 /MyApp/war/MyApp/9A5835AB2A7C1435D8A10A61458849CC.cache.html
 /MyApp/war/MyApp/9DA92932034707C17CFF15F95086D53F.cache.png
 /MyApp/war/MyApp/A7CD51F9E5A7DED5F85AD1D82BA67A8A.cache.png
 /MyApp/war/MyApp/B388430974F442BEFB0B1FA19B496931.cache.html
 /MyApp/war/MyApp/B8517E9C2E38AA39AB7C0051564224D3.cache.png
 /MyApp/war/MyApp/clear.cache.gif
 /MyApp/war/MyApp/EA60B1BB1D14E9E4AB586FF01FF63FE5.cache.html
 /MyApp/war/MyApp/EE757F57A252492548FF9A859F768C5B.cache.html
 /MyApp/war/MyApp/hosted.html
 /MyApp/war/MyApp/MyApp.nocache.js

 --

 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
 google-web-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.




--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: GWT.log on GWT 2.0

2009-12-14 Thread Rajeev Dayal
Did you try looking at the log messages in the browser entry in the
Development Mode View (within Eclipse)? Also, what level are you logging at?
By default, launch configurations are set to log messages that are at a
level of WARN and above.

On Sat, Dec 12, 2009 at 5:36 PM, Pion onlee2...@gmail.com wrote:

 I have just done the following:

 1. Download the GWT 2.0
 2. Call 'GWT.log(debug, null);'
 3. Run it on my Eclipse-Galileo
 4. Open Firefox 3.5.5
 5. http://localhost:/foo.html. My page shows up as expected
 6. Turn on Firebug 1.4.5
 7. Enable Firebug console
 8. Refresh

 I don't see any debug message on the Firebug console. I was
 expecting to see debug message on Firefox console.

 Where did the GWT.log() output go on GWT 2.0?

 What did I do wrong?

 Thanks in advance for your help.

 --

 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
 google-web-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.




--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: Using our own server with GWT 2.0

2009-12-14 Thread Christian Goudreau
Thanks a lot ! Didn't know the arguments I needed, except for -noserver, but
I knew it was the way ! I'll try this tonight

Regards

Christian

On Mon, Dec 14, 2009 at 1:31 AM, Jan Ehrhardt
jan.ehrha...@googlemail.comwrote:

 If you're using the Google Plugin, create a Web Application launch
 configuration and add the following to parameters to the 'program
 arguments':

 -noserver
 -startupUrl 
 http://localhost:8080/test/gohttp://www.google.com/url?sa=Dq=http://localhost:8080/test/gousg=AFQjCNFKh5JNAcKKjkxdJUuK0zFTwvpxdg


 Regards
 Jan Ehrhardt

 On Mon, Dec 14, 2009 at 5:55 AM, Christian Goudreau 
 goudreau.christ...@gmail.com wrote:

 Hello,

 I'm using PHP server side. I was used to GWT 1.7 and it was easy to use
 another server than the built in server. Now how do I set up Eclipse to use
 my PHP server instead of the default jetty ?

 Thanks !

 Christian

 --
 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
 google-web-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.


  --
 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
 google-web-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.


--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: Mac, GWT Hosted Mode does not work after switching to gwt 2.0 and back to 1.7.1

2009-12-14 Thread Zoltán Törteli
HI!

Unfortunately deleting the Launch Config did not help...
However, you have given me a good idea!

I have changed the name of the html page, and the module. And it
started to work eventually. (I have tried to delete the files under
the module/*.* - like *.nocache.js, etc, and class files, but it did
not help, unless changed the module name )

It seamed, with different name, and path to the module.nocache.js
file it worked. With the same name it did not.
Seamingly, there is some hidden browser cache, that was no way to
delete.. so when changing the name the app did run.

When changing to gwt-2.0, it still gives the Invalid memory access of
location 0x8 eip=0x4a8aeb- that I have no clue why - maybe the gxt
library has something to do with it (but then, why does it work with
the gxt sample app..???), but (!) when changing back to gwt 1.7.1 and
rebuilding, and deleting the launch config, it does work! :)

Thank for your help, and for all of yours attention!

Now, I remain with only one issue: why does it give Invalid memory
access of location 0x8 eip=0x4a8aeb.

Any clue, what it could be?

Z.

On Dec 14, 5:29 pm, Jason Parekh jasonpar...@gmail.com wrote:
 Zoltan, have you tried deleting your Launch Configurations?  You can
 find these via the Run  Debug Configurations.

 After you delete the old one(s) for your project, you can go back to
 the main Eclipse window, right-click on your project, and choose Debug
 As  Web Application.

 jason

 2009/12/14 Zoltán Törteli tort...@gmail.com:



  Thank you Sorinel!

  Unfortunately deleting the content of the browser did not solve it (I
  have deleted everything except cookies, and passwords).

  I have deleted the Safari plugin earlier, adn when trying to run this
  project, it tries to download the plugin and issues the
  F4MUpdateCheck. While all the project settings seam to be the same
  with an other - as I Described above, how did I create a running
  version of the project. and of course the project name and access
  path had to be changed

  As I tried, to delete the project, create a new one with the same name
  and copy the sources back. it did not work.
  Is it possible that eclipse stores the project lib and other date
  other location than .project adn .classpath ?

  Otherwise my app issues an Invalid memory access of location 0x8
  eip=0x4a8aeb - if using gwt 2.0 (also I am using gxt 2.1.0 with it)
  As a note here, the gxt sample app runs fine with gwt 2.0. So I have
  no clue what is the problem..

  Do you have any further idea?

  Z.

  On Dec 13, 10:06 pm, Sorinel C scristescu...@hotmail.com wrote:
  It's simple ... hosted mode uses the default browser of your OS
  (windows ~ IE, linux ~ FF ).
  So, first of all clean up the browser cache ... then launch a full
  rebuild of the project after you change the libraries ... and the
  hosted mode will come back, as you knew it :-)

  BTW, better check out why your application doesn't work well with 2.0,
  'cause it's better to use newest features ... new resources, faster
  loading of  the application in development mode than hosted mode, code
  splitting, etc

  Cheers,
  Sorinel CRISTESCU

  --

  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 
  google-web-toolkit+unsubscr...@googlegroups.com.
  For more options, visit this group 
  athttp://groups.google.com/group/google-web-toolkit?hl=en.

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: GWT 2.0 books

2009-12-14 Thread cmcg
Great - how much of an emphasis are you going to place on UiBinder?

On Dec 2, 5:30 pm, FKereki fker...@gmail.com wrote:
 Personally, I'm authoring a book on GWT 2.0 for Addison Wesley; I
 expect the Rough Cut to be available on Safari Books Online early next
 year.

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: GWT Developer Plugin (GWT 2.0 RC1) crashes FF 3.5.5

2009-12-14 Thread Yozons Support on Gmail
I have no idea, unfortunately, since I'm not on OSX, and I'm using Java 6.

Of course, you should not be using any RC versions anymore since 2.0 is
officially out and they did fix the FF plugin fairly recently so it no
longer crashes it.

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: Announcing GWT 2.0 and much, much more...

2009-12-14 Thread Chris Ramsdale
Mark,

With 2.0 behind us we'll be focusing some time and effort to address
outstanding bugs as well as doing a little house cleaning within the issue
tracker itself. In regards to the process used when determining when and
what to fix, it honestly depends on the release. With 2.0, our focus was on
speed and size. Better tools to minimize development time, compiler
enhancements to reduce code size, and SpeedTracer to help when things aren't
running as fast as you would like.

As we sit down and plan for the next release, we will definitely be
reviewing the open issues (which is why we need to do some house cleaning
first). From a community perspective, starring the issues and providing as
much info as possible helps out immensely (noting that in this case the
issue has more than fair amount of background information).

In the meantime, I've updated the issue with a workaround that worked for
me.

.gwt-DecoratorPanel .middleCenter {
  height: 100%;
  width: 100%;
}

Respond on the issue or here, if this doesn't work within your apps.

Thanks,
Chris

On Thu, Dec 10, 2009 at 2:33 PM, mwaschkowski mwaschkow...@gmail.comwrote:

 Whats the status on some of the older issues that are not yet closed,
 like:

  http://code.google.com/p/google-web-toolkit/issues/detail?id=2802can=5

 Are they going to be addressed at some point? This one was a high
 priority issue for 1.6, but its still open - can anyone provide some
 insight into how the bugs/new versions works because I'm unsure of how
 the process (of fixing bugs in new versions) is *supposed* to work.

 Thanks,

 Mark

 On Dec 10, 1:03 pm, mariyan nenchev nenchev.mari...@gmail.com wrote:
  for test and development messages i am using second div id=debugger and
 when
  i want to log some test message i add html string to it's rootpanel.
  For real logging see gwt-log :http://code.google.com/p/gwt-log/

 --

 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
 google-web-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.




--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




How to view the the builtin-sever (jetty) console output in GWT 2.0 ?

2009-12-14 Thread Alberto
  I am using Eclipse and the Google Plugin. With the new Development
Mode I lost the possibility to view the output from the builtin-server
so the errors that I get from my persistence layer are hidden.

  Is there a way to redirect the server's output to the Eclipse
Console or an other way to see the built-ins log?

Thanks,

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: Installing older GWT (1.7.x) version instead of GWT 2.0

2009-12-14 Thread ntdeaf
Never mind..I've found a similar question after I posted this...

On 14 dec, 21:20, ntdeaf ntd...@gmail.com wrote:
 Hi,

 Due to an attempt to use the latest version of GWT (2.0) but failing
 because of my lack of knowledge of  the RPC mechanism, I removed the
 GWT 1.7 plugin from eclipse (galileo). But I rather finish my current
 project first, before I dive in the new GWT version. But now I
 reinstalled ecplipse, but I can only find the new GWT plugin on the
 update site presented by Google. Where can I download the little bit
 older version of GWT 1.7? Or what do I need to do to convince Eclipse
 that GWT 1.7 resides in my /opt/gwt1.7 dir?

 Can anyone give me a shove in the right direction?

 thx!

 NTDeaf

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: Announcing GWT 2.0 and much, much more...

2009-12-14 Thread ATom
I so missing maven repository with has OS specific libraries :-(

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: GWT 2.0 Upgrade Problem

2009-12-14 Thread Chris
=page_container style=width: 950px;
h1MyApp.commdash;/h1

!-- GWT Application container. --
!-- div id=MyAppApplication/div --

!-- GWT 2.0 Application container. --
script type=text/javascript language='javascript' src='MyApp/
MyApp.nocache.js'/script

!-- OPTIONAL: include this if you want history support --
!--iframe src=javascript:'' id=__gwt_historyFrame
tabindex='-1' style=position:absolute;width:0;height:0;border:0/
iframe--

!-- The following DIV allows us to easily dim the page for
PopupPanels. --
div id=fade class=black-overlay/div


/div

div class=feedback style=width: 950px;
pImaging Sciences Research Group, Research School of Cancer 
and
Imaging Sciences, Faculty of Medical and Human Sciences, The
University of Manchester, M13 9PL, UK./p
br /
pMyApp.com was developed with the support of the a 
href=http://
www.bbsrc.ac.uk/Biotechnology and Biological Sciences Research
Council/a./p
/div
/div

  /body
/html

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




[gwt-contrib] Updates launch configurations for code museum to GWT 2.0

2009-12-14 Thread jlabanca
Reviewers: jgw,

Description:
The launch configurations for code museum are out of date.

Fix:

This patch updates the configs to use the platform-independent source
path.  It all switches from the deprecated HostedMode to DevMode.

Please review this at http://gwt-code-reviews.appspot.com/124801

Affected files:
   eclipse/reference/code-museum/DefaultMuseum.launch
   eclipse/reference/code-museum/SingleIssue.launch


Index: eclipse/reference/code-museum/SingleIssue.launch
===
--- eclipse/reference/code-museum/SingleIssue.launch(revision 7307)
+++ eclipse/reference/code-museum/SingleIssue.launch(working copy)
@@ -11,13 +11,13 @@
  listEntry value=lt;?xml version=quot;1.0quot;  
encoding=quot;UTF-8quot;  
standalone=quot;noquot;?gt;#10;lt;runtimeClasspathEntry  
containerPath=quot;org.eclipse.jdt.launching.JRE_CONTAINERquot;  
javaProject=quot;code-museumquot; path=quot;1quot;  
type=quot;4quot;/gt;#10;/
  listEntry value=lt;?xml version=quot;1.0quot;  
encoding=quot;UTF-8quot;  
standalone=quot;noquot;?gt;#10;lt;runtimeClasspathEntry  
internalArchive=quot;/code-museum/srcquot; path=quot;3quot;  
type=quot;2quot;/gt;#10;/
  listEntry value=lt;?xml version=quot;1.0quot;  
encoding=quot;UTF-8quot;  
standalone=quot;noquot;?gt;#10;lt;runtimeClasspathEntry  
internalArchive=quot;/gwt-user/core/srcquot; path=quot;3quot;  
type=quot;2quot;/gt;#10;/
-listEntry value=lt;?xml version=quot;1.0quot;  
encoding=quot;UTF-8quot;  
standalone=quot;noquot;?gt;#10;lt;runtimeClasspathEntry  
internalArchive=quot;/gwt-dev-linux/core/srcquot; path=quot;3quot;  
type=quot;2quot;/gt;#10;/
+listEntry value=lt;?xml version=quot;1.0quot;  
encoding=quot;UTF-8quot;  
standalone=quot;noquot;?gt;#10;lt;runtimeClasspathEntry  
internalArchive=quot;/gwt-dev/core/srcquot; path=quot;3quot;  
type=quot;2quot;/gt;#10;/
  listEntry value=lt;?xml version=quot;1.0quot;  
encoding=quot;UTF-8quot;  
standalone=quot;noquot;?gt;#10;lt;runtimeClasspathEntry  
internalArchive=quot;/gwt-user/core/superquot; path=quot;3quot;  
type=quot;2quot;/gt;#10;/
-listEntry value=lt;?xml version=quot;1.0quot;  
encoding=quot;UTF-8quot;  
standalone=quot;noquot;?gt;#10;lt;runtimeClasspathEntry  
internalArchive=quot;/gwt-dev-linux/core/superquot; path=quot;3quot;  
type=quot;2quot;/gt;#10;/
+listEntry value=lt;?xml version=quot;1.0quot;  
encoding=quot;UTF-8quot;  
standalone=quot;noquot;?gt;#10;lt;runtimeClasspathEntry  
internalArchive=quot;/gwt-dev/core/superquot; path=quot;3quot;  
type=quot;2quot;/gt;#10;/
  listEntry value=lt;?xml version=quot;1.0quot;  
encoding=quot;UTF-8quot;  
standalone=quot;noquot;?gt;#10;lt;runtimeClasspathEntry  
id=quot;org.eclipse.jdt.launching.classpathentry.defaultClasspathquot;gt;#10;lt;memento
  
exportedEntriesOnly=quot;falsequot;  
project=quot;code-museumquot;/gt;#10;lt;/runtimeClasspathEntrygt;#10;/
  /listAttribute
  booleanAttribute key=org.eclipse.jdt.launching.DEFAULT_CLASSPATH  
value=false/
-stringAttribute key=org.eclipse.jdt.launching.MAIN_TYPE  
value=com.google.gwt.dev.HostedMode/
+stringAttribute key=org.eclipse.jdt.launching.MAIN_TYPE  
value=com.google.gwt.dev.DevMode/
  stringAttribute key=org.eclipse.jdt.launching.PROGRAM_ARGUMENTS  
value=-startupUrl SingleIssue.html#10;com.google.gwt.museum.SingleIssue/
  stringAttribute key=org.eclipse.jdt.launching.PROJECT_ATTR  
value=code-museum/
  stringAttribute key=org.eclipse.jdt.launching.VM_ARGUMENTS  
value=-ea#13;#10;-Xmx256M#10;-Dgwt.devjar=${gwt_devjar}quot;/
Index: eclipse/reference/code-museum/DefaultMuseum.launch
===
--- eclipse/reference/code-museum/DefaultMuseum.launch  (revision 7307)
+++ eclipse/reference/code-museum/DefaultMuseum.launch  (working copy)
@@ -11,13 +11,13 @@
  listEntry value=lt;?xml version=quot;1.0quot;  
encoding=quot;UTF-8quot;  
standalone=quot;noquot;?gt;#10;lt;runtimeClasspathEntry  
containerPath=quot;org.eclipse.jdt.launching.JRE_CONTAINERquot;  
javaProject=quot;code-museumquot; path=quot;1quot;  
type=quot;4quot;/gt;#10;/
  listEntry value=lt;?xml version=quot;1.0quot;  
encoding=quot;UTF-8quot;  
standalone=quot;noquot;?gt;#10;lt;runtimeClasspathEntry  
internalArchive=quot;/code-museum/srcquot; path=quot;3quot;  
type=quot;2quot;/gt;#10;/
  listEntry value=lt;?xml version=quot;1.0quot;  
encoding=quot;UTF-8quot;  
standalone=quot;noquot;?gt;#10;lt;runtimeClasspathEntry  
internalArchive=quot;/gwt-user/core/srcquot; path=quot;3quot;  
type=quot;2quot;/gt;#10;/
-listEntry value=lt;?xml version=quot;1.0quot;  
encoding=quot;UTF-8quot;  
standalone=quot;noquot;?gt;#10;lt;runtimeClasspathEntry  
internalArchive=quot;/gwt-dev-linux/core/srcquot; path=quot;3quot;  
type=quot;2quot;/gt;#10;/
+listEntry value=lt;?xml version=quot;1.0quot;  
encoding=quot;UTF-8quot;  
standalone=quot;noquot;?gt;#10;lt;runtimeClasspathEntry  
internalArchive=quot;/gwt-dev/core/srcquot; path=quot;3quot;  

[gwt-contrib] Re: Updates launch configurations for code museum to GWT 2.0

2009-12-14 Thread jgw
On 2009/12/14 16:16:16, jlabanca wrote:


LGTM

http://gwt-code-reviews.appspot.com/124801

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors


Re: Eclipse, GWT 2.0 and Opening a browser

2009-12-13 Thread Lee
Thanks for the reply.

Is there an issue number which we're able to track at all? I did a
quick search but wasn't able to find anything.

Thanks,
Lee

On Dec 10, 4:20 pm, Rajeev Dayal rda...@google.com wrote:
 Right now, there is no way to achieve this when using the Google Plugin for
 Eclipse.  That is definitely one of the features on our list though.

 On Wed, Dec 9, 2009 at 11:46 AM, Lee leedst...@gmail.com wrote:
  Hi Everyone,

  Just upgraded to GWT 2.0 in Eclipse and have been trying it out. One
  thing that has been irritating me so far, is every time I run as a web
  application in Development mode, having to re-open my browser and copy
   paste the URL (if I have previously closed the browser).

  Does anyone know if it is possible to have it so a browser (such as
  Chrome), opens as default when you run as a web application.

  (It strikes me as something fairly obvious, so sorry if I've missed
  this in another article).

  Thanks,
  Lee

  --

  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
  google-web-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.

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: GWT 2.0 + Netbeans

2009-12-13 Thread Saeed Zarinfam
I am working with GWT 2.0 in netbeans without using GWT4NB plugin.

http://saeedzarinfam.blogspot.com/2009/03/gwt-16-on-netbeans-65.html

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: gwt 2.0 + apache + rpc pls help

2009-12-13 Thread ben fenster
???

On 13 דצמבר, 02:07, ben fenster fenster@gmail.com wrote:
 pls can anyone help 

 On 12 דצמבר, 12:19, ben fenster fenster@gmail.com wrote:

  the urls are fine do i need any special configuration or special mods
  for apache i currently use standart apache in xamp

  On 12 דצמבר, 11:41, Nicanor Cristian nicanor.bab...@gmail.com wrote:

   Check out the urls.

   ben fenster wrote:
i am trying to run a project that include gwt as client side and rpc +
php as server side
the only webserver iknow capable of running all of those together is
apache but every time i try to call rpc i get an error of page not
found

DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN
htmlhead
title404 Not Found/title
/headbody
h1Not Found/h1
pThe requested URL /vzooo/ChatServerlet was not found on this
server./p
pAdditionally, a 406 Not Acceptable
error was encountered while trying to use an ErrorDocument to handle
the request./p
hr
addressApache/2.2.12 (Win32) DAV/2 mod_ssl/2.2.12 OpenSSL/0.9.8k
mod_autoindex_color PHP/5.3.0 mod_perl/2.0.4 Perl/v5.10.0 Server at
localhost Port 80/address
/body/html

pls  help someone

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group 
athttp://groups.google.com/group/google-web-toolkit?hl=en.

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: gwt 2.0 + apache + rpc pls help

2009-12-13 Thread ben fenster
how can you do someyhing like that  cross site requests gets
blocked???

On 13 דצמבר, 15:42, nacho vela.igna...@gmail.com wrote:
 Why don't you use 2 different ports?

 One for PHP and one for Java.

 For example I have one apache serving php in localhost:80 and one
 tomcat serving java in localhost:

 On Dec 13, 10:18 am, ben fenster fenster@gmail.com wrote:

  ???

  On 13 דצמבר, 02:07, ben fenster fenster@gmail.com wrote:

   pls can anyone help 

   On 12 דצמבר, 12:19, ben fenster fenster@gmail.com wrote:

the urls are fine do i need any special configuration or special mods
for apache i currently use standart apache in xamp

On 12 דצמבר, 11:41, Nicanor Cristian nicanor.bab...@gmail.com wrote:

 Check out the urls.

 ben fenster wrote:
  i am trying to run a project that include gwt as client side and 
  rpc +
  php as server side
  the only webserver iknow capable of running all of those together is
  apache but every time i try to call rpc i get an error of page not
  found

  DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN
  htmlhead
  title404 Not Found/title
  /headbody
  h1Not Found/h1
  pThe requested URL /vzooo/ChatServerlet was not found on this
  server./p
  pAdditionally, a 406 Not Acceptable
  error was encountered while trying to use an ErrorDocument to handle
  the request./p
  hr
  addressApache/2.2.12 (Win32) DAV/2 mod_ssl/2.2.12 OpenSSL/0.9.8k
  mod_autoindex_color PHP/5.3.0 mod_perl/2.0.4 Perl/v5.10.0 Server at
  localhost Port 80/address
  /body/html

  pls  help someone

  --

  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 
  google-web-toolkit+unsubscr...@googlegroups.com.
  For more options, visit this group 
  athttp://groups.google.com/group/google-web-toolkit?hl=en.

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: gwt 2.0 + apache + rpc pls help

2009-12-13 Thread ben fenster
?

On 13 דצמבר, 16:17, ben fenster fenster@gmail.com wrote:
 how can you do someyhing like that  cross site requests gets
 blocked???

 On 13 דצמבר, 15:42, nacho vela.igna...@gmail.com wrote:

  Why don't you use 2 different ports?

  One for PHP and one for Java.

  For example I have one apache serving php in localhost:80 and one
  tomcat serving java in localhost:

  On Dec 13, 10:18 am, ben fenster fenster@gmail.com wrote:

   ???

   On 13 דצמבר, 02:07, ben fenster fenster@gmail.com wrote:

pls can anyone help 

On 12 דצמבר, 12:19, ben fenster fenster@gmail.com wrote:

 the urls are fine do i need any special configuration or special mods
 for apache i currently use standart apache in xamp

 On 12 דצמבר, 11:41, Nicanor Cristian nicanor.bab...@gmail.com wrote:

  Check out the urls.

  ben fenster wrote:
   i am trying to run a project that include gwt as client side and 
   rpc +
   php as server side
   the only webserver iknow capable of running all of those together 
   is
   apache but every time i try to call rpc i get an error of page not
   found

   DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN
   htmlhead
   title404 Not Found/title
   /headbody
   h1Not Found/h1
   pThe requested URL /vzooo/ChatServerlet was not found on this
   server./p
   pAdditionally, a 406 Not Acceptable
   error was encountered while trying to use an ErrorDocument to 
   handle
   the request./p
   hr
   addressApache/2.2.12 (Win32) DAV/2 mod_ssl/2.2.12 OpenSSL/0.9.8k
   mod_autoindex_color PHP/5.3.0 mod_perl/2.0.4 Perl/v5.10.0 Server 
   at
   localhost Port 80/address
   /body/html

   pls  help someone

   --

   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 
   google-web-toolkit+unsubscr...@googlegroups.com.
   For more options, visit this group 
   athttp://groups.google.com/group/google-web-toolkit?hl=en.

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: No UIBinder Event Handers in GWT 2.0?

2009-12-13 Thread Transplant


On Dec 12, 11:01 pm, Sekhar sek...@allurefx.com wrote:
 Add it as a widget:

 RootPanel.get().add(demo);

Ok, great noob gotcha. I knew it was something simple.
 I should have been able to figure that out in spite of the the
dom-based example code in the UiBinder intro docs which
only applies to non-widget UiBinder elements.

For  anyone else just jumping in to UIBinder, the old user interface
documentation on user interface layout with FlowPanel, etc, has
had an important UIBinder section added to it which
is extremely useful.

http://code.google.com/webtoolkit/doc/latest/DevGuideUiPanels.html#LayoutPanels



--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




the compiled code throws cast exception in gwt 2.0 only but works in 1.7

2009-12-13 Thread ahhat...@gmail.com
I have just moved to gwt 2.0 from 1.7.1
Since the upgrade, I get a class cast exception only in production
mode, which doesn't happen when compiled with 1.7.1

Is there any obvious reason for this, I will most probably spend a
lng testing phase till I  get to what exactly causes the exception
since it doesn't give a line number, but I thought asking might help.

Thank in advance.

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: Mac, GWT Hosted Mode does not work after switching to gwt 2.0 and back to 1.7.1

2009-12-13 Thread Sorinel C
It's simple ... hosted mode uses the default browser of your OS
(windows ~ IE, linux ~ FF ).
So, first of all clean up the browser cache ... then launch a full
rebuild of the project after you change the libraries ... and the
hosted mode will come back, as you knew it :-)

BTW, better check out why your application doesn't work well with 2.0,
'cause it's better to use newest features ... new resources, faster
loading of  the application in development mode than hosted mode, code
splitting, etc

Cheers,
Sorinel CRISTESCU

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: GWT 2.0 - com.google.gwt.user.client.rpc.IsSerializable is mandatory again?

2009-12-13 Thread Sorinel C
When a new version comes these are the standard steps to do:
1 - put the jars
2 - perform a full rebuild of the application
3 - clean up the browser cache
4 - clean up the temp folder, where the GWT is generating the
compilation crap...
5 - run the application :-))

Cheers,
Sorinel CRISTESCU

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: GWT 2.0 - Eclipse - Need to Recompile after every change

2009-12-13 Thread Sorinel C
Why do you have to change your code to manage the gwt.codesvr crap ?
Do you know what's the 9997 port for?

...just use the gwt.codesvr in the URL of the browser when you
launch the developer mode and you'll have the same result ... the
point is that the 9997 is configurable and it can be changed, so what
do you do, you modify your code every time?

http://localhost:8080/MyApp.html?gwt.codesvr=localhost:9997

8080 is the default  port for you app, 9997 is default the port for
dev mode... both of them can be changed!

Cheers,
Sorinel CRISTESCU

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Using our own server with GWT 2.0

2009-12-13 Thread Christian Goudreau
Hello,

I'm using PHP server side. I was used to GWT 1.7 and it was easy to use
another server than the built in server. Now how do I set up Eclipse to use
my PHP server instead of the default jetty ?

Thanks !

Christian

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: Using our own server with GWT 2.0

2009-12-13 Thread Jan Ehrhardt
If you're using the Google Plugin, create a Web Application launch
configuration and add the following to parameters to the 'program
arguments':

-noserver
-startupUrl 
http://localhost:8080/test/gohttp://www.google.com/url?sa=Dq=http://localhost:8080/test/gousg=AFQjCNFKh5JNAcKKjkxdJUuK0zFTwvpxdg


Regards
Jan Ehrhardt

On Mon, Dec 14, 2009 at 5:55 AM, Christian Goudreau 
goudreau.christ...@gmail.com wrote:

 Hello,

 I'm using PHP server side. I was used to GWT 1.7 and it was easy to use
 another server than the built in server. Now how do I set up Eclipse to use
 my PHP server instead of the default jetty ?

 Thanks !

 Christian

 --
 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
 google-web-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.


--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




GWT 2.0: IE7 and PopupPanel still using IFrame hack.

2009-12-13 Thread David
Hi,

I was assuming that the IFrame behind the popup panel trick was going
to be removed in this release, just as were some other IE6 tricks for
ImageBundles.

I looked in the code and I realized that this is not the case.

Why is this a problem for me: we see a 500ms slowdown everytime we use
a popup panel when running in IE7 and the application is running in
HTTPS. For some reason an IFrame (even about:blank) in IE takes a long
time to show when the parent frame is HTTPS. This might be some local
issue, but in our case it is quite annoying.

I guess this trick is no longer needed for IE7, so I was hoping that
it would be removed in GWT 2.0.

So I created an issue in the tracker:
http://code.google.com/p/google-web-toolkit/issues/detail?id=4352

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: gwt 2.0 + apache + rpc pls help

2009-12-12 Thread Nicanor Cristian
Check out the urls.

ben fenster wrote:
 i am trying to run a project that include gwt as client side and rpc +
 php as server side
 the only webserver iknow capable of running all of those together is
 apache but every time i try to call rpc i get an error of page not
 found



 DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN
 htmlhead
 title404 Not Found/title
 /headbody
 h1Not Found/h1
 pThe requested URL /vzooo/ChatServerlet was not found on this
 server./p
 pAdditionally, a 406 Not Acceptable
 error was encountered while trying to use an ErrorDocument to handle
 the request./p
 hr
 addressApache/2.2.12 (Win32) DAV/2 mod_ssl/2.2.12 OpenSSL/0.9.8k
 mod_autoindex_color PHP/5.3.0 mod_perl/2.0.4 Perl/v5.10.0 Server at
 localhost Port 80/address
 /body/html


 pls  help someone

 --

 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 
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/google-web-toolkit?hl=en.



   

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: gwt 2.0 + apache + rpc pls help

2009-12-12 Thread ben fenster
the urls are fine do i need any special configuration or special mods
for apache i currently use standart apache in xamp

On 12 דצמבר, 11:41, Nicanor Cristian nicanor.bab...@gmail.com wrote:
 Check out the urls.

 ben fenster wrote:
  i am trying to run a project that include gwt as client side and rpc +
  php as server side
  the only webserver iknow capable of running all of those together is
  apache but every time i try to call rpc i get an error of page not
  found

  DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN
  htmlhead
  title404 Not Found/title
  /headbody
  h1Not Found/h1
  pThe requested URL /vzooo/ChatServerlet was not found on this
  server./p
  pAdditionally, a 406 Not Acceptable
  error was encountered while trying to use an ErrorDocument to handle
  the request./p
  hr
  addressApache/2.2.12 (Win32) DAV/2 mod_ssl/2.2.12 OpenSSL/0.9.8k
  mod_autoindex_color PHP/5.3.0 mod_perl/2.0.4 Perl/v5.10.0 Server at
  localhost Port 80/address
  /body/html

  pls  help someone

  --

  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 
  google-web-toolkit+unsubscr...@googlegroups.com.
  For more options, visit this group 
  athttp://groups.google.com/group/google-web-toolkit?hl=en.

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: GWT 2.0 - com.google.gwt.user.client.rpc.IsSerializable is mandatory again?

2009-12-12 Thread John V Denley
Yup, Ive got the same problem having just upgraded to 2.0.. G

On Dec 12, 12:27 am, Dop Sun dop...@gmail.com wrote:
 While I upgraded my project settings to 2.0 (via Google Eclipse
 Plugin), and have a runtime error while running in development mode:

 com.google.gwt.user.client.rpc.SerializationException: Type 'xxx' was
 not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' and
 did not have a custom field serializer. For security purposes, this
 type will not be deserialized.

 I believe this is resolved while GWT since 1.5, but it comes back 2.0
 again?

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: GWT 2.0 - com.google.gwt.user.client.rpc.IsSerializable is mandatory again?

2009-12-12 Thread John V Denley
Actually, sorry, not sure ive got the SAME problem, I have:

com.google.gwt.user.client.rpc.SerializationException: Type
'com.ideba.net.client.LoginInfo' was not assignable to
'com.google.gwt.user.client.rpc.IsSerializable' and did not have a
custom field serializer.For security purposes, this type will not be
serialized.: instance = com.ideba.net.client.logini...@a59c12

On Dec 12, 12:27 am, Dop Sun dop...@gmail.com wrote:
 While I upgraded my project settings to 2.0 (via Google Eclipse
 Plugin), and have a runtime error while running in development mode:

 com.google.gwt.user.client.rpc.SerializationException: Type 'xxx' was
 not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' and
 did not have a custom field serializer. For security purposes, this
 type will not be deserialized.

 I believe this is resolved while GWT since 1.5, but it comes back 2.0
 again?

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




No UIBinder Event Handers in GWT 2.0?

2009-12-12 Thread Transplant
The GWT 2.0 announcement got me all excited about the UIBinder, but I
can't seem to make the demo event handlers function. Is there some
module XML magic required to enable this? I created a new eclipse GWT
project, and added demo code from the source release, and although the
demo widgets are created and added to the page properly, none of the
event handlers function.

I tried manually adding ClickHandlers to the bound widgets, and that
didn't work either. Clearly I'm missing something. I also noticed that
the event handler code generated by the Eclipse Plugin's UIBinder
generator for a widget-based UI failed to work either.

Any insight or pointers are greatly appreciated.

My demo project was created by:
1) Creating new GWT project in eclipse for GWT2.0 no AppEngine
2) Replacing all generated code with a demo EntryPoint (see below).
3) Adding the GWT HandlerDemo.java and HandlerDemo.ui.xml
4) Setting the HandlerDemo package name to the project package

No joy :(

Module XML - GWT2Demo.gwt.xml:
---
?xml version=1.0 encoding=UTF-8?
module rename-to='gwt2demo'
  inherits name='com.google.gwt.user.User'/
  inherits name='com.google.gwt.user.theme.standard.Standard'/
  entry-point class='demo.client.GWT2Demo'/
  source path='client'/
/module
===
EntryPoint class - GWT2Demo.java:
--
public class GWT2Demo implements EntryPoint
{
public void onModuleLoad ()
{
HandlerDemo demo = new HandlerDemo ();
Document.get().getBody().appendChild(demo.getElement());
}
}
===
Handler Demo code from Google:
---
http://code.google.com/p/google-web-toolkit/source/browse/releases/2.0/user/test/com/google/gwt/uibinder/test/client/HandlerDemo.java

http://code.google.com/p/google-web-toolkit/source/browse/releases/2.0/user/test/com/google/gwt/uibinder/test/client/HandlerDemo.ui.xml
===

Development Environment:
Eclipse 3.5/GWT Plugin
Java 1.5

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




GWT.log on GWT 2.0

2009-12-12 Thread Pion
I have just done the following:

1. Download the GWT 2.0
2. Call 'GWT.log(debug, null);'
3. Run it on my Eclipse-Galileo
4. Open Firefox 3.5.5
5. http://localhost:/foo.html. My page shows up as expected
6. Turn on Firebug 1.4.5
7. Enable Firebug console
8. Refresh

I don't see any debug message on the Firebug console. I was
expecting to see debug message on Firefox console.

Where did the GWT.log() output go on GWT 2.0?

What did I do wrong?

Thanks in advance for your help.

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: No UIBinder Event Handers in GWT 2.0?

2009-12-12 Thread Sekhar
Add it as a widget:

RootPanel.get().add(demo);

On Dec 12, 1:13 pm, Transplant transplant...@gmail.com wrote:
 The GWT 2.0 announcement got me all excited about the UIBinder, but I
 can't seem to make the demo event handlers function. Is there some
 module XML magic required to enable this? I created a new eclipse GWT
 project, and added demo code from the source release, and although the
 demo widgets are created and added to the page properly, none of the
 event handlers function.

 I tried manually adding ClickHandlers to the bound widgets, and that
 didn't work either. Clearly I'm missing something. I also noticed that
 the event handler code generated by the Eclipse Plugin's UIBinder
 generator for a widget-based UI failed to work either.

 Any insight or pointers are greatly appreciated.

 My demo project was created by:
 1) Creating new GWT project in eclipse for GWT2.0 no AppEngine
 2) Replacing all generated code with a demo EntryPoint (see below).
 3) Adding the GWT HandlerDemo.java and HandlerDemo.ui.xml
 4) Setting the HandlerDemo package name to the project package

 No joy :(

 Module XML - GWT2Demo.gwt.xml:
 ---
 ?xml version=1.0 encoding=UTF-8?
 module rename-to='gwt2demo'
   inherits name='com.google.gwt.user.User'/
   inherits name='com.google.gwt.user.theme.standard.Standard'/
   entry-point class='demo.client.GWT2Demo'/
   source path='client'/
 /module
 ===
 EntryPoint class - GWT2Demo.java:
 --
 public class GWT2Demo implements EntryPoint
 {
 public void onModuleLoad ()
 {
         HandlerDemo demo = new HandlerDemo ();
         Document.get().getBody().appendChild(demo.getElement());}
 }

 ===
 Handler Demo code from Google:
 ---http://code.google.com/p/google-web-toolkit/source/browse/releases/2

 http://code.google.com/p/google-web-toolkit/source/browse/releases/2
 ===

 Development Environment:
 Eclipse 3.5/GWT Plugin
 Java 1.5

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: GWT.log on GWT 2.0

2009-12-12 Thread Shawn Brown
 Where did the GWT.log() output go on GWT 2.0?

I see it in the Developer Mode console under the tab for my app that
appears after I hit launch default browser.

 What did I do wrong?

Not sure but to log in firebug I use:

http://code.google.com/p/gwt-log/

Shawn

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: gwt 2.0 + apache + rpc pls help

2009-12-12 Thread ben fenster
pls can anyone help 

On 12 דצמבר, 12:19, ben fenster fenster@gmail.com wrote:
 the urls are fine do i need any special configuration or special mods
 for apache i currently use standart apache in xamp

 On 12 דצמבר, 11:41, Nicanor Cristian nicanor.bab...@gmail.com wrote:

  Check out the urls.

  ben fenster wrote:
   i am trying to run a project that include gwt as client side and rpc +
   php as server side
   the only webserver iknow capable of running all of those together is
   apache but every time i try to call rpc i get an error of page not
   found

   DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN
   htmlhead
   title404 Not Found/title
   /headbody
   h1Not Found/h1
   pThe requested URL /vzooo/ChatServerlet was not found on this
   server./p
   pAdditionally, a 406 Not Acceptable
   error was encountered while trying to use an ErrorDocument to handle
   the request./p
   hr
   addressApache/2.2.12 (Win32) DAV/2 mod_ssl/2.2.12 OpenSSL/0.9.8k
   mod_autoindex_color PHP/5.3.0 mod_perl/2.0.4 Perl/v5.10.0 Server at
   localhost Port 80/address
   /body/html

   pls  help someone

   --

   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 
   google-web-toolkit+unsubscr...@googlegroups.com.
   For more options, visit this group 
   athttp://groups.google.com/group/google-web-toolkit?hl=en.

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: GWT 2.0 - com.google.gwt.user.client.rpc.IsSerializable is mandatory again?

2009-12-12 Thread Dop Sun
Thx John:

The way I fixed it is a little bit different:
I deleted all files generated by old compiler, and then, the problem
disappeared. I guess, the problem is because the new compiler is
different from the new compiler.

Cheers.
Dop

On Dec 13, 4:47 am, John V Denley johnvden...@googlemail.com wrote:
 FYI, I fixed this as follows (the commented lines were the original
 code):

 //import java.io.Serializable;
 import com.google.gwt.user.client.rpc.IsSerializable;

 //public class LoginInfo implements Serializable {
 public class LoginInfo implements IsSerializable {

 On Dec 12, 12:27 am, Dop Sun dop...@gmail.com wrote:

  While I upgraded my project settings to 2.0 (via Google Eclipse
  Plugin), and have a runtime error while running in development mode:

  com.google.gwt.user.client.rpc.SerializationException: Type 'xxx' was
  not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' and
  did not have a custom field serializer. For security purposes, this
  type will not be deserialized.

  I believe this is resolved while GWT since 1.5, but it comes back 2.0
  again?

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: GWT 2.0 - com.google.gwt.user.client.rpc.IsSerializable is mandatory again?

2009-12-12 Thread tekgrunt
I am losing my mind... I just upgraded to GWT 2.0 on OSX 10.5 using
Eclipse 3.5  App Engine SDK 1.2.8 and previously working server calls
are now not working. When the application starts it grabs some data
from the server and this is still working. When I try to have a user
login I get the following error:

[WARN] remoteProcedureServiceImpl: An
IncompatibleRemoteServiceException was thrown while processing this
call.
com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException:
Invalid type signature for
ca.beloud.smallFeet.emissionCalculator.client.objects.User
at com.google.gwt.user.server.rpc.RPC.decodeRequest(RPC.java:308)

which is preceeded by...

Caused by: com.google.gwt.user.client.rpc.SerializationException:
Invalid type signature for
ca.beloud.smallFeet.emissionCalculator.client.objects.User
at
com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader.validateTypeVersions
(ServerSerializationStreamReader.java:857)


I have been at this all day and just can't seem to resolve it. I have
tried switching from Serializabe to IsSerializable but having no luck.

Any suggestions would be oh so greatly appreciated.

Best,

Christopher.

On Dec 12, 5:12 pm, Dop Sun dop...@gmail.com wrote:
 Thx John:

 The way I fixed it is a little bit different:
 I deleted all files generated by old compiler, and then, the problem
 disappeared. I guess, the problem is because the new compiler is
 different from the new compiler.

 Cheers.
 Dop

 On Dec 13, 4:47 am, John V Denley johnvden...@googlemail.com wrote:

  FYI, I fixed this as follows (the commented lines were the original
  code):

  //import java.io.Serializable;
  import com.google.gwt.user.client.rpc.IsSerializable;

  //public class LoginInfo implements Serializable {
  public class LoginInfo implements IsSerializable {

  On Dec 12, 12:27 am, Dop Sun dop...@gmail.com wrote:

   While I upgraded my project settings to 2.0 (via Google Eclipse
   Plugin), and have a runtime error while running in development mode:

   com.google.gwt.user.client.rpc.SerializationException: Type 'xxx' was
   not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' and
   did not have a custom field serializer. For security purposes, this
   type will not be deserialized.

   I believe this is resolved while GWT since 1.5, but it comes back 2.0
   again?

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: GWT 2.0 - com.google.gwt.user.client.rpc.IsSerializable is mandatory again?

2009-12-12 Thread tekgrunt
@Dop Sun

Could you tell me which files were/are created by the old compiler? I
have tried cleanign and refreshing a bunch of stuff but maybe I am
missing something.

Thanx.

On Dec 12, 5:12 pm, Dop Sun dop...@gmail.com wrote:
 Thx John:

 The way I fixed it is a little bit different:
 I deleted all files generated by old compiler, and then, the problem
 disappeared. I guess, the problem is because the new compiler is
 different from the new compiler.

 Cheers.
 Dop

 On Dec 13, 4:47 am, John V Denley johnvden...@googlemail.com wrote:

  FYI, I fixed this as follows (the commented lines were the original
  code):

  //import java.io.Serializable;
  import com.google.gwt.user.client.rpc.IsSerializable;

  //public class LoginInfo implements Serializable {
  public class LoginInfo implements IsSerializable {

  On Dec 12, 12:27 am, Dop Sun dop...@gmail.com wrote:

   While I upgraded my project settings to 2.0 (via Google Eclipse
   Plugin), and have a runtime error while running in development mode:

   com.google.gwt.user.client.rpc.SerializationException: Type 'xxx' was
   not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' and
   did not have a custom field serializer. For security purposes, this
   type will not be deserialized.

   I believe this is resolved while GWT since 1.5, but it comes back 2.0
   again?

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: GWT 2.0 - com.google.gwt.user.client.rpc.IsSerializable is mandatory again?

2009-12-12 Thread John
I have the same error in Hosted Mode. Production is fine. Making all
my types implement IsSerializable fixes the problem, but I'd really
rather not have to tie all my objects to GWT like that.

P.S: Maybe unrelated, I get this warning with the IsSerializable fix.
I'm getting multiple .rpc files in my build output, i.e. the directory
Hosted Mode uses. Only 1 .rpc file makes it to the war file, so that's
probably why it doesn't show up in production.

2009-12-11 19:10:13 ERROR org.apache.catalina.core.ContainerBase.
[Catalina].[localhost].[/jkurkowski]  - servletGWT: WARNING: Failed to
get the SerializationPolicy '864B08CED5452C2F235E67317E0E0948' for
module 'http://localhost:8080/jkurkowski/com.foo.module.Module/'; a
legacy, 1.3.3 compatible, serialization policy will be used.  You may
experience SerializationExceptions as a result.


On Dec 11, 4:27 pm, Dop Sun dop...@gmail.com wrote:
 While I upgraded my project settings to 2.0 (via Google Eclipse
 Plugin), and have a runtime error while running in development mode:

 com.google.gwt.user.client.rpc.SerializationException: Type 'xxx' was
 not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' and
 did not have a custom field serializer. For security purposes, this
 type will not be deserialized.

 I believe this is resolved while GWT since 1.5, but it comes back 2.0
 again?

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




GWT Incubator update for GWT 2.0?

2009-12-12 Thread Timmy G
Anyone know when we can expect to see the incubator project get
refreshed for GWT 2.0?

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: Problems compiling internationalisation files with GWT 2.0

2009-12-11 Thread grandfatha
Since upgrading to 2.0, I can no longe compile my i18n files as well.
The compiler complains for a missing key, although the interface/
properties files have not been altered and have worked under 1.5/1.6
and the latest 1.7.1 version. I basically cannot compile my app with
2.0.

Here is the error from the compiler:

Compiling module my.package.gwt.Main
   Scanning for additional dependencies: file:/my/path/my/package/util/
Constants.java
  Computing all possible rebind results for
'my.package.gwt.i18n.Messages'
 Rebinding my.package.gwt.i18n.Messages
Invoking
com.google.gwt.dev.javac.standardgeneratorcont...@3b776b
   Processing interface my.package.gwt.i18n.Messages
  Generating method body for enterprise()
 [ERROR] No resource found for key 'enterprise'
com.google.gwt.i18n.rebind.AbstractResource$MissingResourceException:
No resource found for key 'enterprise'
at com.google.gwt.i18n.rebind.AbstractResource
$ResourceList.getRequiredStringExt(AbstractResource.java:246)
at com.google.gwt.i18n.rebind.SimpleValueMethodCreator.createMethodFor
(SimpleValueMethodCreator.java:95)
at
com.google.gwt.i18n.rebind.AbstractLocalizableImplCreator.delegateToCreator
(AbstractLocalizableImplCreator.java:313)
at com.google.gwt.i18n.rebind.ConstantsImplCreator.emitMethodBody
(ConstantsImplCreator.java:163)
at com.google.gwt.user.rebind.AbstractGeneratorClassCreator.genMethod
(AbstractGeneratorClassCreator.java:265)
at
com.google.gwt.user.rebind.AbstractGeneratorClassCreator.emitMethods
(AbstractGeneratorClassCreator.java:233)
at com.google.gwt.user.rebind.AbstractGeneratorClassCreator.emitClass
(AbstractGeneratorClassCreator.java:116)
at
com.google.gwt.i18n.rebind.AbstractLocalizableImplCreator.generateConstantOrMessageClass
(AbstractLocalizableImplCreator.java:133)
at com.google.gwt.i18n.rebind.LocalizableGenerator.generate
(LocalizableGenerator.java:121)
at com.google.gwt.i18n.rebind.LocalizableGenerator.generate
(LocalizableGenerator.java:98)
at com.google.gwt.dev.javac.StandardGeneratorContext.runGenerator
(StandardGeneratorContext.java:418)
at com.google.gwt.dev.cfg.RuleGenerateWith.realize
(RuleGenerateWith.java:38)
at com.google.gwt.dev.shell.StandardRebindOracle$Rebinder.tryRebind
(StandardRebindOracle.java:108)
at com.google.gwt.dev.shell.StandardRebindOracle$Rebinder.rebind
(StandardRebindOracle.java:54)
at com.google.gwt.dev.shell.StandardRebindOracle.rebind
(StandardRebindOracle.java:154)
at com.google.gwt.dev.shell.StandardRebindOracle.rebind
(StandardRebindOracle.java:143)
at com.google.gwt.dev.Precompile
$DistillerRebindPermutationOracle.getAllPossibleRebindAnswers
(Precompile.java:317)
at
com.google.gwt.dev.jdt.WebModeCompilerFrontEnd.doFindAdditionalTypesUsingRebinds
(WebModeCompilerFrontEnd.java:95)
at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox
$CompilerImpl.process(AbstractCompiler.java:200)
at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:
444)
at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox
$CompilerImpl.compile(AbstractCompiler.java:123)
at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox
$CompilerImpl.compile(AbstractCompiler.java:234)
at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox$CompilerImpl.access
$200(AbstractCompiler.java:109)
at com.google.gwt.dev.jdt.AbstractCompiler.compile
(AbstractCompiler.java:522)
at
com.google.gwt.dev.jdt.BasicWebModeCompiler.getCompilationUnitDeclarations
(BasicWebModeCompiler.java:112)
at
com.google.gwt.dev.jdt.WebModeCompilerFrontEnd.getCompilationUnitDeclarations
(WebModeCompilerFrontEnd.java:47)
at com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.precompile
(JavaToJavaScriptCompiler.java:421)
at com.google.gwt.dev.jjs.JavaScriptCompiler.precompile
(JavaScriptCompiler.java:32)
at com.google.gwt.dev.Precompile.precompile(Precompile.java:522)
at com.google.gwt.dev.Precompile.precompile(Precompile.java:414)
at com.google.gwt.dev.Compiler.run(Compiler.java:201)
at com.google.gwt.dev.Compiler$1.run(Compiler.java:152)
at com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:
87)
at com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger
(CompileTaskRunner.java:81)
at com.google.gwt.dev.Compiler.main(Compiler.java:159)
 [WARN] Searched the following resources:
  [WARN] For the following type(s), generated source was never
committed (did you forget to call commit()?)
 [WARN] my.package.gwt.i18n.Messages_
   [ERROR] Errors in 'file:/my/path/my/package/util/Constants.java'
  [ERROR] Line 20:  Failed to resolve
'my.package.gwt.i18n.Messages' via deferred binding

--

You received this message because you are subscribed to the Google Groups 
Google Web 

Re: Eclipse, GWT 2.0 and Opening a browser

2009-12-11 Thread grandfatha
You can assure that it ueses the same port by giving the -
codeServerport (you have to look that one up, dont know the correct
spelling) switch. Then at least the URL doesnt change.

On Dec 10, 5:20 pm, Rajeev Dayal rda...@google.com wrote:
 Right now, there is no way to achieve this when using the Google Plugin for
 Eclipse.  That is definitely one of the features on our list though.



 On Wed, Dec 9, 2009 at 11:46 AM, Lee leedst...@gmail.com wrote:
  Hi Everyone,

  Just upgraded to GWT 2.0 in Eclipse and have been trying it out. One
  thing that has been irritating me so far, is every time I run as a web
  application in Development mode, having to re-open my browser and copy
   paste the URL (if I have previously closed the browser).

  Does anyone know if it is possible to have it so a browser (such as
  Chrome), opens as default when you run as a web application.

  (It strikes me as something fairly obvious, so sorry if I've missed
  this in another article).

  Thanks,
  Lee

  --

  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
  google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2Bunsubs 
  cr...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: Eclipse Plugin for GWT 2.0 release

2009-12-11 Thread István Szoboszlai
Hello Rajeev,

Actually I think it is good, but I liked it when it was a separate
window. Of course you can drag the development mode tab to be a
separate window.

I liked the tabbing in the normal oophm window better, and there was a
way to restart jetty (perhaps I just did not find it yet in Eclipse
plugin.

I also liked, that the debug info and the http request log was in a
separate window.

Actually I really like gwt 2.0 and also the eclipse plugin rocks! The
UiBinder support is awesome!

Best - István

On Thu, Dec 10, 2009 at 5:43 PM, Rajeev Dayal rda...@google.com wrote:
 If you want to use the Development Mode UI provided by GWT, define the
 USE_REMOTE_UI environment variable for the launch configuration, and set its
 value to false. You can do this via the Environment tab for the launch
 configuration.
 If you don't mind, can you tell us why you're not a fan of the Development
 Mode View in Eclipse?
 2009/12/10 István Szoboszlai mrsz...@gmail.com

 Hello!
 I have tried the new GWT 2.0 release, and it looks very god!
 My only problem is with the eclipse plugin.
 Do you know how to debug the project using the normal devmode window
 instead of the Development Mode tab in eclipse? I don't really like the
 new tab:)
 Is there a command line argument to use the nomral devmode window?
 Any answer is really appreciated:)
 Thanks in advance
 - István Szoboszlai | inepex.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.
 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.

 --

 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
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




gwt 2.0 pls help

2009-12-11 Thread ben fenster
i have a project with to modules it compiles with no errors
when i try to run it after setting the module to run in run
configuration the development shows everything is ok but dont give me
any link that i can use for the browser

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: Problems compiling internationalisation files with GWT 2.0

2009-12-11 Thread grandfatha
Changing the name of my interface and the properties files resolved at
least my issue. No clue what was wrong with the old one... It simply
disliked it.

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: gwt 2.0 pls help

2009-12-11 Thread ben fenster
m sorry 2 modules :)

On 11 דצמבר, 13:14, ben fenster fenster@gmail.com wrote:
 i have a project with to modules it compiles with no errors
 when i try to run it after setting the module to run in run
 configuration the development shows everything is ok but dont give me
 any link that i can use for the browser

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: Deprecation warning in all RPCs dealing with collections on GWT 2.0 RC2

2009-12-11 Thread Luis Fernando Planella Gonzalez
This issue is still present on GWT 2.0 final.
I've made some tests: creating a new GWT project with Collections in
RPC methods don't result in such code being inserted in the generated
JavaScript.
The point is: our project is quite huge, but I can confirm that there
are no occurrences of any of the ListenerCollections mentioned.
Compiling with -compileReport shows as only references for those
collections the RPC generated TypeSerializers and FieldSerializers.
Could someone, please, explain how to get rid of those unwanted (and
unused) collections in the generated code?

PS: I've read some time ago that all this deprecated code would be
removed in GWT 2. It's even in the source code that it would be
removed. Why it wasn't?!?
If it's for people using the old event listeners, I can assure that
I've migrated from GWT 1.5 to 1.7 in 1,5 days. When I first replaced
Listeners by Handlers I had 600+ compilation errors. Just changed the
inner classes and everything worked. And better. Not to count having
to rearrange the app to use the war directory. So I think this is no
excuse for keeping deprecated code, as I think that 99% of the GWT
users are working in a code base the same size or smaller than ours.

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




GWT 2.0 - Eclipse - Need to Recompile after every change

2009-12-11 Thread ziggystardust
Been using GWT / App Engine and the Eclipse plugin for some time now
and just recently upgraded to 2.0. I reinstalled Eclipse (3.5),
installed the plugin and the sdks. Setup the example StockWatcher app
and everything runs fine. In dev mode however I have to recompile
whenever i make a change in order for it to be effective. Tried reload
and restarting the browser (IE and Chrome), tried restarting the
server but no joy. Any ideas appreciated. Thanks.

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: GWT 2.0 - Eclipse - Need to Recompile after every change

2009-12-11 Thread Luis Fernando Planella Gonzalez
Make sure you have ?gwt.codesvr=127.0.1.1:9997 at the end of the URL
in the browser.
That's what makes it use development mode.
Otherwise, it will just be the plain old web mode (now called
production mode).

On 11 dez, 10:46, ziggystardust camke...@gmail.com wrote:
 Been using GWT / App Engine and the Eclipse plugin for some time now
 and just recently upgraded to 2.0. I reinstalled Eclipse (3.5),
 installed the plugin and the sdks. Setup the example StockWatcher app
 and everything runs fine. In dev mode however I have to recompile
 whenever i make a change in order for it to be effective. Tried reload
 and restarting the browser (IE and Chrome), tried restarting the
 server but no joy. Any ideas appreciated. Thanks.

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: GWT 2.0 - Eclipse - Need to Recompile after every change

2009-12-11 Thread ziggystardust
The gwt.codesvr extention is on the URL. I simply copy the suggested
given by the dev server and paste that into the browser. Problem
continues.

On Dec 11, 9:19 am, Luis Fernando Planella Gonzalez
lfpg@gmail.com wrote:
 Make sure you have ?gwt.codesvr=127.0.1.1:9997 at the end of the URL
 in the browser.
 That's what makes it use development mode.
 Otherwise, it will just be the plain old web mode (now called
 production mode).

 On 11 dez, 10:46, ziggystardust camke...@gmail.com wrote:



  Been using GWT / App Engine and the Eclipse plugin for some time now
  and just recently upgraded to 2.0. I reinstalled Eclipse (3.5),
  installed the plugin and the sdks. Setup the example StockWatcher app
  and everything runs fine. In dev mode however I have to recompile
  whenever i make a change in order for it to be effective. Tried reload
  and restarting the browser (IE and Chrome), tried restarting the
  server but no joy. Any ideas appreciated. Thanks.

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: Eclipse Plugin for GWT 2.0 release

2009-12-11 Thread Jonas Huckestein
Hi there,

just quick note: The restart server button is located at the right of
the toolbar in the development mode tab. It might be somewhat
misleading because it looks just like an ordinary refresh icon.

It took me a day to find that one, too. Until then I was stopping and
starting the server from its console tab ;)

Cheers, Jonas

On 11 Dez., 10:55, István Szoboszlai mrsz...@gmail.com wrote:
 Hello Rajeev,

 Actually I think it is good, but I liked it when it was a separate
 window. Of course you can drag the development mode tab to be a
 separate window.

 I liked the tabbing in the normal oophm window better, and there was a
 way to restart jetty (perhaps I just did not find it yet in Eclipse
 plugin.

 I also liked, that the debug info and the http request log was in a
 separate window.

 Actually I really like gwt 2.0 and also the eclipse plugin rocks! The
 UiBinder support is awesome!

 Best - István



 On Thu, Dec 10, 2009 at 5:43 PM, Rajeev Dayal rda...@google.com wrote:
  If you want to use the Development Mode UI provided by GWT, define the
  USE_REMOTE_UI environment variable for the launch configuration, and set its
  value to false. You can do this via the Environment tab for the launch
  configuration.
  If you don't mind, can you tell us why you're not a fan of the Development
  Mode View in Eclipse?
  2009/12/10 István Szoboszlai mrsz...@gmail.com

  Hello!
  I have tried the new GWT 2.0 release, and it looks very god!
  My only problem is with the eclipse plugin.
  Do you know how to debug the project using the normal devmode window
  instead of the Development Mode tab in eclipse? I don't really like the
  new tab:)
  Is there a command line argument to use the nomral devmode window?
  Any answer is really appreciated:)
  Thanks in advance
  - István Szoboszlai | inepex.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.
  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.

  --

  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
  google-web-toolkit+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.- Zitierten Text 
 ausblenden -

 - Zitierten Text anzeigen -

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




GWT 2.0 - Problem with Eclipse plugin and UiBinder Field xxx has no corresponding field in template file yyy.ui.xml

2009-12-11 Thread hoxbro
Whenever I try to explore to possibilities with the new UiBinder,
Eclipse tells me that e.g.:
Field button has no corresponding field in template file
Mail.ui.xml.

Even when I use the Eclipse Wizard New UiBinder the web app wont
build or run in dev-mode.

I have tried to import the Mail sample into Eclipse - no problem. But
when I try to add a new UiField, I get the error again.

It's probably a very fundamental error - and I apologize for any
inconvenience this post may cause - but I give it a try anyway.

Here's the wizard generated file Pjat

public class Pjat extends Composite {
private static PjatUiBinder uiBinder = GWT.create
(PjatUiBinder.class);
interface PjatUiBinder extends UiBinderWidget, Pjat {}
@UiField Button button;   // -- This line gets a red underline
public Pjat(String firstName) {
initWidget(uiBinder.createAndBindUi(this));
button.setText(firstName);
}
@UiHandler(button) // -- This line gets a red underline
void onClick(ClickEvent e) {
Window.alert(Hello!);
}
}

!DOCTYPE ui:UiBinder SYSTEM http://dl.google.com/gwt/DTD/xhtml.ent;
ui:UiBinder xmlns:ui=urn:ui:com.google.gwt.uibinder
xmlns:g=urn:import:com.google.gwt.user.client.ui
ui:style
.important {font-weight: bold;}
/ui:style
g:HTMLPanel
Hello,
g:Button styleName={style.important} ui:field=button /
/g:HTMLPanel
/ui:UiBinder

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: Deprecation warning in all RPCs dealing with collections on GWT 2.0 RC2

2009-12-11 Thread Ashar Lohmar
Hi I'm having the same kind of problem.
in my app i use some libraries/object written in Java 1.4 style
the objects implement Serializable but contain Lists or Maps which are
declare without parameters
 i mean List instead of ListE, as the Java 1.4 requires
and some RPC classes return this kind of objects but on Gwt-compiling
I endup with a lot of code referencing all kinds of Listeners and
stuffs that are unrelated to the RPC service.

Basically the messages appear because the Listeners are deprecated,but
what are they doing there in the first place ?

hope someone will clear this up

On Dec 8, 7:24 pm, Luis Fernando Planella Gonzalez
lfpg@gmail.com wrote:
 Hi.
 We're using GWT 1.7 and I'm starting to experiment with 2.0 RC2 to
 evaluate GWT.runAsync().

 However, now as I compile the app, I get warning for deprecations in
 all RPC methods which return collections. I guess it's because the
 result is declared as java.util.Collection, and the deprecated
 com.google.gwt.user.client.ui.*ListenerCollection classes extends
 ArrayList, making even the alternative to change the result of RPC
 methods to ArrayList instead of Collection don't work.

 The log is something like this, multiple times:
             [WARN] Warnings in 'generated://
 8D0B12EA4B123D9B133384111C9A7E38/nl/strohalm/cyclos/client/app/users/
 images/UserImageRemoteService_TypeSerializer.java'
                [WARN] Line 50: Referencing deprecated class
 'com.google.gwt.user.client.ui.ChangeListenerCollection'
                [WARN] Line 55: Referencing deprecated class
 'com.google.gwt.user.client.ui.ClickListenerCollection'
                [WARN] Line 60: Referencing deprecated class
 'com.google.gwt.user.client.ui.FocusListenerCollection'
                [WARN] Line 65: Referencing deprecated class
 'com.google.gwt.user.client.ui.FormHandlerCollection'
                [WARN] Line 70: Referencing deprecated class
 'com.google.gwt.user.client.ui.KeyboardListenerCollection'
                [WARN] Line 75: Referencing deprecated class
 'com.google.gwt.user.client.ui.LoadListenerCollection'
                [WARN] Line 80: Referencing deprecated class
 'com.google.gwt.user.client.ui.MouseListenerCollection'
                [WARN] Line 85: Referencing deprecated class
 'com.google.gwt.user.client.ui.MouseWheelListenerCollection'
                [WARN] Line 90: Referencing deprecated class
 'com.google.gwt.user.client.ui.PopupListenerCollection'
                [WARN] Line 95: Referencing deprecated class
 'com.google.gwt.user.client.ui.ScrollListenerCollection'
                [WARN] Line 100: Referencing deprecated class
 'com.google.gwt.user.client.ui.TabListenerCollection'
                [WARN] Line 105: Referencing deprecated class
 'com.google.gwt.user.client.ui.TableListenerCollection'
                [WARN] Line 110: Referencing deprecated class
 'com.google.gwt.user.client.ui.TreeListenerCollection'
                See snapshot: /tmp/
 UserImageRemoteService_TypeSerializer2951604978153994580.java

 Is there a way to remove those classes from being handled in RPC?

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: Eclipse Plugin for GWT 2.0 release

2009-12-11 Thread Miguel Méndez
Could you file an issue in the issue
trackerhttp://code.google.com/p/google-web-toolkit/issues/listwith a
suggestion as to how we might improve it?

Thanks,

On Fri, Dec 11, 2009 at 8:38 AM, Jonas Huckestein
jonas.huckest...@me.comwrote:

 Hi there,

 just quick note: The restart server button is located at the right of
 the toolbar in the development mode tab. It might be somewhat
 misleading because it looks just like an ordinary refresh icon.

 It took me a day to find that one, too. Until then I was stopping and
 starting the server from its console tab ;)

 Cheers, Jonas

 On 11 Dez., 10:55, István Szoboszlai mrsz...@gmail.com wrote:
  Hello Rajeev,
 
  Actually I think it is good, but I liked it when it was a separate
  window. Of course you can drag the development mode tab to be a
  separate window.
 
  I liked the tabbing in the normal oophm window better, and there was a
  way to restart jetty (perhaps I just did not find it yet in Eclipse
  plugin.
 
  I also liked, that the debug info and the http request log was in a
  separate window.
 
  Actually I really like gwt 2.0 and also the eclipse plugin rocks! The
  UiBinder support is awesome!
 
  Best - István
 
 
 
  On Thu, Dec 10, 2009 at 5:43 PM, Rajeev Dayal rda...@google.com wrote:
   If you want to use the Development Mode UI provided by GWT, define the
   USE_REMOTE_UI environment variable for the launch configuration, and
 set its
   value to false. You can do this via the Environment tab for the launch
   configuration.
   If you don't mind, can you tell us why you're not a fan of the
 Development
   Mode View in Eclipse?
   2009/12/10 István Szoboszlai mrsz...@gmail.com
 
   Hello!
   I have tried the new GWT 2.0 release, and it looks very god!
   My only problem is with the eclipse plugin.
   Do you know how to debug the project using the normal devmode window
   instead of the Development Mode tab in eclipse? I don't really like
 the
   new tab:)
   Is there a command line argument to use the nomral devmode window?
   Any answer is really appreciated:)
   Thanks in advance
   - István Szoboszlai | inepex.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.
   To unsubscribe from this group, send email to
   google-web-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.
 
   --
 
   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
   google-web-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.- Zitierten
 Text ausblenden -
 
  - Zitierten Text anzeigen -

 --

 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
 google-web-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.





-- 
Miguel

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: GWT 2.0 - Eclipse - Need to Recompile after every change

2009-12-11 Thread Chris Ramsdale
Are you able to hit breakpoints in Eclipse when debugging?

On Fri, Dec 11, 2009 at 8:36 AM, ziggystardust camke...@gmail.com wrote:

 The gwt.codesvr extention is on the URL. I simply copy the suggested
 given by the dev server and paste that into the browser. Problem
 continues.

 On Dec 11, 9:19 am, Luis Fernando Planella Gonzalez
 lfpg@gmail.com wrote:
  Make sure you have ?gwt.codesvr=127.0.1.1:9997 at the end of the URL
  in the browser.
  That's what makes it use development mode.
  Otherwise, it will just be the plain old web mode (now called
  production mode).
 
  On 11 dez, 10:46, ziggystardust camke...@gmail.com wrote:
 
 
 
   Been using GWT / App Engine and the Eclipse plugin for some time now
   and just recently upgraded to 2.0. I reinstalled Eclipse (3.5),
   installed the plugin and the sdks. Setup the example StockWatcher app
   and everything runs fine. In dev mode however I have to recompile
   whenever i make a change in order for it to be effective. Tried reload
   and restarting the browser (IE and Chrome), tried restarting the
   server but no joy. Any ideas appreciated. Thanks.

 --

 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
 google-web-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.




--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: GWT 2.0 - Problem with Eclipse plugin and UiBinder Field xxx has no corresponding field in template file yyy.ui.xml

2009-12-11 Thread Jason Parekh
Hey,

Thanks for reporting this, definitely seems like a bug in the plugin.

First, could you try forcing a clean build of your project?  (Project
 Clean)  This will force a re-indexing of the UiBinder indices.

Also, could you check your Eclipse log for any errors?  The log file
lives at your workspace/.metadata/.log .

A few more questions:
- Which package does your Pjat class live in?
- What version of Eclipse are you using?
- What operating system are you running?

Thanks!
jason

On Thu, Dec 10, 2009 at 2:56 PM, hoxbro shox...@gmail.com wrote:
 Whenever I try to explore to possibilities with the new UiBinder,
 Eclipse tells me that e.g.:
 Field button has no corresponding field in template file
 Mail.ui.xml.

 Even when I use the Eclipse Wizard New UiBinder the web app wont
 build or run in dev-mode.

 I have tried to import the Mail sample into Eclipse - no problem. But
 when I try to add a new UiField, I get the error again.

 It's probably a very fundamental error - and I apologize for any
 inconvenience this post may cause - but I give it a try anyway.

 Here's the wizard generated file Pjat

 public class Pjat extends Composite {
        private static PjatUiBinder uiBinder = GWT.create
 (PjatUiBinder.class);
        interface PjatUiBinder extends UiBinderWidget, Pjat {}
       �...@uifield Button button;   // -- This line gets a red underline
        public Pjat(String firstName) {
                initWidget(uiBinder.createAndBindUi(this));
                button.setText(firstName);
        }
       �...@uihandler(button)     // -- This line gets a red underline
        void onClick(ClickEvent e) {
                Window.alert(Hello!);
        }
 }

 !DOCTYPE ui:UiBinder SYSTEM http://dl.google.com/gwt/DTD/xhtml.ent;
 ui:UiBinder xmlns:ui=urn:ui:com.google.gwt.uibinder
        xmlns:g=urn:import:com.google.gwt.user.client.ui
        ui:style
                .important {font-weight: bold;}
        /ui:style
        g:HTMLPanel
                Hello,
                g:Button styleName={style.important} ui:field=button /
        /g:HTMLPanel
 /ui:UiBinder

 --

 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 
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/google-web-toolkit?hl=en.




--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: gwt 2.0 pls help

2009-12-11 Thread Rajeev Dayal
What files do you have in your war directory?
Are both modules listed as startup modules under Project Properties -
Google - Web Toolkit?

On Fri, Dec 11, 2009 at 6:49 AM, ben fenster fenster@gmail.com wrote:

 m sorry 2 modules :)

 On 11 דצמבר, 13:14, ben fenster fenster@gmail.com wrote:
  i have a project with to modules it compiles with no errors
  when i try to run it after setting the module to run in run
  configuration the development shows everything is ok but dont give me
  any link that i can use for the browser

 --

 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
 google-web-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.




--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: how to resize a DockLayoutPanel pane using gwt 2.0 and uibinder

2009-12-11 Thread morte...@gmail.com
I just tried this (in 2.0GA), and I get errors in the generated code:

ui.xml looks something like this:

trinity:ResizableDockLayoutPanel ui:field=rootPanel unit=PX
trinity:south size=0
trinity:ContentPanel ui:field=bottomPanel/trinity:ContentPanel
/trinity:south
...

it complains about a type mismatch, when looking at the generated code
it is obvious why but not how to fix it:

 public Widget createAndBindUi(final Trinity owner) {

bam.trinity.client.Trinity_BinderImpl_GenBundle
clientBundleFieldNameUnlikelyToCollideWithUserSpecifiedFieldOkay =
(bam.trinity.client.Trinity_BinderImpl_GenBundle) GWT.create
(bam.trinity.client.Trinity_BinderImpl_GenBundle.class);
bam.trinity.client.Trinity_BinderImpl_GenCss_style style =
clientBundleFieldNameUnlikelyToCollideWithUserSpecifiedFieldOkay.style
();
bam.trinity.client.ui.ContentPanel bottomPanel =
(bam.trinity.client.ui.ContentPanel) GWT.create
(bam.trinity.client.ui.ContentPanel.class);
com.google.gwt.user.client.ui.HTML left =
(com.google.gwt.user.client.ui.HTML) GWT.create
(com.google.gwt.user.client.ui.HTML.class);
com.google.gwt.user.client.ui.HTML right =
(com.google.gwt.user.client.ui.HTML) GWT.create
(com.google.gwt.user.client.ui.HTML.class);
com.google.gwt.dom.client.SpanElement headerspan = null;
java.lang.String domId0 = com.google.gwt.dom.client.Document.get
().createUniqueId();
com.google.gwt.user.client.ui.HTML f_HTML1 =
(com.google.gwt.user.client.ui.HTML) GWT.create
(com.google.gwt.user.client.ui.HTML.class);
bam.trinity.client.ui.ContentPanel content =
(bam.trinity.client.ui.ContentPanel) GWT.create
(bam.trinity.client.ui.ContentPanel.class);
bam.trinity.client.ui.ResizableDockLayoutPanel rootPanel = new
com.google.gwt.user.client.ui.DockLayoutPanel
(com.google.gwt.dom.client.Style.Unit.PX);


On the last line here, the ResizableDockLayoutPanel is for some reason
set to new DockLayoutPanel and not ResizableDockLayoutPanel..

Maybe I did something dumb, but I can't really find it :)



On Nov 7, 3:08 am, jd jdpatter...@gmail.com wrote:
 Here is a subclass I made to expose some functionality that might help
 you

         class ResizableDockLayoutPanel extendsDockLayoutPanel
         {
                 public ResizableDockLayoutPanel(Unit unit)
                 {
                         super(unit);
                 }

                 public double getWidgetSize(Widget widget)
                 {
                     return ((LayoutData) widget.getLayoutData()).size;
                 }

                 public void setWidgetSize(Widget widget, double size)
                 {
                         ((LayoutData) widget.getLayoutData()).size = size;
                 }

                 @Override
                 public void insert(Widget widget, Direction direction, double 
 size,
 Widget before)
                 {
                         super.insert(widget, direction, size, before);
                 }
         }

 On Nov 6, 8:00 pm, gkb gkb...@gmail.com wrote:

  Hello all.

  I have a question concerning how to access/modify the size of a
 DockLayoutPanel'swidget outside of the *.ui.xml file in the java
  code.

  For instance, say I have aDockLayoutPanelwith a West widget and a
  Center widget as follows:
  {{{
  g:DockLayoutPanelunit='EM'
      g:west size='20'
         layouts:WestWidget ui:field='westWidget' /
      /g:west
      g:center
        layouts:CenterWidget ui:field='centerWidget' /
      /g:center
    /g:DockLayoutPanel}}}

  Is it possible to dynamically change the width of the westWidget
  somewhere in the associated java code, or can it only by modified in
  the *.ui.xml file.

  The problem is, I would like to be able to hide/show the westWidget
  and have the centerWidget fill the remaining space dynamically when
  the app is running,
  but changing the width of westWidget in the java code has no effect on
  the width of the West Pane of theDockLayoutPanelthat was hard-coded
  in, there is a disconnect between them.

  Any help would be greatly appreciated.

  Sincerely,

  George.



--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: GWT 2.0 - Eclipse - Need to Recompile after every change

2009-12-11 Thread Jaroslav Záruba
From time to time [eclipse.exe -clean] does the trick for me.

On Dec 11, 4:34 pm, Chris Ramsdale cramsd...@google.com wrote:
 Are you able to hit breakpoints in Eclipse when debugging?

 On Fri, Dec 11, 2009 at 8:36 AM, ziggystardust camke...@gmail.com wrote:
  The gwt.codesvr extention is on the URL. I simply copy the suggested
  given by the dev server and paste that into the browser. Problem
  continues.

  On Dec 11, 9:19 am, Luis Fernando Planella Gonzalez
  lfpg@gmail.com wrote:
   Make sure you have ?gwt.codesvr=127.0.1.1:9997 at the end of the URL
   in the browser.
   That's what makes it use development mode.
   Otherwise, it will just be the plain old web mode (now called
   production mode).

   On 11 dez, 10:46, ziggystardust camke...@gmail.com wrote:

Been using GWT / App Engine and the Eclipse plugin for some time now
and just recently upgraded to 2.0. I reinstalled Eclipse (3.5),
installed the plugin and the sdks. Setup the example StockWatcher app
and everything runs fine. In dev mode however I have to recompile
whenever i make a change in order for it to be effective. Tried reload
and restarting the browser (IE and Chrome), tried restarting the
server but no joy. Any ideas appreciated. Thanks.

  --

  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
  google-web-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.

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: Eclipse Plugin for GWT 2.0 release

2009-12-11 Thread Rajeev Dayal
Actually, there is no way to go back to the GWT 1.7-style Hosted Browser.
The workaround I gave disables the use of the Development View in Eclipse,
but it will still bring up GWT's own Development Mode UI, which requires the
GWT Developer Plugin to be installed in your browser.

For the ssue that you're experiencing, it might be best to start a new
thread about it.

On Fri, Dec 11, 2009 at 12:06 AM, zinkronz network zinkr...@gmail.comwrote:

 i also hope can view normal window instead of development view. my
 firefox and safari crased after i install gwt developer plugin tosafari and
 firefox..
 iam using mac osx 10.4 ... please help me in this matter

 On Fri, Dec 11, 2009 at 12:10 AM, Paul oldcoderexcept...@gmail.comwrote:

 Hi all,

 Yesterday I was concerned that I couldn't get the Development mode
 working at all.  Turns out I guess I am a bit too bleeding edge and
 was using the newly released Chrome beta for linux (Fedora) and it
 doesn't have the GWT developer plugin.  At first I had missed the
 message in the browser because I also had a problem in that my
 application tries to trap query strings to use for a single-signon
 redirect.  I had to disable that feature in my application for now
 since this development mode uses it's own redirect (you might want to
 look at that guys, for those of use that also redirects).

 Anyway, got things working using Firefox instead of Chrome, and so far
 my one big complaint is...SLOW!!   Now I do a lot of logging
 at the UI side (and server, but that's not where the hit is) so that
 is the likely cause, but still, compared to the old hosted mode, this
 can be painful.  Overall, though, I'm starting to like it.  My two
 cents

 cheers,
 Paul

 On Dec 10, 8:43 am, Rajeev Dayal rda...@google.com wrote:
  If you want to use the Development Mode UI provided by GWT, define the
  USE_REMOTE_UI environment variable for the launch configuration, and set
 its
  value to false. You can do this via the Environment tab for the launch
  configuration.
 
  If you don't mind, can you tell us why you're not a fan of the
 Development
  Mode View in Eclipse?
 
  2009/12/10 István Szoboszlai mrsz...@gmail.com
 
 
 
   Hello!
 
   I have tried the new GWT 2.0 release, and it looks very god!
 
   My only problem is with the eclipse plugin.
 
   Do you know how to debug the project using the normal devmode window
   instead of the Development Mode tab in eclipse? I don't really like
 the
   new tab:)
 
   Is there a command line argument to use the nomral devmode window?
 
   Any answer is really appreciated:)
 
   Thanks in advance
   - István Szoboszlai | inepex.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.
   To unsubscribe from this group, send email to
   google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.comgoogle-web-toolkit%2Bunsubs
 cr...@googlegroups.com
   .
   For more options, visit this group at
  http://groups.google.com/group/google-web-toolkit?hl=en.

 --

 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
 google-web-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.



  --
 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
 google-web-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.


--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: Eclipse Plugin for GWT 2.0 release

2009-12-11 Thread Rajeev Dayal
Thanks for the feedback. Please feel free file any suggestions for
improvement in the issue
trackerhttp://code.google.com/p/google-web-toolkit/issues/list -
we'd appreciate it!

2009/12/11 István Szoboszlai mrsz...@gmail.com

 Hello Rajeev,

 Actually I think it is good, but I liked it when it was a separate
 window. Of course you can drag the development mode tab to be a
 separate window.

 I liked the tabbing in the normal oophm window better, and there was a
 way to restart jetty (perhaps I just did not find it yet in Eclipse
 plugin.


As pointed out by Jonas, there is a way to restart the server from the
Development Mode View. When you mention that you prefer the tabbing, do you
mean the organization of the tabs? Or do you just prefer the navigation
style of using tabs as opposed to the breadcrumb layout? Keep in mind that
you can switch the layout of the Development Mode View by clicking on the
arrow in the upper-right hand corner of the view.




 I also liked, that the debug info and the http request log was in a
 separate window.


That is the case in the Development Mode View as well - the Server messages
are logged to stdout. However, we only log HTTP requests that result in an
error. If you want to see the HTTP log messages in the Development Mode
View, turn the log level up to TRACE in your launch configuration.


 Actually I really like gwt 2.0 and also the eclipse plugin rocks! The
 UiBinder support is awesome!


Glad to hear it.



 Best - István

 On Thu, Dec 10, 2009 at 5:43 PM, Rajeev Dayal rda...@google.com wrote:
  If you want to use the Development Mode UI provided by GWT, define the
  USE_REMOTE_UI environment variable for the launch configuration, and set
 its
  value to false. You can do this via the Environment tab for the launch
  configuration.
  If you don't mind, can you tell us why you're not a fan of the
 Development
  Mode View in Eclipse?
  2009/12/10 István Szoboszlai mrsz...@gmail.com
 
  Hello!
  I have tried the new GWT 2.0 release, and it looks very god!
  My only problem is with the eclipse plugin.
  Do you know how to debug the project using the normal devmode window
  instead of the Development Mode tab in eclipse? I don't really like
 the
  new tab:)
  Is there a command line argument to use the nomral devmode window?
  Any answer is really appreciated:)
  Thanks in advance
  - István Szoboszlai | inepex.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.
  To unsubscribe from this group, send email to
  google-web-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.
 
  --
 
  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-toolkit@googlegroups.com
 .
  To unsubscribe from this group, send email to
  google-web-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.
 

 --

 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
 google-web-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.




--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




GWT 2.0 Upgrade Problem

2009-12-11 Thread Chris
Hi

I've set up a brand new Mac with GWT 2.0 running under Eclipse
according to the instructions at (http://code.google.com/webtoolkit/
usingeclipse.html), and the template app runs fine. However, when I
checked my own GWT project that ran fine under GWT 1.7, and followed
the steps in (http://code.google.com/webtoolkit/doc/latest/
ReleaseNotes.html#Upgrading), the GWT portion of the app doesn't
display at all (the static HTML is displayed, just not the GWT part).
(Note: I have replaced the old style div-based method of including the
GWT app with the new script-based method; neither works, though.)

I'm noticing a couple of 404 warnings on the console (indicating that
/myprojname/CA786633770B20A7881AAE6CBEB6.cache.html, for
example, can't be found—and indeed it doesn't exist). I guess this
might have something to do with the problem, but I'm not sure what to
do about it.

(One part of the upgrade instructions (link above) that I didn't
understand was about changing from com.google.gwt.dev.HostedMode to
com.google.gwt.dev.DevMode. It's not clear where this should be done
and I'm not seeing the warning about the former being deprecated,
anyway.)

Lastly, I'm using GWTCanvas (I'm using the 1.7 jar), if this makes any
difference, although no part of my app gets displayed (except for the
static HTML surrounding the app).

I'd be really grateful if someone could suggest a way forward.

Thanks in advance

—Chris

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: GWT 2.0 Upgrade Problem

2009-12-11 Thread Rajeev Dayal
Are you using the Google Plugin for Eclipse? If you are, then it's not
necessary to make any changes to the main class - this is done for you
automatically by the plugin.

What is the URL that you're hitting your application with when you're trying
to debug it? It almost sounds like you're running in Web Mode instead of
Development Mode.

Do you know if your browser has the GWT Developer Plugin installed?

On Fri, Dec 11, 2009 at 12:51 PM, Chris uk.org.micros...@googlemail.comwrote:

 Hi

 I've set up a brand new Mac with GWT 2.0 running under Eclipse
 according to the instructions at (http://code.google.com/webtoolkit/
 usingeclipse.html), and the template app runs fine. However, when I
 checked my own GWT project that ran fine under GWT 1.7, and followed
 the steps in (http://code.google.com/webtoolkit/doc/latest/
 ReleaseNotes.html#Upgrading), the GWT portion of the app doesn't
 display at all (the static HTML is displayed, just not the GWT part).
 (Note: I have replaced the old style div-based method of including the
 GWT app with the new script-based method; neither works, though.)

 I'm noticing a couple of 404 warnings on the console (indicating that
 /myprojname/CA786633770B20A7881AAE6CBEB6.cache.html, for
 example, can't be found—and indeed it doesn't exist). I guess this
 might have something to do with the problem, but I'm not sure what to
 do about it.

 (One part of the upgrade instructions (link above) that I didn't
 understand was about changing from com.google.gwt.dev.HostedMode to
 com.google.gwt.dev.DevMode. It's not clear where this should be done
 and I'm not seeing the warning about the former being deprecated,
 anyway.)

 Lastly, I'm using GWTCanvas (I'm using the 1.7 jar), if this makes any
 difference, although no part of my app gets displayed (except for the
 static HTML surrounding the app).

 I'd be really grateful if someone could suggest a way forward.

 Thanks in advance

 —Chris

 --

 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
 google-web-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.




--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: gwt 2.0 pls help

2009-12-11 Thread ben fenster
no each one in a diffrent folder inside the war  the forlder is names
acording to the full package name of its module for instance module x
sits in war/bcom.bla.x

On 11 דצמבר, 18:50, Rajeev Dayal rda...@google.com wrote:
 What files do you have in your war directory?
 Are both modules listed as startup modules under Project Properties -
 Google - Web Toolkit?

 On Fri, Dec 11, 2009 at 6:49 AM, ben fenster fenster@gmail.com wrote:
  m sorry 2 modules :)

  On 11 דצמבר, 13:14, ben fenster fenster@gmail.com wrote:
   i have a project with to modules it compiles with no errors
   when i try to run it after setting the module to run in run
   configuration the development shows everything is ok but dont give me
   any link that i can use for the browser

  --

  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
  google-web-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.

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: gwt 2.0 pls help

2009-12-11 Thread Rajeev Dayal
What is the name of your host HTML page (which loads up the GWT Module)?
Where is it located?

On Fri, Dec 11, 2009 at 2:13 PM, ben fenster fenster@gmail.com wrote:

 no each one in a diffrent folder inside the war  the forlder is names
 acording to the full package name of its module for instance module x
 sits in war/bcom.bla.x

 On 11 דצמבר, 18:50, Rajeev Dayal rda...@google.com wrote:
  What files do you have in your war directory?
  Are both modules listed as startup modules under Project Properties -
  Google - Web Toolkit?
 
  On Fri, Dec 11, 2009 at 6:49 AM, ben fenster fenster@gmail.com
 wrote:
   m sorry 2 modules :)
 
   On 11 דצמבר, 13:14, ben fenster fenster@gmail.com wrote:
i have a project with to modules it compiles with no errors
when i try to run it after setting the module to run in run
configuration the development shows everything is ok but dont give me
any link that i can use for the browser
 
   --
 
   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
   google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 google-web-toolkit%2bunsubscr...@googlegroups.comgoogle-web-toolkit%252bunsubscr...@googlegroups.com
 
   .
   For more options, visit this group at
  http://groups.google.com/group/google-web-toolkit?hl=en.

 --

 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
 google-web-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.




--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: Deprecation warning in all RPCs dealing with collections on GWT 2.0 RC2

2009-12-11 Thread Luis Fernando Planella Gonzalez
Just found the answer, and luckily in my case it was simple to
solve
I have a subtype of ListT called PageImplT, which had another
ListT containing the page items, plus the total count.
Then (and I think is a problem in GWT compiler), the compiler resolves
FocusListenerCollection, which extends ArrayListFocusListener to be
a subclass of ListT.
As a result, ALL occurrences of Collection of anything in any RPC
method, by having PageImpl as a subclass of collection, had added
those ListenerCollections as possible result types, generated code to
handle them (50k in my case) and issued the warnings.
The solution (in better words: hack) was to change PageImpl to not
have a List of page items, but a LinkedList (it then converts the
receiving list into a LinkedList, which is even a penalty in my case).
As no ListenerCollection extends LinkedList, the problem is gone.

Ah, I also had an RPC which result type was ListListString. The
same problem. As it was just for testing, I changed it to ListString[]
.

But I'd really want to hear from a GWT dev if this is not a bug in the
compiler...

On 11 dez, 13:04, Ashar Lohmar asharloh...@gmail.com wrote:
 Hi I'm having the same kind of problem.
 in my app i use some libraries/object written in Java 1.4 style
 the objects implement Serializable but contain Lists or Maps which are
 declare without parameters
  i mean List instead of ListE, as the Java 1.4 requires
 and some RPC classes return this kind of objects but on Gwt-compiling
 I endup with a lot of code referencing all kinds of Listeners and
 stuffs that are unrelated to the RPC service.

 Basically the messages appear because the Listeners are deprecated,but
 what are they doing there in the first place ?

 hope someone will clear this up

 On Dec 8, 7:24 pm, Luis Fernando Planella Gonzalez

 lfpg@gmail.com wrote:
  Hi.
  We're using GWT 1.7 and I'm starting to experiment with 2.0 RC2 to
  evaluate GWT.runAsync().

  However, now as I compile the app, I get warning for deprecations in
  all RPC methods which return collections. I guess it's because the
  result is declared as java.util.Collection, and the deprecated
  com.google.gwt.user.client.ui.*ListenerCollection classes extends
  ArrayList, making even the alternative to change the result of RPC
  methods to ArrayList instead of Collection don't work.

  The log is something like this, multiple times:
              [WARN] Warnings in 'generated://
  8D0B12EA4B123D9B133384111C9A7E38/nl/strohalm/cyclos/client/app/users/
  images/UserImageRemoteService_TypeSerializer.java'
                 [WARN] Line 50: Referencing deprecated class
  'com.google.gwt.user.client.ui.ChangeListenerCollection'
                 [WARN] Line 55: Referencing deprecated class
  'com.google.gwt.user.client.ui.ClickListenerCollection'
                 [WARN] Line 60: Referencing deprecated class
  'com.google.gwt.user.client.ui.FocusListenerCollection'
                 [WARN] Line 65: Referencing deprecated class
  'com.google.gwt.user.client.ui.FormHandlerCollection'
                 [WARN] Line 70: Referencing deprecated class
  'com.google.gwt.user.client.ui.KeyboardListenerCollection'
                 [WARN] Line 75: Referencing deprecated class
  'com.google.gwt.user.client.ui.LoadListenerCollection'
                 [WARN] Line 80: Referencing deprecated class
  'com.google.gwt.user.client.ui.MouseListenerCollection'
                 [WARN] Line 85: Referencing deprecated class
  'com.google.gwt.user.client.ui.MouseWheelListenerCollection'
                 [WARN] Line 90: Referencing deprecated class
  'com.google.gwt.user.client.ui.PopupListenerCollection'
                 [WARN] Line 95: Referencing deprecated class
  'com.google.gwt.user.client.ui.ScrollListenerCollection'
                 [WARN] Line 100: Referencing deprecated class
  'com.google.gwt.user.client.ui.TabListenerCollection'
                 [WARN] Line 105: Referencing deprecated class
  'com.google.gwt.user.client.ui.TableListenerCollection'
                 [WARN] Line 110: Referencing deprecated class
  'com.google.gwt.user.client.ui.TreeListenerCollection'
                 See snapshot: /tmp/
  UserImageRemoteService_TypeSerializer2951604978153994580.java

  Is there a way to remove those classes from being handled in RPC?

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: Inconsistency (or a bug?) in application creation for GWT 2.0

2009-12-11 Thread jbdhl
Thanks. I guess the answers to c) and d) are

  c) by making the project use Google Web Toolkit as explained
above.

  d) I guess I don't: If I make one initial compile using ant, the
jar's will already be placed in WEB-INF/lib and a conventional GWT-
button-compile will (probably) suffice.

I still don't understand the inconsistency of the generated contents
by the two methods described in question a).

--

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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




<    3   4   5   6   7   8   9   10   11   12   >