Rebar: Gears workers, jdbc, and jpa for GWT

2010-05-31 Thread Alex Bertram
Hi all, I just wanted to share the link for a few modules related to GWT / gears / HTML5 that we've recently packaged as open source at http://code.google.com/p/rebar, which includes: * GWT linker for building (Gears) workers, complete with RPC support * JDBC emulation layer that facilitates

Re: Is there any newer gwt library other than smartgwt and gxt?

2009-10-20 Thread Alex Bertram
Have been using GXT for about a year under the open source license and haven't paid a thing... SVN access would be nice but so our app (in production) hasn't been affected by the bugs. Have my complaints about the library, but do have to say it makes UI development fast although you do have to

Re: GWT-Gears Offline Module

2009-10-15 Thread Alex Bertram
/issues/detail?id=316 (Would you like to submit this as a contribution back to the gwt-gears library? ) Thanks, -Eric. On Mon, Oct 12, 2009 at 4:07 AM, Alex Bertram akbert...@gmail.com wrote: Hi All, Have started using the Offline module and noticed that it includes ALL permutations

Re: gwt rpc client side serialization

2009-10-12 Thread Alex Bertram
Check out http://code.google.com/p/rocket-gwt/wiki/JsonSerialization this will allow you to serialize into and out of json, which you can store in the gears database. Alex On Sep 16, 1:15 pm, akhil akhil.kod...@gmail.com wrote: Hi, I am trying to serialize agwtpojo on the client side and

GWT-Gears Offline Module

2009-10-12 Thread Alex Bertram
Hi All, Have started using the Offline module and noticed that it includes ALL permutations in the generated manifest, which means, for our app, that a user would have download 32 permutations -- quite a few megabytes for languages and browsers they don't need. I've worked out an alternative

[gwt-contrib] Re: Invalid version number 2.0 passed to external.gwtOnLoad()

2009-10-06 Thread Alex Bertram
Thank you Marko!! This was starting to feel like a 2 day problem!! Best, Alex On Sep 18, 2:37 pm, Marko Vuksanovic markovuksano...@gmail.com wrote: I had the same problem.. After struggling for 2 days I figured out that the embedded jetty loads the hosted.html file form cache (C: \Documents

[gwt-contrib] Re: New GWT RPC project: gwt-rpc-plus

2009-08-12 Thread Alex Bertram
Hi Matt, I'm just checking out of svn gwt-rpc-plus now. I'm hoping I can use it to wire up a solution to what seems like a simple problem: I want GWT to serialize my DTO object and post it to a servlet that will generate a pdf/excel file/etc for download. The DTOs are numerous / complex enough