GWT + UIBinder

2011-06-28 Thread Mike Dee
Trying to build a new WindowBuilder project in Eclipse as New Project- >GWT Window Builder->GWT Designer->GWT Java UI->GWT UiBinder- >Composite and getting a message, "You need at least GWT 2.1M4 for UiBinder visual editing". I have the latest of everything: Eclipse 3.6, GWT 2.3.0, GWT Designer 2.

GWT Frame Redirecting Problem

2011-06-28 Thread Xybrek
Hi, is there a way to disable GWT Frame to redirect and change the browser address? Problem is that its causing the browser to replace the URL and load a page which closes the Hosted GWT app in the same browser. Thanks in advance. -- You received this message because you are subscribed to the

Re: Curious instance equality issue with Longs

2011-06-28 Thread Juan Pablo Gardella
You must use equals() to compare objects. I have similar issue, but inverse. In production run and in dev mode not. The problem I think is, for example the next expression: anInteger == otherInteger If are different objects don't work in Java (becouse compare memory pointers), but when GWT comp

gwt-servlet.jar size 200KB to 4MB?

2011-06-28 Thread Craig Mitchell
I've been noticing that the size of the gwt-servlet.jar keep growing. In version 1.1 it was around 200KB, and now it's over 4MB. I realize most people could care less, however, it matters for my little project. I thought the gwt-servlet.jar only contained information for RPCs. I tried just us

creating an abstraction layer above ways to communicate with the server?

2011-06-28 Thread Elhanan
hi.. our CTO would like to develop a framework for application developers that would depend on a specific wiring protocl (such as rpc/json/xml) meaning, the would be able to write a service and a client in the application and be able to configure either by annotation (provided by our framework

Re: compiler error ClassNotFoundException: _j2se_j9=71168

2011-06-28 Thread Stevko
Seems to be the case - IBM and -localworkers does not mix well. Thanks Thomas for the tip on issue 4031 :) On Jun 28, 4:06 pm, Thomas Broyer wrote: > Are you using an IBM > JVM?http://code.google.com/p/google-web-toolkit/issues/detail?id=4031 -- You received this message because you are subscri

Re: ActionCells within a CompositeCell not receiving onBrowserEvent()

2011-06-28 Thread ashwin.desi...@gmail.com
Are you following the exact sample? or are you using the CompositeCell in your own project? Can you paste the code where you are associating your CompositeCell with a table or CellList ~Ashwin On Wed, Jun 29, 2011 at 9:42 AM, Daniel Johnston wrote: > Thanks for the help Ashwin, but I checked th

Re: ActionCells within a CompositeCell not receiving onBrowserEvent()

2011-06-28 Thread Daniel Johnston
Thanks for the help Ashwin, but I checked the import, com.google.gwt.dom.client.Element, and its correct, however the ActionCells within the CompositeCell are still not receiving the onBrowserEvent() . On Tue, Jun 28, 2011 at 6:58 PM, Ashwin Desikan wrote: > Daniel, > > Check your import state

Re: DateBox and TimeZone

2011-06-28 Thread Ashwin Desikan
Eric, I had a similar requirement for one of my projects, so i did the following. I used the following format to part date/ time in my DateBox DateTimeFormat.getFormat("MMM dd H:mm") Now, with the above format, the local timezone is automatically picked up by the DatePicker. But since DateP

Re: RequestFactory object lifecycle & change propagation

2011-06-28 Thread ashwin.desi...@gmail.com
J, did you look at EntityProxyChange.registerForProxyType ? You can use this and register for any changes to your entities with the eventBus. The Handler method is called on change of entities (especially version changes). example: EntityProxyChange.registerForProxyType(eventBus, UserContactsPro

GWT GAE File Upload on Blobstore

2011-06-28 Thread Noor
If I'm using GWT File widget and form panel, can someone explain how to handle upload on blobstore on google application engine?? -- 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@googl

Error when run in Eclipse in Mac

2011-06-28 Thread Juan Pablo Gardella
Hi folks, When run in Eclipse an GWT application show me an error (only in a Mac). This error I can fix in maven when add xercesImpl 2.9.1 as depedency in the project and in the plugins. But in eclipse I don't know how resolve. Enviroment: Apache Maven 2.2.1 (r801777; 2009-08-06 16:16:01-0300) J

Re: DateBox and TimeZone

2011-06-28 Thread Eric
So apparently no one know and/or no one cares ;) Or this post just slipped through the cracks. I ended up solving my problem with date arithmetic on the server side, but I'm still curious if this is possible. Thanks, Eric -- You received this message because you are subscribed to the Google Gr

Re: ActionCells within a CompositeCell not receiving onBrowserEvent()

2011-06-28 Thread Ashwin Desikan
Daniel, Check your import statement for the Element class. Thus should be using the .dom.Element package and not .client Most probably that would be the issue for onbrowserEvent not getting invoked Thanks Ashwin Sent from my iPhone On Jun 28, 2011, at 10:46 PM, Daniel Johnston wrote: > The

Re: Facebook like Chat App with GWT

2011-06-28 Thread KevMo
I'm currently looking at iJab myself. It doesn't look like there is any active development. Also, the latest beta has connection issues on Safari. Check http://code.google.com/p/ijab/issues/detail?id=16 On Jun 28, 2:28 am, Uemit wrote: > Check out ijab. It is based on GWT and look really like t

Re: compiler error ClassNotFoundException: _j2se_j9=71168

2011-06-28 Thread Thomas Broyer
Are you using an IBM JVM? http://code.google.com/p/google-web-toolkit/issues/detail?id=4031 -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/JMQ

Re: compiler error ClassNotFoundException: _j2se_j9=71168

2011-06-28 Thread Stevko
Is there something that makes permutation 0 different than the 7 other permutation? How can I tell what is the difference? On Jun 9, 3:10 pm, "A. Stevko" wrote: > I am getting this compiler error. Any tips on resolving it? > >    Compiling 8 permutations >       Compiling permutation 0... >    

Re: GPE Support for m2e 1.0

2011-06-28 Thread youngm
Thanks for the response David. Is there any way you can better qualify what you mean by "a while before we're able to support that"? The thread you referenced talked about the m2e "Discovery" stuff. You're not required to make your configurer available through that service if that is an issue. Y

HTML5 pushState support

2011-06-28 Thread Stefan Asseg
Is this planned to be included in GWT in the near future or is anyone working on a GWT library that offers HTML5 pushState support? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.g

raphaelGWT vs raphaeljs : Which one could be the appropriate candidate for a charting library

2011-06-28 Thread saurabh saurabh
Hi, first of all thanks for the gwt-wrapper around Raphael. I ll be working on a charting library soon (with Raphael or Raphael-gwt) so I got one question, How I could extend it. I mean like in JavaScript? we ll do like Raphael.g.barchart=function(..){...} or you could suggest any other approp

Re: Working with GWT 2.3 and MyBatis

2011-06-28 Thread Geraldo Lopes
Gwt is persistent agnostic. It looks like your client code is referencing server code. When you compile the client code it gets translated to javascript, and run in the browser, and because of this there are restrictions to which code can be translated. http://code.google.com/intl/en/webtoolkit/d

RequestFactory object lifecycle & change propagation

2011-06-28 Thread isern
Hi people, Since I'm new to GWT in general and RequestFactory in particular I resort to your experience, cause I'm trying to find out what's the best way to solve a problem, that has an impact on my application as a whole, regarding RequestFactory, and I couldn't find a previous discussion about i

Re: GWT Designer and IsWidget

2011-06-28 Thread Stefan
> If you want to create a custom component that will work with GWT > Designer, you should ideally subclass Composite although subclassing > Widget will also work. Well, in my case I was trying to build a widget that extends from ListEditor so it works with the Editor framework. And since ListEdito

HasDataEditor example

2011-06-28 Thread gwtomni gwtomni
Hello, Can I please have a complete example using HasDataEditor + CellTable Thank you. -- 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 g

Re: GWT Designer and IsWidget

2011-06-28 Thread Thomas Broyer
On Tuesday, June 28, 2011 6:17:31 PM UTC+2, Eric Clayberg - Instantiations wrote: > > If you want to create a custom component that will work with GWT > Designer, you should ideally subclass Composite although subclassing > Widget will also work. > > If you place your class somewhere other th

Re: GPE Support for m2e 1.0

2011-06-28 Thread Thomas Broyer
On Tuesday, June 28, 2011 5:41:55 PM UTC+2, David Chandler (Google) wrote: > > Thomas, are you sure you're using m2e 1.0 (not 0.12x)? Sure. I've had enough issues with it that can be 200% sure! ;-) > According to this thread, m2e core is now released from Eclipse and it will > be a while be

how to handle stale session

2011-06-28 Thread Leung
Hi My question is about handling the stale session caused by user exit application without logout. I use a table in database to maintain session info and user, e.g, session id, user oid. If the user exits the application without logout properly or the web server restart, there is a record left

Re: websites designed with GWT are mobile browser compatible?

2011-06-28 Thread David Chandler
Any device that supports Javascript well will run a GWT app well. Lots of folks are running GWT apps on Androids and iPhones. Check out the presentations on mobile development with GWT from I/O this year, as we're currently doing a lot of work in this area. http://www.google.com/events/io/2011/ses

ActionCells within a CompositeCell not receiving onBrowserEvent()

2011-06-28 Thread Daniel Johnston
The ActionCell's onBrowserEvent() methods are not called. Is there something I need to override in the CompositeCell or ConsumedEvents to make this work? Below my example code, based on the Sample http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellTree // Construct a composite

Re: How to Prevent GWT from translating certain methods into JavaScript

2011-06-28 Thread K. Bolino
Awesome, thanks! -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/V9M9sCQf2bsJ. To post to this group, send email to google-web-toolkit@googlegro

Curious instance equality issue with Longs

2011-06-28 Thread Jens
Hi, I just fixed a bug in my application and the circumstances under which the bug has occurred (or better has been noticed) are really strange and maybe someone here can give me a hint to understand it. First of all the bug itself was pretty dump because I have done a businessObject.getId() =

Re: GWT Designer and IsWidget

2011-06-28 Thread Eric Clayberg - Instantiations
If you want to create a custom component that will work with GWT Designer, you should ideally subclass Composite although subclassing Widget will also work. If you place your class somewhere other than the Widget hierarchy, then you really aren't creating a valid GWT UI component. Implementing an

Google/GMail Buttons

2011-06-28 Thread joel
Is there an implementation of the button (with styling) used by GMail/ Google Docs, particularly the drop-down button? Possibly there is some integration with the Closure buttons? J -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post

Re: GPE Support for m2e 1.0

2011-06-28 Thread Jeff Larsen
That is good to know that m2e 1.0 isn't supported yet. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/fHCRPucY7ZsJ. To post to this group, sen

Re: GPE Support for m2e 1.0

2011-06-28 Thread David Chandler
Thomas, are you sure you're using m2e 1.0 (not 0.12x)? According to this thread, m2e core is now released from Eclipse and it will be a while before we're able to support that. But yes, 0.12 with m2extras works for me also in Indigo. http://dev.eclipse.org/mhonarc/lists/m2e-users/msg00754.html /d

websites designed with GWT are mobile browser compatible?

2011-06-28 Thread vijay sali
Hello Guys, I am planning to develop a web application using GWT, but before that I need to make few clarifications. The web app what I am developing should be compatible with Mobile phone browsers considerable smart phone browsers. I googled a lot to know this but I did not find supporting o

Re: GWT Designer and IsWidget

2011-06-28 Thread Benoit Landrieu
I am not a specialist but why you didn't use the view class ? widget is more lower than view class and you can add widget to the view and use powerful pattern like mvc ;) Hope that it will help you ! Benoit On Tue, Jun 28, 2011 at 3:15 PM, Stefan wrote: > Hi All, > I am implementing a view that

Working with GWT 2.3 and MyBatis

2011-06-28 Thread peter faulk
I am new to using GWT, and I am trying to get some simple persistence going using MyBatis. Under the server folder/directory, I have a connection factory source file that simply reads from a configuration.xml in order to create a MyBatis SqlSessionFactory object. In my project .gwt.xml, I path se

Re: Tracing GWT exceptions

2011-06-28 Thread mihu
Hi, In my situation, with this error: Caused by: java.lang.RuntimeException: Server Error: null The problem was that, I didn't set Application ID in App Engine properties, because I haven't deployed to server yet. But of course there probably can be many reasons of NullPointerException on the s

Re: .setVisible(true); // I can't see what I am missing

2011-06-28 Thread RRRaney
Thanks to all, This does what I was looking for. Raney My.html --- My.css -- Nothing about display or visibility for #ButtonContainer My.java --- public class SmartPage implements EntryPoint { public void onModuleLoad() { --> RootPa

Re: Suggestionbox clickhandler

2011-06-28 Thread Kevin Anderson
The javadocs have the methods you should use instead. In this case you would use "suggestBox.getTextBox().addFocusHandler/addBlurHandler". -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://

Suggestionbox clickhandler

2011-06-28 Thread Quynh
Since clicklistener and onFocus are deprecated, is there any other way to handle on click event? Currently I have suggestbox.setText("search"). So onClick event, I want to set the text to empty. Example would greatly be appreciated! Thanks :) -- You received this message because you are subscrib

Re: POJO to JSON

2011-06-28 Thread Jeff Larsen
I was only able to get it to work with Appengine projects and not any of our legacy projects. I don't know the requirements to get the plugin to generate proxies, and whatever they are, they aren't big enough because we have legacy JDBC code and a lot of entities are built that way instead of JP

Re: File upload functionalit

2011-06-28 Thread mram
Take a look to this: http://code.google.com/p/gwtupload/ On 28 jun, 14:18, riyaz ahmed wrote: > Hi, > > I want to develop a utility , which uploads images and display the uploaded > image in the page, > > I want to know where and how i can store the image , so that it can be > retrieved and d

GWT Designer and IsWidget

2011-06-28 Thread Stefan
Hi All, I am implementing a view that cannot extends from Widget. It must extend from another type. The view does implement IsWidget. My issue is that the GWT Designer does not allow the view to be used. My question is does the GWT Designer support IsWidget and if it does, what do I need to do in

Re: Navigation problem

2011-06-28 Thread TubaMan
Thanx for this solution! It works great! -- 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..

Re: .setVisible(true); // I can't see what I am missing

2011-06-28 Thread Thomas Broyer
On Tuesday, June 28, 2011 1:39:53 PM UTC+2, RRRaney wrote: > > > Alisson, > > I made the following change, but still does not display. > > My.css > -- > #ButtonContainer > { > Old:visibility: hidden; > New:display: none; > } > --

Re: CellTable, Custom Header and Focus Problem

2011-06-28 Thread Uemit
I played a little bit around and tried to override the resetFocus method on the SearchCell but this method is never called. I suppose this only works if the Cell used in a row context and not in a header context? My approach is somehow run schedule a deffered command which sets the focus but tha

Re: .setVisible(true); // I can't see what I am missing

2011-06-28 Thread RRRaney
Thanks, but I think that you missed my . (punt). Raney -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/QKcWqZLGlhEJ. To post to this group

Re: .setVisible(true); // I can't see what I am missing

2011-06-28 Thread RRRaney
David, I have tried to do something like you have suggested but I just can't see any properties or functions of Element that look like what you have shown. My.css -- #ButtonContainer { Old:visibility: hidden; New:display: none; } My.java --- import com.google.gwt.dom.client.El

Re: .setVisible(true); // I can't see what I am missing

2011-06-28 Thread RRRaney
Alisson, I made the following change, but still does not display. My.css -- #ButtonContainer { Old:visibility: hidden; New:display: none; } My.Java --- RootPanel.get("ButtonContainer").setVisible(true); Raney -- You received this message because you are subscribed to the

problem with TreeItems got from SelectionEvent on a Tree

2011-06-28 Thread tanteanni
a similar problem i had with suggest box. in general i need the selction widget to make difference between an items visible string and it's id (strings are ambiguous). for suggestion box i made my own MultiWordSuggestion and my own SuggestionOracle both work on a special DTO that is returned on

File upload functionalit

2011-06-28 Thread riyaz ahmed
Hi, I want to develop a utility , which uploads images and display the uploaded image in the page, I want to know where and how i can store the image , so that it can be retrieved and displayed for future use -- Riyaz 9916220381 -- You received this message because you are subscribed to the G

Re: .setVisible(true); // I can't see what I am missing

2011-06-28 Thread RRRaney
Alisson, I made the following change, but still does not display. My.css -- #ButtonContainer { Old:visibility: hidden; New:display: none; } --- David, I have tried to do something like you have suggested but I just can't se

Re: Facebook like Chat App with GWT

2011-06-28 Thread Uemit
Check out ijab. It is based on GWT and look really like the Facebook Chat http://opensource.ijab.im/ -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-too

Re: POJO to JSON

2011-06-28 Thread Thomas Broyer
Won't this be a feature of the GPE 2.4? http://googlewebtoolkit.blogspot.com/2011/05/android-meet-app-engine-app-engine-meet.html -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.goo

Re: POJO to JSON

2011-06-28 Thread Elhanan Maayan
i wonder if there are open source projects for that. actually it would a good tooling addition. On Tue, Jun 28, 2011 at 11:36 AM, Thomas Broyer wrote: > > > On Tuesday, June 28, 2011 7:29:30 AM UTC+2, Elhanan wrote: >> >> how can you automate writing proxies? >> > > We wrote a code generator (in

Re: POJO to JSON

2011-06-28 Thread Thomas Broyer
On Tuesday, June 28, 2011 7:29:30 AM UTC+2, Elhanan wrote: > > how can you automate writing proxies? > We wrote a code generator (in the form of a maven plugin) that scans our domain classes and generates proxies for all of them (this is made easy because we have 3 base classes that all domain

Re: GPE Support for m2e 1.0

2011-06-28 Thread Thomas Broyer
Works for me… -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/jkdrp2GXJQYJ. To post to this group, send email to google-web-toolkit@googlegroups

Re: FireFox 5.0

2011-06-28 Thread Cristiano
good, thank you! On 28 Giu, 01:21, Chris Conroy wrote: > The production update URL just went live :-) You should get an auto-update > shortly, or you can manually grab the plugin > fromhttp://gwt.google.com/missing-plugin/MissingPlugin.html > > I'll note that Mozilla didn't have an OSX 64 bit S

回覆:Apache Shiro or Spring Security??

2011-06-28 Thread yes2000
I think the major problem is "How you handle secured issue during RPC invocation?" Your GWT application should distinguish RPC exception whether a security exception. and give client a log-in option(dialog or redirect to new page). If you don't use gin, gwtsecurity