Re: GWT 2.1.RC1 Expenses Sample Failure

2010-10-18 Thread Esfand
Now the (almost) final GWT 2.1 version of the pom.xml file is on the GWT SVN trunk ( http://bit.ly/pom-xml ). and the instructions to import the sample to Eclipse and running it is here ( http://bit.ly/pom-ins ). It is still points to GAE 1.3.7 and Roo M2, but you can change them to the latest

Re: GWT-Ext - Unable to load module entry point class...

2010-10-18 Thread pionas
Can help anyone? -- 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

Re: How to use GWT Place?

2010-10-18 Thread Gaurav Jain
Hi David, Thanks for your reply, but I have some problems with the helloMvp sample app provided by you. In HelloMVP EntryPoint class : - projectRoot\hellomvp\src\com\hellomvp\client\HelloMVP.java Error:Error:line (39)setDisplay(com.google.gwt.user.client.ui.AcceptsOneWidget) in

communication between two frames

2010-10-18 Thread Aditya
Hello Guys, I am designing a web application using GWT which has one inner frame which loads different modules whenever user selects any menu from TOP frame that is from a main window. The problem where i have stuck now is whenever there is some error occurred inside a frame which

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

2010-10-18 Thread agi
Hallo, I would like to use RequestFactory mechanism as a way for retrival of data from server. I have looked at the RequestFactory overwiev as well as the expenses example and I have came up with some questions which bother me.. I have already working project where I have DAO classes on the

Re: communication between two frames

2010-10-18 Thread ep
hi, a small question, do you open contents from same host (as parent window) within your innerframe? On 18 Okt., 09:26, Aditya 007aditya.b...@gmail.com wrote: Hello Guys,               I am designing a web application using GWT which has one inner frame which loads different modules whenever

Re: communication between two frames

2010-10-18 Thread aditya sanas
yes those are from same host in the same window. I have somewhere about 10 modules in my project out of which 1 is main modules which contains a Frame(GWT). and in this frame i m loading other 9 modules in the same window. So i want main window and frame should communicate with each other. that

Re: communication between two frames

2010-10-18 Thread ep
actually, you could be using HandlerManager as an event bus between all your modules, but I guess you trying to treat each of your modules as separate gwt applications, each having an entry point and also each independently compilable / runnable? therefore you cannot just reference classes

'null' is null or not an object error

2010-10-18 Thread Lewis Yeung
Hi everyone, My app has 2 parts, a nav and a center part for showing the views I built. So when a menu is clicked on the menu, the corresponding view will be shown in the center part. mainView extends Panel { Panel nav; Panel center; navData = new BorderLayoutData(RegionPosition.WEST);

Re: Window.open(url, _self, ) puts modulename in front

2010-10-18 Thread jsmith
Hi Thomas Broyer thank you, that was exactly what i needed. Best regards, On Oct 13, 5:01 pm, Thomas Broyer t.bro...@gmail.com wrote: On 13 oct, 15:25, jsmith 3p1...@googlemail.com wrote: Hi I have a gwt application with multiple Entry points. Every time a want to open a different url

Re: How to use GWT Place?

2010-10-18 Thread Thomas Broyer
On 18 oct, 09:25, Gaurav Jain gauravma...@gmail.com wrote: Hi David, Thanks for your reply,  but I have some problems with the helloMvp sample app provided by you. In HelloMVP EntryPoint class :    - projectRoot\hellomvp\src\com\hellomvp\client\HelloMVP.java     Error:Error:line

Re: How about extends UiBinder with data bind features?

2010-10-18 Thread Thomas Broyer
On 18 oct, 04:19, wangzx wangzaixi...@gmail.com wrote: I have some ideas on extends the GWT UiBinder with data bind features, and I would like to listen to groups for ideas. I have make a design draft onhttp://code.google.com/p/wangzaixiang/wiki/UiBinderWithDataBinding?ts... I hopes to

Re: communication between two frames

2010-10-18 Thread aditya sanas
yeah you are right my each of the module is compilable each is having entryPoint class associated with it but this is how we use to design a GWT module or is it possible to have GWT module without EntryPoint class associated with it...? actually we were having a single enrty point class for this

Validatejarfile takes a long time in apache tomcat 7

2010-10-18 Thread Nitin Kamate
Hello everyone, I get the following info in my Maven-GWt project while starting Tomcat server 7. And it takes too long more than 2-3 minutes to continue start up. It comes to this step and stops for a long time. can u pls tell me why is it happening? My other friends dont get this problem.

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

2010-10-18 Thread Thomas Broyer
On 18 oct, 09:29, agi agata.p...@gmail.com wrote: Hallo, I would like to use RequestFactory mechanism as a way for retrival of data from server. I have looked at the RequestFactory overwiev as well as the expenses example and I have came up with some questions which bother me.. I have

Re: TabLayoutPanel : How to add a Add tab icon in tab bar - Almost solved

2010-10-18 Thread Christophe
I've done this : do you think I can rely on CSS style name ? public abstract class TabLayoutPanelWithAddTabButton extends TabLayoutPanel implements ClickHandler { public TabLayoutPanelWithAddTabButton(double barHeight, Style.Unit barUnit) { super(barHeight, barUnit); Image

GWT and WebGL

2010-10-18 Thread Alon Gubkin
I'm planning on writing a 3D game for the Game On contesthttp://mozillalabs.com/gaming/2010/09/30/game-on-2010-is-here/with WebGL. Because of the huge third party libraries wrriten in Java (like JBullet http://jbullet.advel.cz/), I thought it'd be a good idea to write it with GWT and not in plain

Re: linux + development mode

2010-10-18 Thread Racka
Guys, thanks for the answers! Craig: thank link did it! I just can't believe that I can debug my gwt application :D I was like moving in the dark, always trying to guess what can be the problem... now I can see stack traces and such (of course fully functional widgets i want to see...) Whoa

Firefox gwt dev plugin

2010-10-18 Thread FireSnake
I've installed this plugin, buf firefox still requesting: Development Mode requires the Google Web Toolkit Developer Plugin -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Casting types

2010-10-18 Thread farmazone
Hello everybody! I am new to GWT but I found it very useful. Although I came to a problem I'd like to resolve. I want to have one interface to manage data from various tables. I fetch JSON data from database by RequestBuilder, then I create Overlay Types just like in manual with this function

Re: Why can't see progress bar?

2010-10-18 Thread Hendrik T
Not sure, but maybe you forgot to add the style? It sounds like you are using the ProgressBar from the incubator. It needs a style to be displayed properly. A working css style definition can be found in the java doc, iirc. -- You received this message because you are subscribed to the Google

2.1 MVP Jumpstart

2010-10-18 Thread Evan
I've been playing around with the Places/Activities features with 2.1 and I've really come to appreciate them. I've spent a lot of time deleting old boilerplate in the past few days. While I appreciate the nicely decoupled design, it's a bit cumbersome to get a new project going with everything

can GWT return new UI (widgets) on ajax calls.

2010-10-18 Thread cryptosense
hi, i am new in GWT land and still playing around with it. can i make a RemoteService return a widget which i would then use on the client side to add it as a child of another widget? i could make a RemoteService impl return java objects (implements Serializable) and lists but not widgets. is

Using java mail api from gwt rpc

2010-10-18 Thread Suresh G Kumar
Hi Can someone please help me to use java mail API from within a GWT service to send emails. I am building a web application using GWT, and requires emailing feature for my application. thanks regards --suresh -- You received this message because you are subscribed to the Google Groups Google

Strange compilation errors on linux platform

2010-10-18 Thread bananos
We have a pretty heterogeneous team which works with GWT on Mac, Windows linux machines. One of our latest commit crashed the automatic build which runs on linux box. The problem is that GWT java source generator fails with NullPointerException at different places with the same configuration

GWT RPC Protocol

2010-10-18 Thread boby torrent
Hi, I am currently working on a opensource load testing tool and I would like to add the support of the GWT-RPC protocol. I am looking for a document which describes the protocol but i cannot find it If such a document exists, could you send be a link where i could download it ? Thanks Oscar

Problem with PopUp Panel

2010-10-18 Thread Gurunathan
Hi, I have a Popup Panel. PopupPanel socialSitePopup = new PopupPanel(); socialSitePopup .center(); It gets displayed correctly. But when I resize the browser when the Pop-Up Panel is displayed, the Pop up panel either disappears/it is behind the browser. Please help me solve this issue.

requires 'org.eclipse.wst.xml.core0.0.0' but it could not be found

2010-10-18 Thread Joshua Kilpatrick
Hello. I really need some help with installing the Google Eclipse Plugin. I have tried to install more then ten times, and the install always fails with a message requires 'org.eclipse.wst.xml.core0.0.0' but it could not be found. Here are the details of my environment: - Windows 7 - Eclipse

Problem with compiling a Gwt project using Eclipse

2010-10-18 Thread AlessandroGwt
Good morning to everyone. I'm realizing a project network monitor using GWT. to define all the elements of GWT, when to play compilation I get this error: Compiling module com.progettonm.ProgettoNmGwt Finding entry point classes [ERROR] Unable to find type

GWT, glassfish, apache mod-jk

2010-10-18 Thread magnus magnus
I have configured a GWT based application with apache, mod-jk and glassfish. It works correctly through apache if I use the following url: http://mydomain.com/MyModule However it seems it does not(I setup it as default web module in virtual server) work if I just type http://mydomain.com/

How to check if a Column like description contains a search word in JDO / How to do a like search in JDO in GWT

2010-10-18 Thread Sandeep81
Hi, I am developing a GWT Application and using JDO. I have to serach a word in a ServerProduct product_desc element / Column. @PersistenceCapable(identityType = IdentityType.APPLICATION) public class ServerProduct { @PrimaryKey @Persistent(valueStrategy =

Re: What's the plan for GWT 2.1 RC2 and Production release

2010-10-18 Thread moejo
Thomas - you're an absolute star! I am very happy to hear that Google's almost there with the GWT 2.1 version - can't wait to get it up and running on our new project. Cheers again, On Oct 17, 10:20 pm, Thomas Broyer t.bro...@gmail.com wrote: On 17 oct, 20:44, moejo mahamad.el.tan...@gmail.com

Re: communication between two frames

2010-10-18 Thread ep
ah ok got your point, well, if you write: @com.verisona.bridge.client.CandidateMainView::alertWindow(); for the GWT compiler is pretty same as a pure Java call - because that code is not actually native where as $wnd.alert(foo) is a real native code which is not handled by GWT compiler. the

Re: How to use GWT Place?

2010-10-18 Thread Gaurav Jain
Hi David, I have successfully executed the helloMVP sample app. Thanks for your help. -- Regards, Gaurav On Mon, Oct 18, 2010 at 12:55 PM, Gaurav Jain gauravma...@gmail.com wrote: Hi David, Thanks for your reply, but I have some problems with the helloMvp sample app provided by you. In

Re: How about extends UiBinder with data bind features?

2010-10-18 Thread wangzx
Yes, the design is not the same as the editor framework: 1. It is an extension of the uibinder, using declaration style programming. 2. The data binding is synchronized when data changed or ui changed, no need for flush and save operation when the model supported. On Oct 18, 10:25 am, Thomas

Re: What's the plan for GWT 2.1 RC2 and Production release

2010-10-18 Thread wangzx
Does it means the 2.1.0 is released with the Adding 2.1.0 tag? if so, why no downloads in the download page? -- 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

Re: 2.1 MVP Jumpstart

2010-10-18 Thread Thomas Broyer
On 15 oct, 18:17, Evan evan38...@gmail.com wrote: I've been playing around with the Places/Activities features with 2.1 and I've really come to appreciate them.  I've spent a lot of time deleting old boilerplate in the past few days. While I appreciate the nicely decoupled design, it's a bit

Re: Casting types

2010-10-18 Thread Thomas Broyer
On 17 oct, 13:46, farmazone farmaz...@gmail.com wrote: Hello everybody! I am new to GWT but I found it very useful. Although I came to a problem I'd like to resolve.  I want to have one interface to manage data from various tables. I fetch JSON data from database by RequestBuilder, then

Trasform a Menu() object structure into a Tree()

2010-10-18 Thread alexoffspring
Suppose to have a MenuBar object, which has submenus and items added to it. How is it possible to get its Tree structure from the object? For example: public class OtherMenu extends Composite { public OtherMenu() { VerticalPanel verticalPanel = new VerticalPanel();

Re: What's the plan for GWT 2.1 RC2 and Production release

2010-10-18 Thread Thomas Broyer
On 18 oct, 14:37, wangzx wangzaixi...@gmail.com wrote: Does it means the 2.1.0 is released with the Adding 2.1.0 tag? if so, why no downloads in the download page? No, it took several tries for RC1, fixing some bugs and re-tagging the releases. It might very well be the same for the GA. I

Maven dependency for GWT 2.1 RC1 ?

2010-10-18 Thread Gaurav Jain
Can anybody please tell the maven dependency for 2.1 rc1 and its repository? -- 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: Firefox gwt dev plugin

2010-10-18 Thread Fernando
My guess would be: it wasn't installed due to permission restrictions. On Oct 17, 7:47 am, FireSnake truefiresn...@gmail.com wrote: I've installed this plugin, buf firefox still requesting: Development Mode requires the Google Web Toolkit Developer Plugin -- You received this message because

Re: getThreadLocalRequest().getSession().getId() confusion

2010-10-18 Thread sunny...@gmail.com
*shameless bump* -- 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

Does GWT designer currently work with UIBinder?

2010-10-18 Thread WillSpecht
I recently learned about GWT Designer and I am trying to use it in one of my projects. When I tried to open myView.java I got a message that this view is associated with a UIBinder file and that I should open the UIBinder file. When I open the UIBinder file I am told that I need version 2.1 M4

Re: RequestFactory + Rest/JSON?

2010-10-18 Thread Brett Thomas
Thanks for that writeup Steve, really helpful. The main reason I avoid that setup is because of the extra work it'd require to add XSRF protections. I use GWT-RPC to send data (adding an additional XSRF token), then have the servlet call the REST back end. What do you think - have you dealt with

RequestFactory; nested POJO:s.

2010-10-18 Thread Johan Rydberg
We're using more of a document-style model than a JPA-style relationmodel. I'm wondering if it is possible to somehow put have nested proxies that does not have an id field. In other words; proxies that are not real entities of their own. -- You received this message because you are

Re: RequestFactory + Rest/JSON?

2010-10-18 Thread Johan Rydberg
Have you guys looked at http://github.com/chirino/resty-gwt ? -- 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: RequestFactory + Rest/JSON?

2010-10-18 Thread Brett Thomas
Looks like an awesome project, but again security is the issue for me. I don't think any truly RESTful back end can be secure with a GWT front end, because you need the back end to keep state to protect against XSRF. That's why I thought RequestFactory had so much potential, if it could handle the

Re: GWT 2.1 logging and JUnit tests

2010-10-18 Thread SteveC
The problem was that my JUnit test are using the JRE's logging.properties file located in jre/lib/. I made a custom copy of it and put it in my project. I had to modify the java.util.logging.ConsoleHandler.level from it's default of INFO to ALL in the logging.properties file. I use a -D-

sending uft-8 encoded messages via jsonp

2010-10-18 Thread m.mil...@newelements.de
i wonder if anyone but me ever tried to send utf-8 encoded messages via the JsonpRequestBuilder. Whatever i try, the message i get server side is always ISO-8859-1 encoded. Does anyone have a solution for that problem? -- You received this message because you are subscribed to the Google Groups

Re: 2.1 MVP Jumpstart

2010-10-18 Thread PhilBeaudoin
Alternative frameworks like gwt-platform and mvp4g offer similar MVP, Place and event bus architectures but require much less boilerplate. If you worry about departing from the main line of GWT, you should know that GWTP's architecture share many similarities and we plan to start integrating it as

Re: Problems with demo expense from SVN

2010-10-18 Thread bdar
I am using GWT 2.1 RC1 windows7 roo 1.1.0.M3 [rev e66e029] On Oct 13, 10:10 am, Tamer Sezgin tamer.sez...@gmail.com wrote: Which version of GWT do you use? The application (I assume it is the Expense sample) uses very new APIs and I had to download and build the GWT trunk in order to run it

Re: 2.1 MVP Jumpstart

2010-10-18 Thread Evan
I think I realized that what I really want is for the default sample project that gets created whenever in a new project to include the MVP framework. Is this at all realistic? At first, I started to make a meta-framework that wired everything together - and it helps - but it doesn't resolve the

Using Rome in a GWT application

2010-10-18 Thread Eyal
Hi all, I am using Rome to parse RSS feeds in my GWT application. When I'm running the code, which is generic, as a Java application all is well. But when I'm attempting to do it through GWT I'm getting the following: com.google.gwt.user.server.rpc.UnexpectedException: Service method 'public

Slow AsynCallBack method

2010-10-18 Thread BurstUser
Hi all, I'm having issues with a very slow AsyncCallback method. My set up is as follows: // CLIENT CODE: System.out.println(ONE: +System.currentTimeMillis()/1000F); final AsyncCallback callback = new AsyncCallback(){ public void onSuccess(Object result){

Re: Slow AsynCallBack method

2010-10-18 Thread George Georgovassilis
Hello BurstUser, You need to keep in mind that the returned code is not parsed into javascript object by some mechanism that is native to the browser. The returned string is parsed in javascript, so it is not uncommon that complex objects take several seconds to parse. I've run into this problem

Re: GWT 2.1.RC1 Expenses Sample Failure

2010-10-18 Thread Esfand
I think I forgot to mention that in order to use the pom.xml file from the trunk, you need to change the line gwt.version2.1.0/gwt.version to: gwt.version2.1-SNAPSHOT/gwt.version because the GWT 2.1.0 release is not in the repository yet. On Oct 18, 9:00 am, Esfand esha...@gmail.com wrote:

Re: TabLayoutPanel : How to add a Add tab icon in tab bar - Almost solved

2010-10-18 Thread Fendy Tjin
Hi Chris, yes, you can rely on CSS styling. Make sure your CSS is universal across browsers. Best regards, Fendy Tjin On Oct 18, 2010, at 5:51 PM, Christophe christophe.march...@contactoffice.net wrote: I've done this : do you think I can rely on CSS style name ? public abstract class

Re: GWT 2.1.RC1 Expenses Sample Failure

2010-10-18 Thread coderinabstract
Thanks... After import as maven project...does not recognize automatically as gwt project. Need to go to project properties and set it up on Eclipse 3.6. WebToolkit and GAE setup needs to be manually setup. Also, war file location needs to be adjusted...got it to run with src \main\webapp or

Re: GWT and WebGL

2010-10-18 Thread Matías Costa
I think you can't. It should be a massive work. I have no idea about how bullet works, but tricking it to use a webgl context must be hard, next to imposible. GWT is a Java to Javascript compiler. It is no magic java in a webpage. The java code must comply various constraint to be able to

Re: Firefox gwt dev plugin

2010-10-18 Thread FireSnake
it was! I can see it in the plugins list -- 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: Using Rome in a GWT application

2010-10-18 Thread Boris Lenzinger
Hi, could you give more precisions on how you are setting up your runtime environment please ? Are you running from Eclipse or are you deploying the war file to an application server ? Have you checked your classpath at runtime ? (a System.out.println on the java.class.path variable could be

Re: GWT 2.1.RC1 Expenses Sample Failure

2010-10-18 Thread David Chandler (Google)
A new version of Google Plugin for Eclipse will ship with GWT 2.1 which will fix the Maven integration issues you're seeing. Until then, you can run the Expenses sample with mvn gwt:run -- David Chandler Developer Programs Engineer, GWT On Oct 18, 12:20 pm, coderinabstract

Re: Strange compilation errors on linux platform

2010-10-18 Thread Jeff Chimene
At first glance, it seems there is a problem with the environment settings. Have you successfully built other projects on the Linux box? FWIW, I do 99% of my GWT work on Debian. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

Re: can GWT return new UI (widgets) on ajax calls.

2010-10-18 Thread Jeff Chimene
The short answer is No. The longer answer is Yes, but... which response is more than I want to write without first asking my standard question: What problem are you trying to solve? On Fri, Oct 15, 2010 at 7:46 PM, cryptosense cryptose...@gmail.com wrote: hi, i am new in GWT land and still

Re: GWT Designer for Eclipse 3.6 - Install Fails

2010-10-18 Thread tinnitus007
Just FYI, this did appear to be a network issue, though not yet resolved. Installs worked fine, to same PC login accounts, when taken off the LAN and put on alternate shared internet connection. Thanks! On Oct 5, 5:26 pm, gina ginanebl...@google.com wrote: It might be a proxy issue.

Re: RequestFactory + Rest/JSON?

2010-10-18 Thread Jeff Larsen
Oh that looks really interesting Johan. Consider it bookmarked. Another project I'm looking at is Restlet, but I just don't have enough time to do all the necessary investigation. As far as preventing XSRF with REST... that is definitely a tricky one but not something that is absolutely

Re: requires 'org.eclipse.wst.xml.core0.0.0' but it could not be found

2010-10-18 Thread Joshua Kilpatrick
I have solved my problem! After finding the following post I got the idea that my issues might be caused by sensitivity to proxy servers that have been noted with the Eclipse Update Manager SEE:

GWT 2.1 RC 1 eclipse plugin errors during compile of a project

2010-10-18 Thread tc
When attempting to use the new Eclipse RC 1 plugin I am getting a pile of errors when attempting to do a compile. I do not get these errors when doing a gwt:compile through CLI maven. Any clues ? Validating newly compiled units [ERROR] Errors in

Re: RequestFactory + Rest/JSON?

2010-10-18 Thread Sripathi Krishnan
I don't think any truly RESTful back end can be secure with a GWT front end, because you need the back end to keep state to protect against XSRF. You don't need to maintain state to prevent CSRF. If you set a custom http request header and check its value on the server side, it will prevent

Re: RequestFactory + Rest/JSON?

2010-10-18 Thread Sripathi Krishnan
Forgot to add - I have been using the RequestBuilder + JSON + Javascript Overlays for quite a while now. We use sessions just for the authentication piece, but otherwise our setup is RESTful. You can go to a complete RESTful approach by - a) Using HTTP basic or digest authentication over HTTPS

Re: 'null' is null or not an object error

2010-10-18 Thread Sorinel C
why don't you use a CardLayout for your center panel, and instead of removing and adding your widget to the ceter part .. you just activate the ones corresponding to the menu option. Menu : [menu 1] [menu 2] Center Panel: [menu 1 panel] [menu 2 panel] Select [menu 1] -- Center Panel.

Re: RequestFactory; nested POJO:s.

2010-10-18 Thread Thomas Broyer
On 18 oct, 16:30, Johan Rydberg johan.rydb...@edgeware.tv wrote: We're using more of a document-style model than a JPA-style relationmodel. I'm wondering if it is possible to somehow put have nested proxies that does not have an id field.  In other words; proxies that are not real entities

Invoking of clicking on html link (Thickbox integration)

2010-10-18 Thread Jirka Kr.
How can I invoke a click or simulate clicking on plain old a href=path to image class=thickbox /a. In my application I want to use jquery library ThickBox (http://jquery.com/demo/thickbox/). But all my html content is dynamic. With Hyperlink class I can change only text after anchor. I want to

Re: Maven dependency for GWT 2.1 RC1 ?

2010-10-18 Thread Thomas Broyer
On 18 oct, 15:54, Gaurav Jain gauravma...@gmail.com wrote: Can anybody please tell the maven dependency for 2.1 rc1 and its repository? We're using (from memory) repository idgwt-repo/id urlhttp://google-web-toolkit.googlecode.com/svn/2.1.0/gwt/maven/ url nameGoogle Web Toolkit

Re: Using Rome in a GWT application

2010-10-18 Thread Eyal
Hi Boris, Thank you for your reply. I am running my app on Eclipse (Galileo) on Windows 7. The installed JRE is jdk1.6.0_17. I feel bad about giving you my classpath (below) because it's so long but maybe you see something in it? If so, many many thanks!!! Eyal

Re: GWT 2.1.RC1 Expenses Sample Failure

2010-10-18 Thread Esfand
Hi CoderInAbstract, I'm also using Eclipse 3.6. I use Maven 3.0 but Maven 2.2.1 worked too. I did the same changes that you described too. In addition, I ran 'clean package' using 'Run as maven build' from within Eclipse before 'Run as WebApp'. I didn't get any error and I'm able to set

EntityProxy + JDO enum handling

2010-10-18 Thread BB
Hi, I have an enum delcalred in my EntityProxy wich should be stored at the backend but if I try to load an Entity from the backend I get this error: [ERROR] [...] Parameter 0 of method UserProxy.setType does not match method de.server.db.User.setType [ERROR] [...] Parameter 0 of

Want to do synchronous things with asynchronous elements

2010-10-18 Thread Frédéric
Hello everybody I need your help. Before to insert values in a database I have to check if some values are not in the DB. So I have to count the number of time this value appears in the DB. If the number of value is greater than 0, I am supposed to stay on the same screen But as we work

gwt-user.jar not found issue

2010-10-18 Thread RubySmith
I just installed GWT and WindowsGUI builder eclipse plug-ins from google update site. The plug-ins does not contain gwt-user.jar and hence i could not create GWTproject. Due to this issue the GWT installation path can not be set on GWT preferences.. -- You received this message because you

HandlerManager / (Simple)EventBus

2010-10-18 Thread dingwa
Hi all, I have just upgraded to 2.1.0.RC1 and I have found that the HandlerManager.getHandlerCount() method has been deprecated and made package private. I currently use this method to find out how many handlers are listening for a specific type of event. How am I able to retain this

Re: Trasform a Menu() object structure into a Tree()

2010-10-18 Thread Patrick Hilsbos
...also looking for a solution -- 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: Trasform a Menu() object structure into a Tree()

2010-10-18 Thread Jeff Larsen
You could extend MenuBar and then override getItems() and make it public. Then you would have access to all of the MenuBar's Items. That is really the only way I can see doing it without getting into DOM manipulation. This probably has more pitfalls down the road, but it is the only place I can

Re: Want to do synchronous things with asynchronous elements

2010-10-18 Thread Jeff Larsen
You have to setup your change of screen code to listen for the onSuccess method inside you're AsynCallback. For example saveButton.addClickHandler(new ClickHandler(){ public void onClick(ClickEvent event){ someAsyncService.save(createObjectToSave(), new

Re: GWT 2.1.RC1 Expenses Sample Failure

2010-10-18 Thread coderinabstract
Thank you that worked!!..the only change from my comments above is to have to set the Google webapp path in project properties to target/ expenses-0.1.0.BUILD-SNAPSHOT and check the launch and deploy from this directory check box. Again..thanks for all the tips on this subject in making this

Re: HandlerManager / (Simple)EventBus

2010-10-18 Thread Jeff Larsen
Why do you need to know how many handlers are listening for a specific type of event? On Oct 18, 4:22 pm, dingwa scott@gmail.com wrote: Hi all, I have just upgraded to 2.1.0.RC1 and I have found that the HandlerManager.getHandlerCount() method has been deprecated and made package

[gwt-contrib] Fix handling of search order where particular regions have different (issue1022801)

2010-10-18 Thread jat
Reviewers: pdr, Description: Fix handling of search order where particular regions have different default scripts than the base language, such as pa_PK and zh_TW. Patch by: jat Review by: pdr Please review this at http://gwt-code-reviews.appspot.com/1022801/show Affected files: M

[gwt-contrib] Add LocalizedNames API. (issue1023801)

2010-10-18 Thread jat
Reviewers: pdr, Description: Add LocalizedNames API. Patch by: jat Review by: pdr Please review this at http://gwt-code-reviews.appspot.com/1023801/show Affected files: A user/src/com/google/gwt/i18n/client/DefaultLocalizedNames.java A

[gwt-contrib] Fix for resolving overloaded enum valueOf method (issue1024801)

2010-10-18 Thread jbrosenberg
Reviewers: scottb, Description: Fix for resolving overloaded enum valueOf method Please review this at http://gwt-code-reviews.appspot.com/1024801/show Affected files: M dev/core/src/com/google/gwt/dev/jjs/ast/JClassLiteral.java M user/test/com/google/gwt/dev/jjs/test/EnumsTest.java

[gwt-contrib] Re: Updating release notes in preparation for GWT 2.1. Since we now maintain the release notes histo... (issue1014801)

2010-10-18 Thread jlabanca
committed as r9082 http://gwt-code-reviews.appspot.com/1014801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fix for resolving overloaded enum valueOf method (issue1024801)

2010-10-18 Thread jbrosenberg
http://gwt-code-reviews.appspot.com/1024801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Issue with Pop Up Panel

2010-10-18 Thread Gurunathan
Hi, I have a Popup Panel. PopupPanel Popup = new PopupPanel(); Popup .center(); It gets displayed correctly. But when I resize the browser when the Pop-Up Panel is displayed, the Pop up panel either disappears/it is behind the browser. Please help me solve this issue. Thanks in advance Guru.

[gwt-contrib] Re: Checkpoint patch on the way to making samples/expenses bookmarkable via (issue1013801)

2010-10-18 Thread bob
http://gwt-code-reviews.appspot.com/1013801/diff/1/2 File samples/expenses/src/main/java/com/google/gwt/sample/expenses/ExpensesCommon.gwt.xml (right): http://gwt-code-reviews.appspot.com/1013801/diff/1/2#newcode18

[gwt-contrib] HandlerManager is going way of the dodo!

2010-10-18 Thread dmen
I love how you deprecate core stuff, just like that. It shows how much thought you put before introducing APIs. By now, it seems like half of GWT API must be at deprecated state. No problem, simply slap @Deprecated, @SuppressWarnings(deprecation) all over the place and you 're done. --

Re: [gwt-contrib] GWT 2.1 RC1 javadoc

2010-10-18 Thread Professor Vagner
Thomas, very good your post, thanks for contributing to the community. -- *Vagner Araujo O PLANETA É O MEU PAÍS, E A CIÊNCIA É A MINHA RELIGIÃO ! INDO AO INFINITO E ALÉM... !!* -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Issue with Pop Up Panel

2010-10-18 Thread John LaBanca
The PopupPanel doesn't auto-recenter. You can keep it centered using the following: final PopupPanel Popup = new PopupPanel(); Popup .center(); Window.addResizeHandler(new ResizeHandler() { public void onResize(ResizeEvent event) { Popup .center(); } }); Thanks, John LaBanca

Re: [gwt-contrib] HandlerManager is going way of the dodo!

2010-10-18 Thread Patrick Julien
In the case of HandlerManager, you just need to replace it with EventBus/SimpleEventBus. The interface is nice if you're working with gin and it's also nice for unit testing. If you don't want to be bothered too much, just substitute all instances of HandlerManager with SimpleEventBus and you're

[gwt-contrib] Add CLDR import for region names. (issue1025801)

2010-10-18 Thread jat
Reviewers: pdr, Description: Add CLDR import for region names. Patch by: jat Review by: pdr Please review this at http://gwt-code-reviews.appspot.com/1025801/show Affected files: M tools/cldr-import/src/com/google/gwt/tools/cldr/CurrencyDataProcessor.java M

Re: [gwt-contrib] HandlerManager is going way of the dodo!

2010-10-18 Thread Stephen Haberman
If you don't want to be bothered too much, just substitute all instances of HandlerManager with SimpleEventBus and you're done. I dunno--per my comment in a proposed patch to SimpleEventBus, I find using EventBus in all the places I used HandlerManager to be odd. I used HandlerManager inside

[gwt-contrib] Re: - Set GWT version to 2.1.0 (issue1019801)

2010-10-18 Thread rchandia
Filed as an Issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=5438 On 2010/10/17 06:06:23, cromwellian wrote: lgtm http://gwt-code-reviews.appspot.com/1019801/diff/1/2 File samples/expenses/pom.xml (right): http://gwt-code-reviews.appspot.com/1019801/diff/1/2#newcode11

  1   2   >