Server-side anontation imports causing compile errors

2013-11-15 Thread Brian Henry
I'm using Cloud Endpoints on App Engine with GWT and want to use a server side annotation on a class in my Shared package. I think the GWT compiler wants me to inherit a module, but obviously there's no source etc. It's for: import com.google.api.server.spi.config.AnnotationBoolean; import

In GWT, ListHandlerListString columnSortHandler does not sort properly

2013-04-22 Thread Henry
I got these code: ListHandlerListString columnSortHandler = new ListHandlerListString( list); columnSortHandler.setComparator(nameColumn, new ComparatorListString() { public int compare(ListString o1, ListString o2) {

In GWT, ListHandlerListString columnSortHandler does not sort properly

2013-04-22 Thread Henry
I got these code: //// ListHandlerListString columnSortHandler = new ListHandlerListString( list); columnSortHandler.setComparator(nameColumn, new ComparatorListString() { public

Facebook + hosted.html

2013-01-07 Thread Brian Henry
A Facebook app I've been working on has stopped working in hosted mode. Some editing of hosted.html was always necessary to get it running inside the Facebook canvas, as per: http://code.google.com/p/google-web-toolkit/issues/detail?id=4468 I've updated Eclipse (4.2.1), GWT (201212122042), the

Deploy GWT App to Tomcat - Validation Errors

2012-02-20 Thread Henry Crocker
I have a very small sample GWT application that I created as a proof of concept for my company. The goal was to use existing DAOs and Beans along with the RequestFactory to access and display data. It appears I am very close to getting this to work. I see the following in my tomcat log:

Re: Serialization error

2011-06-12 Thread Henry
) { //this.pedidoList = pedidoList; //} But why do I had to do this? Whats wrong with List? Why List (org.eclipse.persistence.indirection.IndirectList) was not included in the set of types which can be serialized by this SerializationPolicy Greetings On 12 jun, 14:25, Henry ubuntu henryubu...@gmail.com wrote

the problem of hosting gwt files in different servers

2011-06-10 Thread Henry
Hi I got all gwt files for Hello application. The index.html hosted in host1.com. All other gwt files hosted in host2.com/Hello The index.html has this script type=text/javascript language=javascript src=http://host2.com/Hello/ com.google.gwt.sample.hello.Hello.nocache.js/script But Nothing

Re: Add Google Maps API on GWT-ext

2011-05-15 Thread Henry
putting some files of the project, I'll write the results, later in my web page www.upiicsalibre.org Henry On 13 mayo, 07:52, Bill bjr...@gmail.com wrote: Henry, I'm not exactly sure how far along you are based on your question. Have you already been through the example athttp://code.google.com

Add Google Maps API on GWT-ext

2011-05-13 Thread Henry
Hi: I want to create a project using the Google Maps API with GWT-ext on Eclipse. I'm a newbie using GWT-ext, does anyone knows about a tutotial o have a tutorial to add de google maps API? I put a pic of the component I want to activate in GWT-ext

GWT + Android

2011-05-08 Thread Henry
Hi: Hello from Mexico. I want to create a project using GWT + Android. ¿It's possible to mix them? ¿Any suggestion to start it? Greetings. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Celltable w/ selectionModel and ActionCells

2011-03-03 Thread Henry H.
cell type  is not allowed to determine selection state? Like if you have a checkboxcell it can be the only cell that determines whether or not the row is selected. On Feb 11, 2:09 pm, Henry H. djhenr...@gmail.com wrote: yeah, i had the feeling i have to ditch the selectionModel

gwt-maven-plugin: missing module HTML CSS with version 2.1.0+ of the plugin

2011-02-14 Thread Henry
, but no real solution: http://maven.40175.n5.nabble.com/gwt-maven-plugin-how-to-create-amp-c... http://www.mail-archive.com/google-web-toolkit@googlegroups.com/msg52... Any help is much appreciated! Best regards, Henry -- You received this message because you are subscribed to the Google Groups Google

Re: Celltable w/ selectionModel and ActionCells

2011-02-11 Thread Henry H.
the selection, and use it for all the columns that you want to be clickable. On Feb 11, 1:42 am, Henry H. djhenr...@gmail.com wrote: hi, i have a celltable with a selectionModel but also a column of actioncells. the selectionModel and actioncells both handle click events, but when i click

Celltable w/ selectionModel and ActionCells

2011-02-10 Thread Henry H.
hi, i have a celltable with a selectionModel but also a column of actioncells. the selectionModel and actioncells both handle click events, but when i click the action cell, it also triggers the selectionmodel click handler. is it possible to prevent this? Or do i have to nix the selectionModel

Re: GWT Compilation Failed

2011-02-07 Thread Henry
I know this post is a bit old, but I recently came across the same compilation problem and the problem/soln is I had an annotated class like: @SuppressWarnings({}) public class LeftPanel my fix was to take out the @SuppressWarnings({}) -- You received this message because you are

Re: Upgrade to GWT 2.1.1

2011-01-02 Thread Henry
Me too ... seems like gwt2.1.1 eclipse pluging didn't release some java code in the gwt-user.jar file On Dec 31 2010, 8:28 am, Aldo Neto tumo...@gmail.com wrote: Hi All, I'm using STS 2.5.1 (i.e. Eclipse 3.6) and tried to upgrade to GWT 2.1.1, but I'm not able to do so. I updated the plugin

Re: EditTextCell and RPC worked in 2.1m1 but not in 2.1

2010-11-08 Thread Henry H.
thanks Thomas! FieldUpdater did the trick. On Nov 8, 2:27 am, Thomas Broyer t.bro...@gmail.com wrote: On 8 nov, 07:14, Henry H. djhenr...@gmail.com wrote: hi, when i was using 2.1.m1 i was able to extend an EditTextCell to make an rpc call to update the database after the cell is updated

EditTextCell and RPC worked in 2.1m1 but not in 2.1

2010-11-07 Thread Henry H.
hi, when i was using 2.1.m1 i was able to extend an EditTextCell to make an rpc call to update the database after the cell is updated. i just inserted the rpc call right before commit() method in the cell. when i made the switch to 2.1, this no longer works. the cell just remains in edit mode and

CellTree question

2010-08-05 Thread Henry HO
how do your set the child cells of the celltree to not have the little triangle next to the cell? i noticed the celltree in the bikeshed Expense Report the parent cells have the little triangles but the children do not. i tried turning off selection in the child nodes but they still have the

can't seem to get spring-security and gwt going...

2010-07-16 Thread Henry HO
hi, i've spent the past couple of days trying to add spring security to my unsecured gwt app without success. after researching spring docs and forums; i added the spring- security.jar to the project. and the following to my web.xml : context-param param-nameAppsecurityContext/param-name

clipped image mode--gif only?

2010-04-15 Thread Henry HO
i was testing the image widget with the sample code in the javadoc, but used a .png instead of gif. i wasn't able to show the clipped image (it wouldn't load as clipped, loaded as unclipped). but when i tested with .gif , it clipped fine. i'm not an expert on the different image types, but is this

form submits twice when using mvp presenter

2010-04-07 Thread Henry HO
hi, when i place the forms submit event handlers in the view, the form submits fine. but when i register the form submit event handler with the presenter (removed from view) the form submits twice when clicked. has anyone experienced this? thanks -- You received this message because you

How to read text file that was zipped in GWT?

2010-04-02 Thread Henry
I know how to read text file in GWT, that's easy. However if that file got zipped (.zip or .rar), then how can i read that text file? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: An alternative to gwt-dispatch ... gwtserviceresolver

2010-02-26 Thread Henry
Fair enough ... another alternative. The more the better - tis the way of the open source world. I'm still rooting for my gwtserviceresolver tho ;) Cheers, Henry On Feb 26, 2:33 am, Jamies super...@gmail.com wrote: The alternative to gwt-dispatch is gwt-remote-action ... On Feb 19, 1:53 am

extract HTML from view

2010-02-23 Thread Henry HO
hi, i have a view that is made from a composite-flow panel - 2 grids. it's basically a shopping cart receipt view. is it possible to extract all the HTML from the view? i would like to take the HTML and reproduce it in an email... thanks, -henry -- You received this message because you

Re: passing all gwt modules' rpc requests through a single servlet.

2010-02-20 Thread Henry
See: http://code.google.com/p/gwtserviceresolver/ Cheers, Henry On Feb 20, 9:44 pm, Prashant Gupta nextprash...@gmail.com wrote: Hi, My app is using multiple gwt modules and I want to do some set up so that no change to web.xml is required whenever I add or remove a gwt module. I replaced

Re: GWT+EJB+JPA Integration without DTO's

2010-02-18 Thread Henry
. Cheers, Henry On Feb 16, 6:13 pm, Morswin mors...@gmail.com wrote: Maybe someone will find that useful:http://code.google.com/p/gwt-ejb-sample/ Cheers, Morswin -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

An alternative to gwt-dispatch ... gwtserviceresolver

2010-02-16 Thread Henry
: http://code.google.com/p/gwtserviceresolver/ Let me know what you think Cheers, Henry -- 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

Re: Struts2 GWT and classpath

2010-02-01 Thread Henry
src This can be added via Advanced...-Add Folders Yes, you add src to your classpath - this is strictly for GWT Cheers, Henry On Jan 31, 6:29 pm, finneycanhelp lovefin...@gmail.com wrote: Thank you. I am farther along now.  I learned much from -help as you suggested. I also think I understand

Re: Struts2 GWT and classpath

2010-01-30 Thread Henry
Hi Finney, You can specify args to DevMode Run-Debug Configurations...-g(oogle) Web Application-New in the Arguments tab, you can add the name of your module(s) If in doubt, add the -help arguments in the Arguments tab Cheers, Henry p.s. checkout http://code.google.com/p/struts2gwtplugin

Re: Anything better than the current gwt-dispatch...

2010-01-28 Thread Henry
dispatchers right now. Am I wrong on this assumption? Cheers, Henry On Jan 28, 4:11 am, Trung gwtdevelo...@gmail.com wrote: Hi Henry, You can implement it using child injector: Below code is fromhttp://stuffthathappens.com/blog/2009/09/14/guice-with-gwt/ with modifications @Singleton public

Re: Anything better than the current gwt-dispatch...

2010-01-27 Thread Henry
I use the Eclipse-plugin to help me write the async, but that's got nothing to with my proposed dispatcher ... unless there's something you forgot to mention Cheers, Henry On Jan 27, 6:31 am, Alexander the.malk...@gmail.com wrote: You write async version of interface manualy? 2010/1/25 jarrod

Re: Anything better than the current gwt-dispatch...

2010-01-24 Thread Henry
The issue is that I have to maintain a DI configuration file. If I have say 50 rpc services, then that means I'll have a DI file with 50 lines of DI injection. Cheers, Henry On Jan 24, 2:38 am, olivier nouguier olivier.nougu...@gmail.com wrote: hi,   I can't figure out what you consider

Re: Anything better than the current gwt-dispatch...

2010-01-24 Thread Henry
A decent soln, but IMHO still a bit of work and it requires @GWTRequestMapping One should be about to get away without even using that annotation Yes, your soln is better than gwt-dispatch, but I still think we can write an even better soln. Cheers, Henry On Jan 24, 2:50 pm, jarrod jarrod.carl

Re: Anything better than the current gwt-dispatch...

2010-01-23 Thread Henry
(which might not be a caveat) Cheers, Henry On Jan 23, 2:16 am, olivier nouguier olivier.nougu...@gmail.com wrote: Hi  It's quite easy to implement a GWT dispatcher. At least with spring, then use autoscan feature:  http://code.google.com/p/orcades-gwt-spring/wiki/orcadesGWTSpringHandler HIH

Anything better than the current gwt-dispatch...

2010-01-22 Thread Henry
XXXServiceImpl.java pattern, but if I write such a GwtNameDispatcher beast, would this be useful to the GWT community? Is there a better soln? Cheers, Henry -- 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

Re: Authenticate a web page

2010-01-02 Thread Henry
See: http://www.owasp.org/index.php/JAAS_Tomcat_Login_Module Cheers, Henry On Dec 31 2009, 6:27 am, Dave ladjo...@gmail.com wrote: I have a web page that I want to authenticate a user before they are allowed to access the page. I set the authentication parameters in the web.xml but it's

About to start a course on GWT...

2010-01-02 Thread Henry
Hi, I'm about to teach a course on GWT here in my home city in Canada. Any hints/tips/advice before I start? thx, Henry hc...@apache.org -- 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

Re: GWTShell dev mode problem

2009-12-21 Thread Henry
and put all your log messages in the plugin window. Cheers, Henry On Dec 21, 2:38 pm, Shawn Brown big.coffee.lo...@gmail.com wrote: Hi Miguel, Is the war directory at the root of your project? yes If you look at your .project file does it have the web app nature? Can you post what a .project

Re: Gilead + Guice + Gwt-Dispatch

2009-12-21 Thread Henry
Curious, How does Gilead serialize BigDecimal? GWT can't handle BigDecimal yet ... What about byte[]? thx, Henry On Dec 21, 5:01 pm, debillin debil...@gmail.com wrote: Andreas - Don't you have to use the JDO Serialization Filters and EngineRemoteService somewhere? Seems to me like

gwt plugin on eclipse/fedora linux

2009-12-18 Thread Henry HO
to using gwt plugin in eclipse/linux? thanks, -henry -- 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 google-web-toolkit

Re: gwt plugin on eclipse/fedora linux

2009-12-18 Thread Henry HO
#wstinstallerror On Thu, Dec 17, 2009 at 11:49 PM, Henry HO djhenr...@gmail.com wrote: hi, i'm trying to use the gwt plugin in eclipse for linux, but can't get it to work. the plugin is installed but, when i go to create a new project, the Web Application Project choice isn't

Eclipse plugin Development Mode issue (uses GWTShell)

2009-12-17 Thread Henry
GWTShell as follows: public class GWTShell extends DevMode { } Cheers, Henry -- 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

Re: DevMode - no gui

2009-12-16 Thread Henry
) and can eat a bit of memory. Think of it like the printout as a normal Java app but with better logging capabilities (like printing the date). Cheers, Henry On Dec 16, 4:33 am, Chris Ramsdale cramsd...@google.com wrote: I'm not sure I understand. Are you using the eclipse plugin to debug your app

Re: DevMode - no gui

2009-12-16 Thread Henry
I guess my main gripe with the Tree UI Panel that the DevMode launches from the plugin or DevMode.main is that it eats a bit of memory and the date isn't displayed properly. I thin a pure STDOUT console would be better. Cheers, Henry On Dec 16, 10:27 am, Henry q8e...@gmail.com wrote

Re: Eclipse Plugin for GWT 2.0 release

2009-12-16 Thread Henry
Is there a way in the Dev Mode plugin to set the war directory to something else? What class is the DevMode plugin running... is it DevMode or is it GWTShell? thx, H On Dec 11, 9:37 am, Rajeev Dayal rda...@google.com wrote: Thanks for the feedback. Please feel free file any suggestions for

DevMode - no gui

2009-12-15 Thread Henry
Is there a way to run DevMode with no gui? If not, where do I submit a feature request ... or if I do write a feature would it be useful to anyone else? Cheers, Henry -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group

How do I use my own server in hosted mode instead of GWT's built-in Jetty instance?

2009-12-10 Thread Henry
server (Tomcat) to understand: ?gwt.codesvr=localhost:9997 thx, Henry -- 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

Re: How to run GWT 2.0 RC2's hosted mode with another server?

2009-12-10 Thread Henry
Hi Chris, I tried running with the -noserver mode (ignoring -startupUrl for now ...) but I can't put a breakpoint in my code and have it stop there. Using GWT2.0, OOPHM/Firefox What must I configure in tomcat to talk back to localhost:9997 ... is it the -javaagent? more? thx, Henry On Dec 4, 2

Re: How to run GWT 2.0 RC2's hosted mode with another server?

2009-12-10 Thread Henry
I figured out my own problem. Had to compile it again with the GWT2.0 compiler On Dec 10, 2:24 pm, Henry q8e...@gmail.com wrote: Hi Chris, I tried running with the -noserver mode (ignoring -startupUrl for now ...) but I can't put a breakpoint in my code and have it stop there. Using GWT2.0

Re: java.lang.NoClassDefFoundError: org/apache/commons/fileupload/FileUploadException

2009-12-09 Thread Henry
mentioned that you have the commons FileUpload jar in WEB-INF/lib , you're positive that it's there and getting deployed ? On Tue, Dec 8, 2009 at 6:42 PM, Henry enricrequ...@gmail.com wrote: Hi Guys, I'm trying to upload a file to the server following the common examples of FileUpload and I

Re: java.lang.NoClassDefFoundError: org/apache/commons/fileupload/FileUploadException

2009-12-09 Thread Henry
: As the previous post mentioned, these jar files should be in your war application's WEB-INF/lib director. On Dec 9, 6:52 pm, Henry enricrequ...@gmail.com wrote: I've these jars in the built path of the eclipse:     commons-codec-1.4.jar     commons-fileupload-1.2.1.jar     commons-io-1.4

java.lang.NoClassDefFoundError: org/apache/commons/fileupload/FileUploadException

2009-12-08 Thread Henry
Hi Guys, I'm trying to upload a file to the server following the common examples of FileUpload and I have the following error: java.lang.NoClassDefFoundError: org/apache/commons/fileupload/ FileUploadException at java.lang.Class.getDeclaredConstructors0(Native Method) at

Re: Verification Email Process

2009-12-01 Thread Henry
application (or to an errorpage, or send back an errorpage directly, ..) this would have the benefit, that the servlets reaction time is instantaneous - no need to load your whole application before doing the verification. On 26 Nov., 13:02, Henry enricrequ...@gmail.com wrote: Hi guys

Verification Email Process

2009-11-26 Thread Henry
Hi guys, I have my GWT application and I need to implement a process to verify the email address when someone creates a new account. I've the URL (www.XX.com) which give me the whole application every time I hit it. In my process I'll send an email after the successful creation of the

Re: GWT 2.0M1 java.lang.NoSuchFieldError WITH ECLIPSE PLUGIN

2009-11-23 Thread Henry
I had a similar problem. My problem was that my jasper-jdt.jar (Tomcat) classpath was listed before my GWT classpath The offending Class was CompilerOptions Simple fix was to put the GWT classpath before Tomcat's On Oct 26, 1:47 pm, Harmeet Bedi harmeet.b...@gmail.com wrote: Your JdtCompiler is

How to program to set token into url without using HyperLink.

2009-04-23 Thread Henry
into the URL (url.com#tk1), like when users click on Hyperlink? Henry --~--~-~--~~~---~--~~ 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