Google Code

Re: About a multi page web application

GWT Group - Tue, 06/15/2010 - 00:00
first of all, TNX to everyone!

sorry i didn't replied quicker, but i've been a bit busy and i've "got
a pause" with gwt :)

As ping2ravi suggested, i decided to use panels and attach them to the
mainPanel.
To avoid a single-page-full-code, i made a class for each panel so i
can distribuite code, and then i attach an istance of the class i need

Categories: Google Code

Re: Conversion from JSON to XML and XML to JSON

GWT Group - Tue, 06/15/2010 - 00:00
Hi Jan,,
Still i'm getting same problem even i set the
myRequestBuilder.setHeader("Ac cept", "application/json");
Probably you can also try content type text/json.
and i'm pasting my server config here ..Please tel me where could be the
problem.
* <util:map id="nstojns" map-class="java.util.HashMap">
Categories: Google Code

Re: AOP Framework

GWT Group - Tue, 06/15/2010 - 00:00
I was just experimenting and trying to implementing something like this
myself. Thanks, this helps. I'll report any issues should I find them.
Categories: Google Code

Re: GWT form upload using BlobstoreService App Engine

GWT Group - Tue, 06/15/2010 - 00:00
Thanks. I will give a try to your solution.
2010/6/14 Jaroslav Záruba <jaroslav.zar...@gmail.com>
Categories: Google Code

Re: How To Simulate KeyPress

GWT Group - Tue, 06/15/2010 - 00:00
I can understand that. I am going to hazard a guess that firing an
event and setting the value of the keycode to the TAB key likely is
only useful for any code that Handles such a keystroke... it won't
actually invoke the Tab keypress event in and of itself. Course, this
is just a guess, I don't know and I'm not going to spend the time
Categories: Google Code

Re: How to create a featured table?

GWT Group - Tue, 06/15/2010 - 00:00
hie
where is the svn link for the source?
Thankx and Regards
Vik
Founder
[link]
[link]
On Tue, Jun 15, 2010 at 8:01 AM, Subhrajyoti Moitra
Categories: Google Code

Re: AOP Framework

GWT Group - Tue, 06/15/2010 - 00:00
IMHO it would be great if you didn't have to add an interface to the
Interceptable classes, but instead created a binding class (something
like a Gin module). Then you could add aspects without changing the
target classes.

Of course easier said than done.

Categories: Google Code

Re: How To Simulate KeyPress

GWT Group - Tue, 06/15/2010 - 00:00
Thanks for your input.
Yes. I know such solution works, but since the order of the widget isn't
consistent and changes every time the screen is rendered, I need to perform
some calculation to figure out the next widget with higher tab index to get
focus.
I was hoping that by firing a key press event with the tab, it would
Categories: Google Code

Re: How to create a featured table?

GWT Group - Tue, 06/15/2010 - 00:00
If you see com.google.gwt.gen2.demo.scrol ltable.client.PagingScrollTabl eDemo
this has all the code you require to work on the table.
You will have to dig out from the source.
Categories: Google Code

Re: How to create a featured table?

GWT Group - Tue, 06/15/2010 - 00:00
Hie
Thanks... by javadoc its difficult to guess how to create a table as shown
in demo.
Do you have any example of how to create that sort of table? may not fully
functional but at least a read only with just
row highlight on mouse hover ?
Thankx and Regards
Vik
Founder
[link]
[link]
Categories: Google Code

Re: How To Simulate KeyPress

GWT Group - Tue, 06/15/2010 - 00:00
Lex, here's a thought: can you determine which Widget or DOM element
that you want to gain focus when the user hits ENTER? If you can,
don't bother creating that event, just talk directly to the widget or
the DOM element through JSNI and give it focus. I don't know why your
solution doesn't work, but I think setting the focus on something is
Categories: Google Code

Re: Handler for http call

GWT Group - Tue, 06/15/2010 - 00:00
Thanks!!!!!!
Categories: Google Code

Re: 3rd party JS library with functions on a JSON object

GWT Group - Tue, 06/15/2010 - 00:00
Thanks for the clarification on the JSON vs JavaScript object. I
thought about using an overlay type earlier, but came away from the
documentation with the impression that overlays were intended to be
used for already existing objects "in the wild", but the technique you
demonstrate below seems to make sense and I will try it tomorrow.
Categories: Google Code

Re: FileUpload for Multiple selection

GWT Group - Tue, 06/15/2010 - 00:00
Hey, actually this does not do what I want...
What this gwtupload library do I already do it using
com.google.gwt.user.client.ui. FileUpload
What I would like to do is select multiple files at once, avoid have to
select one by one.
an ideia ? html 5 ?...
On Sun, Jun 13, 2010 at 6:38 PM, Bruno Lopes <bruno.lourenco.lo...@gmail.co m
Categories: Google Code

Re: Handler for http call

GWT Group - Tue, 06/15/2010 - 00:00
Window.Location.assign("/myser vlet/example?param=One");
Categories: Google Code

using textresource in external file

GWT Group - Sun, 06/13/2010 - 00:00
hi, is there a how-to for retrieving text resource strings stored in
an external file instead of being compiled? thx
Categories: Google Code

Re: GWT front-end with PHP backend

GWT Group - Sun, 06/13/2010 - 00:00
[link]
For cross site requests. It also uses PHP script in the example.
Subhro.
Categories: Google Code

Re: Efficient GWT Client-Server Communication methodology

GWT Group - Sun, 06/13/2010 - 00:00
Thank you Bill and Sky.

In the case of XML, it requires XML parsing. Won't that be an overhead
over GWT-RPC?

The tips by Sky, about sending multiple async calls will be greatly
useful.

Thanks.

Categories: Google Code

Re: GWT front-end with PHP backend

GWT Group - Sun, 06/13/2010 - 00:00
Hi Rajath,

I've been using GWT with PHP backends, almost exclusively, with great
success. The GWT docs have a pretty good tutorial.
[link]

Just ignore Section 1 ("Creating a source of JSON data"), which talks
about implementing the server-side in Java. It sounds like you have

Categories: Google Code

Re: Efficient GWT Client-Server Communication methodology

GWT Group - Sun, 06/13/2010 - 00:00
I don't know anything about the Itemscript libraries that bill posted
about, but I took a quick glance and it looks worthwhile
investigating. Personally, I suspect that GWT-RPC does not have more
bandwidth overhead but there would be a tad bit more processing
overhead on both the client and server, so sticking with GWT-XML/JSON
Categories: Google Code
Syndicate content