Re: HtmlUnit not running GWT js - onInjectionDone

2012-03-02 Thread Don Simon
I have noticed these err messages as well, when trying to test a GWT application under HTMLUnit. On Wednesday, November 9, 2011 11:53:36 AM UTC-8, MH wrote: > > I'm trying to use htmlunit as recommended to return ? > _escaped_fragment_ queries by Google's crawler > > I ask htmlunit to load my h

Extend GWT-RPC protocol to support external protocols

2011-10-17 Thread Don Rudo
Hello, I'd like to extend GWT protocol in order be able the RPC services to be reused by currently existing applications while rewritting the front end applications. Is this possible? will this still keep the GAE server support for the GWT application? (I would like to be using the google applica

Re: Extend GWT-RPC protocol to support AMF3 protocol

2011-08-21 Thread Don Rudo
. On Aug 16, 1:27 pm, Juan Pablo Gardella wrote: > Are you look gwt4air? > > 2011/8/16 Don Rudo > > > > > > > > > Hello I'm looking for a way to extend the GWT-RPC protocol in order to > > make the RPC service able to be used from more products (more s

Extend GWT-RPC protocol to support AMF3 protocol

2011-08-16 Thread Don Rudo
Hello I'm looking for a way to extend the GWT-RPC protocol in order to make the RPC service able to be used from more products (more specific flex and flash products). The intention is to be able to use GWT RPC for applications using the Action Message Format (AMF 3) which specification is open so

CellList/SimplePager: get/set the page with selected item

2011-01-02 Thread Don
sert a new contact on the backend 2) Reload the CellList and select the newly inserted contact. ???) Select the page which shows the selected contact. Thanks Don -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group,

Styling of com.google.gwt.cell.client.Cell implementations like TextInputCell

2010-12-30 Thread Don
design principles. Any idea, solution or explanation? Thanks Don By the wayI'm new to GWT. -- 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 u

GWT support for Grails/Groovy domain objects

2010-02-17 Thread Don Ruby, R&D
I'm using GWT for UI with a Grails backend. It's clumsy to use JSON or DTO for remoting domain objects. Is there any plan for GWT to handle Groovy domain objects ( possibly create javascript from bytecode vs groovy source ) ? Thanks, Don Ruby -- You received this message becau

GWT support for Grails/Groovy domain objects

2010-01-26 Thread Don Ruby, R&D
GWT is the obvious choice for UI. But if you want to use Grails/Groovy for server side, you have to either code messy DTOs or client side POJOs. It would be nice if GWT would support using the Grails/Groovy domain objects directly on the client. Any chance of that happening? -- You received thi

Re: GWT project creation indefinetly creates folder recursively

2009-01-07 Thread Don
I experienced this same problem using the latest GWT (1.5.3) for windows and Eclipse Ganymede. I also followed the GWT instructions for creating a brand new GWT project using Eclipse. The project name used in both the projectCreator and applicationCreator scripts was the same. After attempting the

Re: Cannot run -shell

2008-12-24 Thread Dmitri Don
Perfectly worked for me. The only thing for ubuntu is to type: sudo apt-get install libstdc++5 On Nov 25, 8:03 pm, Charlie Collins wrote: > apt-get install libstdc++5 > > On Nov 25, 11:25 am, Goo wrote: > > > I'm a beginner in Google Web Toolkit, and tried to implement > > StockWatcher from Go

Re: User Registration/Email verification

2008-08-25 Thread don
over and create the whole app as one module. I think I was just misusing the module capability. On Aug 23, 1:07 pm, don <[EMAIL PROTECTED]> wrote: > All, > > I'm trying to create a web site that uses a customary pattern where > the user first registers, an email is send to the

User Registration/Email verification

2008-08-25 Thread don
age? Is it going to be a separate Entry Point that that email link then points to? If there's a good example where someone's already doing this, I haven't been able to find it. Any suggestions? Thanks! Don --~--~-~--~~~---~--~~ You received this message