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

2010-01-27 Thread Sreekanth B
hi On Thu, Jan 28, 2010 at 10:30 AM, ni...@stsoftware.com.au ni...@stsoftware.com.au wrote: Where is the Netbeans support ? perhaps the following link will help http://googlewebtoolkit.blogspot.com/2007/12/developing-gwt-applications-with.html

Loading Javascript menu with GWT 2.0

2010-01-26 Thread bond
Hi, I've a small application made with GWT 2.0 + UI Binder with MVP pattern. I'm using a css premade template with a menu that is animated by jquery. In order to avoid to rewrite css I'd like to use the menu that is something this: ul id=navigation class=sf-navbar li

Re: GWT 2.0 uiBinder not completely working with DockPanelLayout (for me that is)

2010-01-26 Thread Djay
if this helped. Cheers Phil On Jan 25, 4:26 am, Joe Hudson joe...@gmail.com wrote: Hello, I am new to GWT 2.0 and was trying out the uiBinder.  I have a simple test project to get my feet wet and it isn't working as expected.  I am only seeing the north and west sections in FireFox

GWT 2.0 ParseException with SerializationPolicyLoader

2010-01-26 Thread P.G.Taboada
Hi, I am having trouble with GWT 2.0. I am trying to switch from 1.7 to 2.0, everything compiles fine, but... When I deploy my app I (unfortunately) have my rpc servlets in a different path. Don't ask me why, I simply can't change this. So my RPC servlets are /somewhere/here and my GWT app

GWT 2.0 Serialization policy strongName changes on refresh

2010-01-26 Thread mijaelovic
I was having problems with deploying my web app in external server Jboss. I recently figured out that the strongName of the gwt.rpc changes every time I refresh the page. Can someone explains me how to avoid this?, or if this is a bug?. An output here: 10:49:52,593 INFO [STDOUT] Module base URL

Re: GWT 2.0 Upgrade Problem

2010-01-26 Thread m.mil...@newelements.de
No, i definetly mean not the XYZ.nochache.js. Here is a line from my firebug: http://localhost:8080/application/64CE9F3B21EDFDB2ADBA49308C361972.cache.js this is what gwt tries to load, but the file is definetly reachable under this path:

Re: GWT 2.0 Upgrade Problem

2010-01-26 Thread m.mil...@newelements.de
No, i definetly mean not the XYZ.nochache.js. Here is a line from my firebug: http://localhost:8080/application/64CE9F3B21EDFDB2ADBA49308C361972.cache.js this is what gwt tries to load, but the file is definetly reachable under this path:

Re: GWT 2.0 UI BINDER MVP

2010-01-26 Thread Stine Søndergaard
That is the question I felt like asking as well, Dalla. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to

Re: GWT 2.0 Serialization policy strongName changes on refresh

2010-01-26 Thread PKolenic
The only time I have this kind of problem is when I am working in Dev mode. It seems that Eclipse caches the nocache.js file (Which tells the browser which gwt.rpc to load). Normally I don't do a rebuild unless I have changed something on the backend so I remember most of the time to stop and

Re: GWT 2.0 Upgrade Problem

2010-01-26 Thread Chris Ramsdale
On Tue, Jan 26, 2010 at 6:21 AM, m.mil...@newelements.de m.mil...@newelements.de wrote: No, i definetly mean not the XYZ.nochache.js. Here is a line from my firebug: http://localhost:8080/application/64CE9F3B21EDFDB2ADBA49308C361972.cache.js this is what gwt tries to load, but the file is

Re: GWT 2.0 UI BINDER MVP

2010-01-26 Thread Dalla
To clarify what I´m looking for, let´s assume that I´m working with Googles MVP Contacts example. Instead of having EditContactView and ContactsView as completly separate views, I want to add them to a DockLayoutPanel, showing both views at the same time. Let´s assume that I want to put the

Re: GWT 2.0 Upgrade Problem

2010-01-26 Thread m.mil...@newelements.de
hi, i´m impressed about the quick reply! at first i develop the application on jboss 5.1.0. everything works fine in development mode but since i tried it on the joss i have a couple of problems. so the first application is the name of the application. the second application is the name of the

Re: GWT Incubator update for GWT 2.0?

2010-01-26 Thread Jim Douglas
. In the meantime, any feedback regarding issues that you are are experiencing with the GWT Incubator and GWT 2.0 are greatly appreciated. - Chris On Fri, Dec 11, 2009 at 1:48 PM, Timmy G t...@paloalto.com wrote: Anyone know when we can expect to see the incubator project get refreshed

Added value of UIBinder in gwt 2.0?

2010-01-26 Thread Djay
Hello, I've started using gwt for a couple of weeks and still face a question on which I couldn't find any good answer. What is the added value of the UIBinder in gwt 2.0? For example, in my class, I can do: VerticalPanel vertPanel = new VerticalPanel(); vertPanel.setSize(); and so

Re: GWT Incubator update for GWT 2.0?

2010-01-26 Thread WiseBoggz
these. Thanks! On Dec 27 2009, 11:43 pm, Chris Ramsdale cramsd...@google.com wrote: We're currently working on this and will send out an update shortly. In the meantime, any feedback regarding issues that you are are experiencing with the GWT Incubator and GWT 2.0 are greatly appreciated

RE : Re: Added value of UIBinder in gwt 2.0?

2010-01-26 Thread Gerald
Thank you for those points you mentioned. Actually in my case we are developers and so would have a preferences in java code rather than in xml instructions. What I also wonder is if there are some optimisations in using one or the other method. Do you have any idea? Le 26 janv. 2010, 7:57 PM,

Re: GWT 2.0 UI BINDER MVP

2010-01-25 Thread Stine Søndergaard
... And how would the code example look if it was done the way you describe in your first paragraph? -- 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

Re: GWT 2.0 uiBinder not completely working with DockPanelLayout (for me that is)

2010-01-25 Thread Ewald Pankratz
/g:west g:south size=3 g:LabelSouth/g:Label /g:south /g:DockLayoutPanel /ui:UiBinder On Jan 24, 8:26 pm, Joe Hudson joe...@gmail.com wrote: Hello, I am new to GWT 2.0 and was trying out

GWT 2.0 Serialization policy Development Mode JBoss 5

2010-01-25 Thread mijaelovic
from another project. I am using GWT 2.0, Eclipse 3.4, JBoss 5.0, Java 5, my application is deployed within an EAR, with Java Beans and the War inside the Ear. Regards -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group

Re: GWT 2.0 UI BINDER MVP

2010-01-25 Thread Dalla
And what would you do, if the AppController does not contain both the presenter and the view (which should be the case IMHO). How would that code look? On 25 Jan, 18:35, jarrod jarrod.carl...@gmail.com wrote: The constructors in the last post should have been as follows:   public

GWT 2.0 uiBinder not completely working with DockPanelLayout (for me that is)

2010-01-24 Thread Joe Hudson
Hello, I am new to GWT 2.0 and was trying out the uiBinder. I have a simple test project to get my feet wet and it isn't working as expected. I am only seeing the north and west sections in FireFox (not the center and south sections) and in IE I see nothing at all. Could anyone please help me

Re: GWT 2.0 - SOP and Development Mode

2010-01-24 Thread Fabiano
On 23 Gen, 02:45, Ashish Khivesara ashish.khives...@gmail.com wrote: Actually I was able to bypass the SOP issue using a client-side solution. GWT Documentation provides an Examplehttp://code.google.com/intl/ja/webtoolkit/doc/1.6/ I'm quite new on these issues(I hope my cent is usefulright)

Re: GWT 2.0 uiBinder not completely working with DockPanelLayout (for me that is)

2010-01-24 Thread Sebastian
of htmlpanels Best Regards Sebastian Hennebrueder On Jan 24, 8:26 pm, Joe Hudson joe...@gmail.com wrote: Hello, I am new to GWT 2.0 and was trying out the uiBinder.  I have a simple test project to get my feet wet and it isn't working as expected.  I am only seeing the north and west sections

Re: GWT 2.0 UI BINDER MVP

2010-01-24 Thread jarrod
From what I've read and done with MVP, you would generally implement your View as two separate classes (HeaderView and HeaderPresenter). Were that the case, your App.ui.xml wouldn't contain the actual views, but rather placeholder slots for the children that the Presenter would get from the child

No Jetty Tab GWT 2.0 Eclipse

2010-01-23 Thread Fletch
Upon upgrading to GWT 2.0 on my laptop I am able to take advantage of the new Development Mode and run GWT applications in my browser without any error. Unfortunately there is basically no error logging like 1.71, there is no way to debug server interactions that I can see. Can someone please help

Has anyone had luck using an array in a uibinding with GWT 2.0?

2010-01-23 Thread PKolenic
As an example, I would like to have an array of widgets. The advantages to this is that the code is more compact, at least with regards to event handling. If I have ten buttons, then I don't have to have ten functions, just one in which I check the source of the event. Prior to GWT 2.0 I had

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

2010-01-23 Thread Allahbaksh Asadullah
I mean to say, gwt port for protocol buffer. It is used in google wave. http://google-opensource.blogspot.com/2008/07/protocol-buffers-googles-data.html http://google-opensource.blogspot.com/2008/07/protocol-buffers-googles-data.html Regards, Allahbaksh On Sat, Jan 23, 2010 at 10:24 AM, Miroslav

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

2010-01-23 Thread nicolas.deloof
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

GWT 2.0 UI BINDER MVP

2010-01-22 Thread bond
Hi, I read several articles about the mvp model in gwt. This guide is very usefull: http://code.google.com/intl/it-IT/webtoolkit/doc/latest/tutorial/mvp-architecture.html. But is not clear to me how to manage the Presenters with UiBinder. For example if I've a tipical application with

Re: GWT 2.0 UI BINDER MVP

2010-01-22 Thread Stine Søndergaard
Looking so much forward to read the answers to this issue :) I am totally stuck in a similar situation... -- 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

ClassCastException in DevMode on GWT 2.0 w/ Overlay Types

2010-01-22 Thread Roger Studner
I'm trying to do this: public interface Alert { public ArrayListAlert getOtherAlerts(); } Client Code: public class JSAlert extends JavaScriptObject implements Alert { public final native ArrayListAlert getOtherAlerts() /*-{ return this.alerts; }-*/; } another class: public void

Re: GWT 2.0 - Eclipse Plugin - Maven: 404 running in DevMode

2010-01-22 Thread Keith Platfoot
. However, we're planning on addressing this issue in the next release of the plugin, so stay tuned. Keith On Mon, Jan 18, 2010 at 9:35 AM, Jim Adkins ade...@gmail.com wrote: I'm receiving a 404 status code when attempting to use the GWT 2.0 Eclipse plug-in. The project was originally created

Curiosity about GWT 2.0 - related to ClickHandler

2010-01-22 Thread Cristian Nicanor Babula
Hi everyone. Why Hyperlink.addClickHandler() is deprecated? I can't see a reason. How am I supposed to handle the onClick event of a Hyperlink? Thanks, Cristian. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Re: Curiosity about GWT 2.0 - related to ClickHandler

2010-01-22 Thread Paul Robinson
As the javadoc for Hyperlink.addClickHandler() says, you should use an Anchor instead of Hyperlink if you want to add a handler. Hyperlinks are intended as history event inducing widgets only. Paul Cristian Nicanor Babula wrote: Hi everyone. Why Hyperlink.addClickHandler() is deprecated? I

Re: Curiosity about GWT 2.0 - related to ClickHandler

2010-01-22 Thread Cristian Nicanor Babula
Ok. Thanks. On 01/22/2010 05:38 PM, Paul Robinson wrote: As the javadoc for Hyperlink.addClickHandler() says, you should use an Anchor instead of Hyperlink if you want to add a handler. Hyperlinks are intended as history event inducing widgets only. Paul Cristian Nicanor Babula wrote: Hi

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

2010-01-22 Thread Célio
+1 server push (cometd) +1 dependency injection (gin?) On 16 dez 2009, 10:42, tfreitas tfrei...@gmail.com wrote: What about roadmap? -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

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

2010-01-22 Thread Xavier Mehaut
+1 websockets +1 javafx declarative syntax Le 22 janv. 2010 à 14:50, Célio ccid...@gmail.com a écrit : +1 server push (cometd) +1 dependency injection (gin?) On 16 dez 2009, 10:42, tfreitas tfrei...@gmail.com wrote: What about roadmap? --

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

2010-01-22 Thread Allahbaksh Asadullah
+1 websocket +1 protocol buffer Allahbaksh On Fri, Jan 22, 2010 at 11:17 PM, Xavier Mehaut xavier.meh...@gmail.comwrote: +1 websockets +1 javafx declarative syntax Le 22 janv. 2010 à 14:50, Célio ccid...@gmail.com a écrit : +1 server push (cometd) +1 dependency injection (gin?) On

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

2010-01-22 Thread Miroslav Pokorny
What has protocol buffers got to do with gwt ? There's nothing stopping one from using it on the server ? What utility does it add to the clientside ? Where exactly does it fit in the grand ecoscape ? On 23/01/2010, at 2:19 PM, Allahbaksh Asadullah a.allahba...@gmail.com wrote: +1

Re: Problem switching to GWT 2.0 from GWT 1.6 (mysql related I think)

2010-01-21 Thread Shawn Brown
Hello, Did you find the solution? There is none. AppEngine doesn't support using mysql and so it was throwing an error. Unless AppEngine adds mysql support I don't see anything that can be done. Use the storage api offered by AppEngine. Shawn -- You received this message because you are

Re: gwt-servlet.jar being deleted at each Eclipse startup after upgrading to gwt 2.0

2010-01-21 Thread Supercobra Thatbytes
(on this thread) have in common that the rest of the world doesn't. Surely we are more than 6 people in the world using GWT 2.0 are we the only people withgwt-servlet.jar in /WEB-INF/lib in our SVN repositories or is it something else? Also, if it is patently wrong

Re: GWT 2.0 - SOP and Development Mode

2010-01-21 Thread preacher860
Ok, nevermind. I took the brute force approach and recompiled firefox with the SOP feature disabled. In case anyone needs to do that: I just made a change in the SecurityCompareURIs() function so that it would always return PR_TRUE. Ajax works again in the debugger, ahhh! On Jan 19, 9:37 pm,

Re: Cannot debug GWT 2.0 app embedded within external iframe

2010-01-21 Thread Stevko
topWin = window;   var url = topWin.location.href;   if (!topWin.__gwt_SessionID) { On Jan 8, 10:25 pm,Stevkoandy.ste...@gmail.com wrote: Has anyone had any success with using the GWT 2.0 browser plugins when the app is hosted within a facebook iframe canvas? The application works well

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

2010-01-21 Thread Lypheus
+1 JavaFX/Code GUI Streamlining instead of UIBinder Some mechanism to allow for publishing client/js friendly variants of server side objects to clean up need for DTO's. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: Cannot debug GWT 2.0 app embedded within external iframe

2010-01-20 Thread Itzik Yatom
,   ];   var topWin = window;   var url = topWin.location.href;   if (!topWin.__gwt_SessionID) { On Jan 8, 10:25 pm, Stevko andy.ste...@gmail.com wrote: Has anyone had any success with using the GWT 2.0 browser plugins when the app is hosted within a facebook iframe canvas? The application

Re: gwt-servlet.jar being deleted at each Eclipse startup after upgrading to gwt 2.0

2010-01-20 Thread aliman
-web-toolkit/issues/detail?id=4463#c7 On Jan 18, 5:54 pm, Erik Uzureau uzur...@gmail.com wrote: The real question here is what do we all (on this thread) have in common that the rest of the world doesn't. Surely we are more than 6 people in the world using GWT 2.0 are we the only

Re: Problem running application GWT 2.0 with external server and DevMode, unable to find module file

2010-01-20 Thread denis56
see another post http://groups.google.com/group/google-web-toolkit/browse_thread/thread/1ac1304e312e7290 make sure that src folder is in your classpath in eclipse In Classpath tab: under User Entries add your source folder. On 15 Jan., 13:06, mlopez marcoslopezbarbe...@gmail.com wrote: Hello

Re: Gilead 1.3 + Hibernate + GWT 2.0

2010-01-20 Thread mig
I've got Gilead 1.2.3 set up and working with Gilead and GWT 2.0 RC2 in both stateless proxy mode and dynamic proxy mode. Although there are some problems with dynamic proxy generators (not Gileads fault), everything works just fine. Do you strictly need Gilead 1.3 ? On 19. Jan, 23:16 h., John

Re: Gilead 1.3 + Hibernate + GWT 2.0

2010-01-20 Thread John Ivens
I don't strictly need Gilead 1.3... I'd be happy to get 1.2.3 working... On Wed, Jan 20, 2010 at 7:10 AM, mig michal.gro...@gmail.com wrote: I've got Gilead 1.2.3 set up and working with Gilead and GWT 2.0 RC2 in both stateless proxy mode and dynamic proxy mode. Although there are some

Re: Gilead 1.3 + Hibernate + GWT 2.0

2010-01-20 Thread Marcos Alcantara
john.wagner.iv...@gmail.com wrote: Thanks! On Wed, Jan 20, 2010 at 7:46 AM, Richard Berger richardlan...@gmail.comwrote: I had Gilead 1.2.3 working with GWT 1.6 and Hibernate 3.3.2 then upgraded to Gilead 1.3, GWT 2.0 and Hibernate 3.3.2.  I never ran into the problem that you are seeing

Re: FW: problem compiling gwt 2.0 using ant

2010-01-20 Thread Sergey
Make sure, that you have just one version of GWT libraries in classpath, it works for me. -- 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

GWT 2.0 - SOP and Development Mode

2010-01-20 Thread preacher860
Hi there, As many people, I'm experiencing troubles while trying to debug an application in Development Mode when it tries to retrieve some JSON data from a remote server. It's obviously a Same Origin Policy problem but I can't find a satisfying solution to this issue. The setup is quite

Re: Problem switching to GWT 2.0 from GWT 1.6 (mysql related I think)

2010-01-20 Thread Acerezo
)         at com.mysql.jdbc.ConnectionImpl.clinit(ConnectionImpl.java:208) Notice the access denied part. I think this has nothing to do with 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

Re: gwt-servlet.jar being deleted at each Eclipse startup after upgrading to gwt 2.0

2010-01-20 Thread Erik Uzureau
are more than 6 people in the world using GWT 2.0 are we the only people withgwt-servlet.jar in /WEB-INF/lib in our SVN repositories or is it something else? Also, if it is patently wrong to have thegwt-servlet.jarfile in the / WEB-INF/lib file... then why are we clearly told

Datanucleus entity serialization and GWT 2.0

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

Re: Using Gilead with GWT 2.0 ms1

2010-01-20 Thread Trevor Skaife
gilead with hibernate with GWT 2.0, and I suspect that I am having some library conflict... I cannot understand which library.  Could someone tell me what they have working under GWT 2.0, what all of the jars they include in the war file are... This is my list: On Tue, Jan 19, 2010 at 7:27

Re: gwt-servlet.jar being deleted at each Eclipse startup after upgrading to gwt 2.0

2010-01-20 Thread Jeff Schnitzer
, Erik Uzureau uzur...@gmail.com wrote: The real question here is what do we all (on this thread) have in common that the rest of the world doesn't. Surely we are more than 6 people in the world using GWT 2.0 are we the only people withgwt-servlet.jar in /WEB-INF/lib in our SVN

Re: gwt-servlet.jar being deleted at each Eclipse startup after upgrading to gwt 2.0

2010-01-19 Thread Jeff Schnitzer
that the rest of the world doesn't. Surely we are more than 6 people in the world using GWT 2.0 are we the only people withgwt-servlet.jar in /WEB-INF/lib in our SVN repositories or is it something else? Also, if it is patently wrong to have thegwt-servlet.jarfile in the / WEB-INF/lib file

Re: GWT 2.0 + Gogle Maps V3 using JSNI

2010-01-19 Thread Eric Ayers
, 2010 at 3:22 PM, Ilya lisichkin.i...@googlemail.com wrote: Hi, I'm looking for an example of using GWT 2.0 + Gogle Maps V3 using JSNI. I've trying to do it for whole week already but failed even to display the map :( If somebody using this method could you please share some simple example

Re: Using Gilead with GWT 2.0 ms1

2010-01-19 Thread Dan Billings
: Hello, I'm working on a GWT 2.0 project with hibernate integration viaGilead. When I try to load data from database (on GWT 1.7 everything was working properly) I get this error Parameter 0 of is of an unknown type 'java.lang.String/2004016611' and googling I've found

GWT 2.0 lockup

2010-01-19 Thread Cliff Newton
I recently upgraded from GWT 1.5 to 2.0 and since I started running 2.0 my app will occasionally lock up. When refreshing the page JBoss still serves up my login page, however when I try to actually log in it just sits there. Also, once the app freezes and you are already logged in and try to do

Re: Using Gilead with GWT 2.0 ms1

2010-01-19 Thread John Ivens
Anyone seen this error message? [WARN] Exception while dispatching incoming RPC call java.lang.NoSuchMethodError: net.sf.beanlib.hibernate.UnEnhancer.unenhanceClass(Ljava/lang/Class;)Ljava/lang/Class; I am getting this using gilead with hibernate with GWT 2.0, and I suspect that I am having some

Re: Using Gilead with GWT 2.0 ms1

2010-01-19 Thread John Ivens
getting this using gilead with hibernate with GWT 2.0, and I suspect that I am having some library conflict... I cannot understand which library. Could someone tell me what they have working under GWT 2.0, what all of the jars they include in the war file are... This is my list: On Tue, Jan

Problem with GWT 2.0 Chrome developer plugin

2010-01-19 Thread Isac
Hi, I have recently updated the GWT SDK from 1.5.3 to 2.0.0 on a project. I managed to fix all issues but one. I can't use the development mode with chrome. The login page of my application loads perfectly but when I try to log in (i.e. make an RPC) I get the following error: code

Problem with GWT 2.0 Chrome developer plugin

2010-01-19 Thread Isac
Hi, I have recently updated the GWT SDK from 1.5.3 to 2.0.0 on a project. I managed to fix all issues but one. I can't use the development mode with chrome. The login page of my application loads perfectly but when I try to log in (i.e. make an RPC) I get the following error: code

Gilead 1.3 + Hibernate + GWT 2.0

2010-01-19 Thread John Ivens
Has anyone gotten this to work? I have followed advice on the web and tried my darndest to set this up. I am talking to mysql in the background but that shouldn't matter. I am switching to DTOs because I have run out of time, but I will switch back at a convenient time if anyone can tell me how

Re: GWT 2.0 lockup

2010-01-19 Thread Joe Cole
For weird errors like that you can either use something like gwt-log and trace where you suspect it's happening, or use firebug with debugging on exceptions. On Jan 20, 5:01 am, Cliff Newton cliff.new...@gmail.com wrote: I recently upgraded from GWT 1.5 to 2.0 and since I started running 2.0 my

Using the ReCaptcha Java API with GWT 2.0

2010-01-18 Thread jfagh
I am trying to integrate the opensource ReCaptcha on my GWT 2.0 app. I followed the instructions given at: http://wiki.recaptcha.net/index.php/Overview#Java.2FJSP And just like any added module, I added its JAR file to the lib directory and to the classpath. When I try to run the app with a new

Re: Using the ReCaptcha Java API with GWT 2.0

2010-01-18 Thread Sudeep S
is ReCaptcha a gwt library or a simple java library. gwt module dicatates that source code be present in the lib that is refererred. On Tue, Jan 19, 2010 at 1:21 AM, jfagh jfa...@gmail.com wrote: I am trying to integrate the opensource ReCaptcha on my GWT 2.0 app. I followed the instructions

Re: Using the ReCaptcha Java API with GWT 2.0

2010-01-18 Thread jfagh
...@gmail.com wrote: I am trying to integrate the opensource ReCaptcha on my GWT 2.0 app. I followed the instructions given at: http://wiki.recaptcha.net/index.php/Overview#Java.2FJSP And just like any added module, I added its JAR file to the lib directory and to the classpath. When I try

Re: gwt-servlet.jar being deleted at each Eclipse startup after upgrading to gwt 2.0

2010-01-18 Thread Erik Uzureau
The real question here is what do we all (on this thread) have in common that the rest of the world doesn't. Surely we are more than 6 people in the world using GWT 2.0 are we the only people with gwt-servlet.jar in /WEB-INF/lib in our SVN repositories or is it something else? Also

Re: gwt-servlet.jar being deleted at each Eclipse startup after upgrading to gwt 2.0

2010-01-18 Thread Erik Uzureau
doesn't. Surely we are more than 6 people in the world using GWT 2.0 are we the only people withgwt-servlet.jar in /WEB-INF/lib in our SVN repositories or is it something else? Also, if it is patently wrong to have thegwt-servlet.jarfile in the / WEB-INF/lib file... then why are we clearly

GWT 2.0 + Gogle Maps V3 using JSNI

2010-01-18 Thread Ilya
Hi, I'm looking for an example of using GWT 2.0 + Gogle Maps V3 using JSNI. I've trying to do it for whole week already but failed even to display the map :( If somebody using this method could you please share some simple example? Any help will be appreciated. Thanks in advance, -Ilya. -- You

Problems Setting and Retrieving Cookies with GWT 2.0

2010-01-18 Thread Mr. Lucky
Hello, I'm trying to write some code that will let me manage cookies from with in the GWT that will set, show, and delete cookies. However, I'm unable to create the cookie via gwt on either Firefox 3.5.6 or Opera 10.10 (both on Linux). My code is: public class CookieMonster implements

Re: GWT 2.0 Eclipse Breakpoint Not Working

2010-01-18 Thread Ana
it. This, however, was due to upgrading to GWT 2.0 and the switch between hosted mode and dev mode. -Nick On Thu, Dec 10, 2009 at 9:29 AM, Paul Robinson ukcue...@gmail.com wrote: Failing to stop at breakpoints was a bug in one of the JVM releases (1.6.0_14 IIRC). Make sure you're using

GWT 2.0 - Eclipse Plugin - Maven: 404 running in DevMode

2010-01-18 Thread Jim Adkins
I'm receiving a 404 status code when attempting to use the GWT 2.0 Eclipse plug-in. The project was originally created with GWT 1.7 and used an Eclipse Run Configuration based on a Java Application run type. I modified the run configuration to use DevMode and GWT 2.0 library. When I copy

Re: Using the ReCaptcha Java API with GWT 2.0

2010-01-18 Thread Sudeep S
wrote: I am trying to integrate the opensource ReCaptcha on my GWT 2.0 app. I followed the instructions given at: http://wiki.recaptcha.net/index.php/Overview#Java.2FJSP And just like any added module, I added its JAR file to the lib directory and to the classpath. When I try to run

Re: Using the ReCaptcha Java API with GWT 2.0

2010-01-18 Thread Sudeep S
trying to integrate the opensource ReCaptcha on my GWT 2.0 app. I followed the instructions given at: http://wiki.recaptcha.net/index.php/Overview#Java.2FJSP And just like any added module, I added its JAR file to the lib directory and to the classpath. When I try to run the app

Re: GWT 2.0 - Eclipse Plugin - Maven: 404 running in DevMode

2010-01-18 Thread UJ
You can always change that HTML's location in welcome file list in the web.xml -- 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

Re: Problem running application GWT 2.0 with external server and DevMode, unable to find module file

2010-01-15 Thread mlopez
Hello Chris, Firstly I start the Tomcat web server at localhost:8080, my launch configuration is all that I write in the first post: Run - Run configurations - Java Application: in the Main tab as Main class I'm using: com.google.gwt.dev.DevMode, and as Project Iam using my GWT project: myapp.

Re: Problem running application GWT 2.0 with GWT Eclipse plugin

2010-01-15 Thread mlopez
Hello Jason, I have tried to delete my old launch configuration and then Run As - Web application for my GWT project but the result is the same, in the moment that the application calls to any RPC service throws the error: Cannot find resource 'com/xxx/architecture/commons/gwt/web/client/yyy/

Re: Deploying GWT 2.0 client app ?

2010-01-15 Thread Kryo`
Hi Chris ! what happens if you start the development server as usual (Run As- Web Application), and then instead of http://localhost:/Login.html?gwt.codesvr=192.168.1.22:9997 you go to http://localhost:/Login.html in your browser? I have the same error message :/ If this doesn't work,

Re: GWT 2.0 runAsync code works fine in development mode but fails in normal mode

2010-01-15 Thread Matt Moriarity
is most probably always null when I read it. What is strange is why it's not null in development mode Is runAsync running synchronously in dev mode ? On 14 jan, 13:29, mably fm2...@mably.com wrote: Hi everybody, I have some GWT 2.0 runAsync code that works perfectly fine in dev mode

Re: GWT 2.0 + JBoss

2010-01-15 Thread jayanth
Thanks Szemere .. you really saved my day. I was scratching my head trying to figure out what could be the cause and it turned out to be an older version of gwt-servlet.jar as you've indicated. On Jan 1, 9:09 am, Szemere szemereszem...@googlemail.com wrote: I've found this can be caused by an

Re: Problem: certain types of J2EE authentication with GWT 2.0 and Eclipse 3.5 plugin no longer work

2010-01-15 Thread Jon
recently moved up to GWT 2.0 from GWT 1.7 and everything has gone quite smoothly so far. One of the issues I have with the application I'm developing is that it needs to be secured by J2EE security and correctly manage session timeout etc. I know there are lots of hazy bits

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

2010-01-15 Thread Bruno Unna
It worked like a charm. Thank you very much. The problem at stake is a cryptic one, though. How come the classloader can make this kind of mistake? Or who is to blame? Regards. On Dec 14 2009, 8:52 pm, ciyer cramakrish...@gmail.com wrote: I spent a few hours chasing down the Invalid memory

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

2010-01-15 Thread Alexander
Classloaders in webserver works different way. Maybe you could dig something up there. 2010/1/15 Bruno Unna bruno.u...@gmail.com It worked like a charm. Thank you very much. The problem at stake is a cryptic one, though. How come the classloader can make this kind of mistake? Or who is to

Can I developing Gwt 2.0 apps on linux using firefox ?

2010-01-15 Thread R.Domingo
Hello, I'm using gwt 1.5.x for some time now in combination with the hosted browser. But after switching to gwt 2.0 the hosted browser is no longer used AND I can't get the firefox gwt plugin working. Can anyone please confirm this should work ? Or explain how I can test/develop my apps now

Re: Can I developing Gwt 2.0 apps on linux using firefox ?

2010-01-15 Thread Qian Qiao
On Sat, Jan 16, 2010 at 00:47, R.Domingo raym...@domingo.nl wrote: Hello, I'm using gwt 1.5.x for some time now in combination with the hosted browser. But after switching to gwt 2.0 the hosted browser is no longer used AND I can't get the firefox gwt plugin working. Can anyone please

Re: Can I developing Gwt 2.0 apps on linux using firefox ?

2010-01-15 Thread Alexander
Debug in real browser instead of hosted browser! Read http://code.google.com/webtoolkit/doc/latest/DevGuideCompilingAndDebugging.html 2010/1/15 R.Domingo raym...@domingo.nl Hello, I'm using gwt 1.5.x for some time now in combination with the hosted browser. But after switching to gwt 2.0

Re: Problem running application GWT 2.0 with GWT Eclipse plugin

2010-01-15 Thread Sorinel C
1. Can you check to clean up your environment like is explained here? http://ui-programming.blogspot.com/2009/12/update-your-application-to-gwt-20.html 2. If you still have problems after step 1, then check out the java class that you get error for (maybe you use some external unsupported classes

Re: GWT 2.0 runAsync code works fine in development mode but fails in normal mode

2010-01-15 Thread mably
, mably fm2...@mably.com wrote: Hi everybody, I have some GWT 2.0 runAsync code that works perfectly fine in dev mode but fails in normal mode. Is it a GWT bug or am I doing something wrong ? Is there some way to identify where the probleme comes from exactly ? The only

Deploying GWT 2.0 client app ?

2010-01-14 Thread Kryo`
Hello, I've made a little gwt 2.0 client app : Login. I can launch the debug and go to http://localhost:/Login.html? gwt.codesvr=192.168.1.22:9997 to see the result of my app. Now I want to put this app on a website in order to let it be public. So I've uploaded the content of the war

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

2010-01-14 Thread nickajderian
I also had this problem. I had 2 files: 1. HitTimeSheet/src/TimeSheetItem.ui.xml 2. HitTimeSheet/src/uk.co.hattjoys.hittimesheet.client/ TimeSheetItem.ui.xml I do not know where 1 came from but I spent 15 minutes editing it and pulling out my hair before I realised 2 existed. 1 is not needed.

Re: GWT 2.0 with C# back-end

2010-01-14 Thread ChorltonTheDragon
On Dec 16 2009, 6:49 pm, joe joe.krat...@gmail.com wrote: yeah it looks like the link was butchered when I send the post. http://www.gwtapps.com/doc/html/com.google.gwt.http.client.html I have tried what you are using. However, after looking into the problem more I see that Same Origin

GWT 2.0 runAsync code works fine in development mode but fails in normal mode

2010-01-14 Thread mably
Hi everybody, I have some GWT 2.0 runAsync code that works perfectly fine in dev mode but fails in normal mode. Is it a GWT bug or am I doing something wrong ? Is there some way to identify where the probleme comes from exactly ? The only information I have is a Chrome Developer Tools

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

2010-01-14 Thread Rouche
the following blog post that covers the GWT 2.0 SDK, Google Plugin for Eclipse, and -- brand new in GWT 2.0 -- a performance analysis tool called Speed Tracer.  I think that you will find it pretty interesting... http://googlewebtoolkit.blogspot.com/2009/12/introducing-google-web-t... -- Miguel

Re: Deploying GWT 2.0 client app ?

2010-01-14 Thread Chris Lercher
Hi, what happens if you start the development server as usual (Run As-Web Application), and then instead of http://localhost:/Login.html?gwt.codesvr=192.168.1.22:9997 you go to http://localhost:/Login.html in your browser? - If this doesn't work, it means that the compilation step

Re: GWT 2.0 runAsync code works fine in development mode but fails in normal mode

2010-01-14 Thread mably
Oops, sorry... It's asynchronous, so my list object is most probably always null when I read it. What is strange is why it's not null in development mode Is runAsync running synchronously in dev mode ? On 14 jan, 13:29, mably fm2...@mably.com wrote: Hi everybody, I have some GWT 2.0

IncompatibleRemoteServiceException with -noserver argument in gwt 2.0

2010-01-14 Thread denis56
His, I have been struggling with com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException (which finds several entries in web) for a while and was able to find a clumsy workaround. Could anyone please suggest a solution in the following case as I believe it may be either my

<    1   2   3   4   5   6   7   8   9   10   >