Howto: RPC with Http GET

2010-08-28 Thread George Georgovassilis
There've been some requests to perform RPC invocations with HTTP GET, as the response is cacheable by the browser (and if you believe the word on the net, it's faster [1] than POST). I've written a wrapup on how to get it done [2], the essentials in a nutshell: Given a service you want to make

Re: Manually fire a mouseout event?

2010-08-28 Thread darkflame
Worked a charm, thanks! On Aug 27, 11:18 pm, Gal Dolber gal.dol...@gmail.com wrote: NativeEvent nativeEvent = Document.get().createMouseOutEvent(detail, screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftKey, metaKey, button, relatedTarget); MouseOutEvent.fireNativeEvent(nativeEvent,

Re: Howto: RPC with Http GET

2010-08-28 Thread mmoossen
good hint! thanks for sharing Michael On Aug 28, 11:29 am, George Georgovassilis g.georgovassi...@gmail.com wrote: There've been some requests to perform RPC invocations with HTTP GET, as the response is cacheable by the browser (and if you believe the word on the net, it's faster [1] than

Re: Handling too many locales in a large scale real life app

2010-08-28 Thread mmoossen
good hint, i did not know about the epfe plugin, looks promising. thanks for sharing Michael On Aug 28, 3:57 am, Gal Dolber gal.dol...@gmail.com wrote: Checkout this plugin:http://sourceforge.net/projects/epfe/ 2010/8/27 Fernando spiderkens...@gmail.com So, in my company we face a

Re: What are some of the most valuable frameworks in your project?

2010-08-28 Thread Thomas Broyer
On 28 août, 07:08, jocke eriksson jock...@gmail.com wrote: Gin :) love it +1 GIN, and nothing else: http://code.google.com/p/google-gin I just started a series of articles on GWT 2.1 Places to get you started with the concepts and APIs (second article to be published hopefully this week-end,

Re: CellTable and CeckboxCell

2010-08-28 Thread Thomas Broyer
On 27 août, 21:14, jocke eriksson jock...@gmail.com wrote: I have a column of CheckboxCells. The use case is pretty like the one for gmail, you can check a checkbox without jumping in to the message. So if it is not supported then i think that it should be, or some good workaround at least.

Re: GWT and grid in 2.1 ?

2010-08-28 Thread Thomas Broyer
On 27 août, 19:40, Deepak Singh deepaksingh...@gmail.com wrote: Hi, How can i get the source code for http://gwt-bikeshed.appspot.com/Expenses.html http://code.google.com/p/google-web-toolkit/source/browse/trunk/samples/expenses/ But it's based on the current trunk, so it might not work

Re: What are some of the most valuable frameworks in your project?

2010-08-28 Thread PhilBeaudoin
Client-side: Gin + GWTP Server-side: Guice + Objectify + GWTP On Aug 28, 8:10 am, Thomas Broyer t.bro...@gmail.com wrote: On 28 août, 07:08, jocke eriksson jock...@gmail.com wrote: Gin :) love it +1 GIN, and nothing else:http://code.google.com/p/google-gin I just started a series of

Re: What are some of the most valuable frameworks in your project?

2010-08-28 Thread marius.andreiana
+14 on GWTP :) I've started with it 3 days ago and got most of the infrastructure setup ready to scale a large project, including i18n. On Aug 28, 6:31 pm, PhilBeaudoin philippe.beaud...@gmail.com wrote: Client-side: Gin + GWTP Server-side: Guice + Objectify + GWTP On Aug 28, 8:10 am,

HTML5 Game Engine using Google Web ToolKit

2010-08-28 Thread Ciarán
If anyone is interested in reading about the development progress of a HTML5 Game Engine which is been developed using Google Web Toolkit check out this blog post http://flax.ie/flax-html5-game-engine-development-diary-part-1/ -- You received this message because you are subscribed to the

Re: Memory Leak IE7 GWT 2.0.4

2010-08-28 Thread Michael W
I doubt following code causing the memory leak. In reloadRight method, you create and assign new DecoratedTabPanel() to tabPanel every time. protected void reloadRight(){ ++rightPanelCount; rPanel.clear();

Re: Piriti xml read error

2010-08-28 Thread Deepak Singh
Hi Harald, While running in development mode, It works fine in IE7 but again gives the same exception in chrome. Any solution ? Could u pls let me know the concept of writing XPath with XMLfield. i mean wat would be XPath for a particular xmlfield according to xml ? As for example : Buses

Re: Store information in Cookies?

2010-08-28 Thread Jambi
Hi, i´m asking myself the same question. I guess you could store the data you need later in a session on the server side and just save the session id in the cookies. But I´m realy not sure whats the best way to deal with those problems. Maybe someone knows a realy good tutorial on sessions and

Re: GWT Flash Killer (beta)

2010-08-28 Thread Iqbal Yusuf Dipu
fantastic . -- 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: Google Web Toolkit Developer Plugin for Firefox - where is it?

2010-08-28 Thread Rich
OK. That literally solved it. 1. Go to the following archive: http://code.google.com/p/google-web-toolkit/source/browse/trunk/plugins/xpcom/prebuilt/?r=8276#prebuilt%3Fstate%3Dclosed 2. Click on gwt-dev-plugin.xpi so that the screen reads This file is too large to display. View raw file 3.

[gwt-contrib] expenses sample POM file

2010-08-28 Thread tc
Commit r8664 updated the expenses sample to use the Roo 1.1M4 annotations jar which does not exist in the maven repos. The only way to get that jar currently is to build roo and doing a manual import into a local maven repo? Is this the intent or should it be fixed? --