Re: heroku for java

2011-01-29 Thread amjibaly
Amazon just released Beanstalk, it's basically like heroku (Rails web apps) but for Java web apps instead: http://aws.amazon.com/elasticbeanstalk/ On Jan 29, 2:18 pm, kritic <10wattmindt...@gmail.com> wrote: > I was watching a couple video's a while back on something called vmforce. > VMWare and

how to handle cases where a user Repeatedly presses browser Refresh button in the middle of server call ?

2011-01-29 Thread zixzigma
Hello Everyone, do you have any suggestion on how we can handle situations where a user repeatedly presses browser Refresh button during a server call ? (F5) I am displaying data in a CellTable which uses RequestFactory to retrieve data. if I press F5, couple of times during call to the server,

Is it possible to set the CellTable height to 100% to fill the available remaining space ?

2011-01-29 Thread zixzigma
Hello Everyone, Is it possible to set the CellTable height to 100% to fill the available remaining space ? when I set the width to 100%, it works for width, but I tried setting the height to 100%, it didnt work. do you have any suggestions ? Thank You -- You received this message because you

SEVERE: The Cell Widget is attempting to render itself within the render loop

2011-01-29 Thread zixzigma
Hello Everyone, I was going back and forth within my CellTable, I got this random Severe exception which I couldn't reproduce. other than this random exception my table seems to be stable and everything seem to be fine. the IDE highlights this line within my code: table.addColumn(new T

Re: does calling CellTable's setVisibleRange result in RangeChange Event being fired ?

2011-01-29 Thread John LaBanca
Yes, it does. It ties together a pager and a data provider. The pager calls setVisibleRange(), which triggers a RangeChangeEvent, which allows the data provider to fetch/provide data for the new range. The event should only fire if the range actually changes. Thanks, John LaBanca jlaba...@googl

Re: Issue 5752: ListEditor.setValue fails once the underlying AutoBean has been frozen

2011-01-29 Thread Bálint Kriván
Yes, sorry :) I meant FieldUpdater. I will check your magic later thanks! But currently I'm still getting > > java.lang.IllegalStateException: The AutoBean has been frozen :( I've updated to 2.2.0-M1, and I see that Thomas's patch is in. So I'm not sure, what's going on. The other fields can be ed

Re: Issue 5752: ListEditor.setValue fails once the underlying AutoBean has been frozen

2011-01-29 Thread Colin Alworth
On an unrelated note, the wysiwyg formatting options and copy/paste in the new google groups seem to be essentially useless, as indicated by the terrible display of code above... Apologies for sharing that terrible looking code segment.. -C -- You received this message because you are subscri

Re: Issue 5752: ListEditor.setValue fails once the underlying AutoBean has been frozen

2011-01-29 Thread Colin Alworth
> > The other question: Is there a way to not to write custom FieldCustomizer > for columns? Can't GWT know which proxy/property I am editing? Or am I doing > something wrong? Thanks! > Assuming by FieldCustomizer you mean FieldUpdater... It seems not – the Column.getValue method must be imple

Re: heroku for java

2011-01-29 Thread Thomas Lefort
Right, I got carried away again. Heroku is not be the best comparison. I guess what I am looking for is a more integrated set of libraries and tools that would enable me to build all the basics of an application (login, database, basic classes for mvp, request factories, client factories, etc...) b

Re: Issue 5752: ListEditor.setValue fails once the underlying AutoBean has been frozen

2011-01-29 Thread Bálint Kriván
On Sat, Jan 29, 2011 at 9:30 PM, Thomas Broyer wrote: > > > On Saturday, January 29, 2011 6:19:45 PM UTC+1, Bálint Kriván wrote: >> >> Hi! >> >> I've just asked a question at issue: >> http://code.google.com/p/google-web-toolkit/issues/detail?id=5752#c6 Can >> somebody reply, so if I should wait

Re: Issue 5752: ListEditor.setValue fails once the underlying AutoBean has been frozen

2011-01-29 Thread Thomas Broyer
On Saturday, January 29, 2011 6:19:45 PM UTC+1, Bálint Kriván wrote: > > Hi! > > I've just asked a question at issue: > http://code.google.com/p/google-web-toolkit/issues/detail?id=5752#c6 Can > somebody reply, so if I should wait for release or not? > Are you using a HasDataEditor to push you

Re: GPE + maven

2011-01-29 Thread Thomas Broyer
No, that's no longer required (since GPE 1.4 I believe), the GPE should no longer add the SDKs to your classpath but use the one from your Maven dependencies. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send em

does calling CellTable's setVisibleRange result in RangeChange Event being fired ?

2011-01-29 Thread zixzigma
Hello Everyone, does calling CellTable's setVisibleRange result in RangeChange Event being fired ? in my experiments, it appears so, I want to confirm this, and may I ask why ? : ) Thank You -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" gr

image wipe transition

2011-01-29 Thread mma
Hello there. I want to implement an image animation similar to the one seen on http://www.apple.com/ipodtouch/. Is there any easy way to do it in GWT without having to code it all by hand using animations? Do you have any advice? Thanks -- You received this message because you are subscribe

MultiWordSuggestion assign hidden id

2011-01-29 Thread Luke
how to assign hidden id (key) to MultiWordSuggestion.java so that i can retrieve it later to check what key is selected by user? currently it only support display plain text. can guide on how to enhance to have this feature? -- You received this message because you are subscribed to the Google G

Issue 5752: ListEditor.setValue fails once the underlying AutoBean has been frozen

2011-01-29 Thread Bálint Kriván
Hi! I've just asked a question at issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=5752#c6 Can somebody reply, so if I should wait for release or not? Thanks! -- Regards, Bálint Kriván -- You received this message because you are subscribed to the Google Groups "Google Web

I18N compilation error

2011-01-29 Thread bindu
Hi All, Pls help me with the following error. iam using gwt 2.0 and also tested with gwt 2.1 [DEBUG] [logindemo] - Rebinding org.i18n.client.MyConstants [DEBUG] [logindemo] - Invoking generator com.google.gwt.i18n.rebind.LocalizableGenerator [TRACE] [logindemo] - Processing inter

GPE + maven

2011-01-29 Thread Hari shankar
Hi, Am enabling GPE on a maven project and am following http://googlewebtoolkit.blogspot.com/2010/08/how-to-use-google-plugin-for-eclipse.html I saw this: *Under Java Build Path, select the Order and Export tab and move all Maven dependencies to the BOTTOM. Otherwise, GPE will see the App Engin

Re: I18N query.pls help

2011-01-29 Thread bindu
Thanks Ross for your reply. what i am trying to do is on click of the hyperlink my page should be displayed in that locale. On 1/29/2011 9:21 PM, Ross McKinnon wrote: Hi Bindu, To insert hyperlinks you may use this tutorial: http://examples.roughian.com/index.htm#Widgets~Hyperlink Further

Re: I18N query.pls help

2011-01-29 Thread Ross McKinnon
Hi Bindu, To insert hyperlinks you may use this tutorial: http://examples.roughian.com/index.htm#Widgets~Hyperlink Furthermore, if you are using the SmartGWT libraries you can use the LinkItem widget and add it a DynamicForm. Cheers, Ross On Jan 29, 3:14 pm, bindu wrote: >   Hi, > > I want to

Re: Cannot install gwt plugin in Eclipse with Windows 7 64-bit

2011-01-29 Thread Alan Chaney
Looks like you don't have WST installed. Check your eclipse installation to see if that facet is there (typically part of the J2EE dev kkit) Which 'kind' of Helios did you install? There are standard configs for Java development and J2EE development. I suspect that you don't have the J2EE vers

Re: Deploying GWT App onto Tomcat

2011-01-29 Thread Alan Chaney
On 1/29/2011 4:37 AM, Ross McKinnon wrote: Hi there, I have been trying to deploy my GWT app connected to a MySQL database onto Tomcat! However, when I try to use it, the database connection fails! In my buildpath and in the tomcat lib I have the mySQL .jar file. Hi Ross, Firstly, do you mea

I18N query.pls help

2011-01-29 Thread bindu
Hi, I want to have hyperlinks in my page for each locale. pls help me in doing this. -- 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 gro

Re: Firefox Plugin for GWT not downloading

2011-01-29 Thread Edson Richter
Same here. The Chrome download is about 1Mb, while firefox one has near 5Mb... On 28 jan, 14:14, Xuanah wrote: > Firefox plug-in is now available. Chrome's is still not working. It > still asks to be updated every time you open the page... > > On Jan 28, 3:44 pm, Chris Conroy wrote: > > > Hi eve

Re: heroku for java

2011-01-29 Thread Supercobra Thatbytes
> I wad just reading about heroku today. Any idea if there  is something > out there for the java folks ? It would really make sense with gwt and > could integrate all basic services . Gae is one step in that direction > but it could with more integration with the client side . > Opinions? What do

Re: What makes a DockLayoutPanel stretch its child and what prevents an AbsolutePanel from doing so?

2011-01-29 Thread Magnus
Hi Thomas, ok, maybe I can control the children with a LayoutPanel, but I already fail to stretch the LayoutPanel itself. I tried it, but it doesn't fill the height. It actually lives in a . Magnus On Jan 29, 10:40 am, Thomas Broyer wrote: > You could use a > LayoutPanel

Deploying GWT App onto Tomcat

2011-01-29 Thread Ross McKinnon
Hi there, I have been trying to deploy my GWT app connected to a MySQL database onto Tomcat! However, when I try to use it, the database connection fails! In my buildpath and in the tomcat lib I have the mySQL .jar file. Does anyone know how to resolve this issue, have you encountered this befo

heroku for java

2011-01-29 Thread Thomas Lefort
I wad just reading about heroku today. Any idea if there is something out there for the java folks ? It would really make sense with gwt and could integrate all basic services . Gae is one step in that direction but it could with more integration with the client side . Opinions? -- You received

Append #name to URL

2011-01-29 Thread Phaneendra Hegde
Hi, I want to append #name to the URL. When I click a new tab in my home page ,nothing happens to the URL.I want to add #tabname to the URL in order to differentiate between 2 different pages...how do I do that...Please help... Thank you -- You received this message because you are subscribed

Multiple entry points in a single project

2011-01-29 Thread Phaneendra Hegde
Hi, How to create multiple entry points in a GWT web project? I'm trying to deploy a project which contains 2 different URLs... 1 URL is for client side web page and second one is for serving the request,here request can come from iFrame or something like that... So is there any procedure to ach

Re: What makes a DockLayoutPanel stretch its child and what prevents an AbsolutePanel from doing so?

2011-01-29 Thread Thomas Broyer
You could use a LayoutPanel: using (top,height)=(0,100%)+(left,width)=(0,100%) (which actually is the default if you don't say anything) the widget will fill the panel; using other combinat

Re: Unable to load image, please help

2011-01-29 Thread Thomas Broyer
If it's meant for an "isolated network", it means you'll not use Google App Engine to host it, right? in this case, why are you enabling it for your project? In Eclipse: Project -> Properties -> Google -> App Engine: uncheck -- You received this message because you are subscribed to the Google

Re: MultiSelectionModel with CellList

2011-01-29 Thread Florian
yeah... i did put it to enabled, now works like a charm thanks a lot. On 27 Jan., 15:08, John LaBanca wrote: > Multi-selection support (ctrl and shift) was added in GWT 2.1.1, and is > enabled by default.  Can you post more of your code where you initialize > CellList? > > Are you aren't settin