Re: GWT and Tapestry 5 integration

2009-02-13 Thread Casey
Thanks for putting this up. I'm going to take a look it at now. On Jan 6, 1:51 pm, "Daniel Jue" wrote: > Hi, > > I'm relatively new to GWT, but I've been working with Apache Tapestry > 5 for a while now. > I've written a tutorial (with source code as an Eclipse project) on > the Tapestry Wiki.  

Re: GWT and Tapestry 5 integration

2009-02-15 Thread Casey
Great sample project and instructions. I was able to get up and running using Eclipse and Jetty. On Feb 13, 7:48 am, Casey wrote: > Thanks for putting this up. I'm going to take a look it at now. > > On Jan 6, 1:51 pm, "Daniel Jue" wrote: > > > Hi, > >

Re: GWT and Tapestry 5 integration

2009-02-15 Thread Casey
Were you able to get this to work in GWT hosted mode? On Feb 15, 11:10 am, Casey wrote: > Great sample project and instructions. I was able to get up and > running using Eclipse and Jetty. > > On Feb 13, 7:48 am, Casey wrote: > > > Thanks for putting this up. I'm goin

Re: GWT and Tapestry 5 integration

2009-02-15 Thread Casey
utorial said he had his GWT entrypoints > as a separate project (with all the standard GWT project settings), > and then the source was combined into the main Tapestry application > later. > > On Sun, Feb 15, 2009 at 11:27 AM, Casey wrote: > > > Were you able to get this to work

Re: GWT and Tapestry 5 integration

2009-02-15 Thread Casey
so I created a new Jetty Launch dialog and pointed it to my jetty.xml file.My VM arguments are as follow -Djetty.home="/Users/casey/Projects/opt/jetty-5.1.11RC0" -Dorg.apache.tapestry.disable-caching=true -DignoreDuplicateModuleError=true -Xmx512m -Xms128m -XX:PermSize=256M Now that I have

Reusing GWT Localization in Server Side Code

2010-08-16 Thread Casey
Does anyone know if with Google Web Toolkit there is an easy way to reuse your client size localization files (constants and messages) in the server side code? I think in GWT 1.6 or 1.8 you could actually call the same GWT localization code on the server side that you called on the client side. I j

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-12 Thread Casey
Same here. Everything was fine until I installed the new Safari On Nov 12, 8:27 pm, JeanV wrote: > I can confirm that I have the same problem since upgrading to Safari > 4.0.4. Help is needed on this one > > On Nov 12, 10:10 am, Daniel wrote: > > > > > After I installed the OSX update 10.6.2

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-13 Thread Casey
The downgrading doesn't work for me. I'm running Snow Leopard and when I try to select my hard drive for installation it says that I must have version 10.5.8 or newer installed. Any thoughts? On Nov 13, 10:36 am, jtyrrell wrote: > Hey All, > > If you are having this issue and want to downgrade ba

Re: Facing some problems after switching to GWT 2.1 from GWT 2.0.4

2010-12-21 Thread Casey
I too was using KeyPressEvent in 2.0.4 and it was working perfectly but when I upgraded to 2.1.1 it stopped working. Based on Brian Reilly's comment I changed the event to KeyDownHandler and the comparison to event.getNativeKeyCode() == RETURN_KEY and it's back to working again. So even though the

Code Splitting Code Bloat

2011-01-16 Thread Casey
Has anyone experienced an issue where code splitting has actually increased the size of their application by a significant amount? Before I introduced code splitting my application weighed in at around 109KB. While that' not gigantic considering there is logic for over 10 screens I thought that may

Re: sort handler in datagrid problem

2011-12-15 Thread Casey
I'm having the same issue. What was your solution? On Dec 13, 9:00 am, Rodrigue Lagoue wrote: > Hi Ed, > > thank you for your response. I just solved the problem. The cause was the > use of the method ListDataProvider#setList(), it assigns the field > "listWrapper" to a new instance, and since th

Re: sort handler in datagrid problem

2011-12-15 Thread Casey
r" to the ListHandler. I've created an enhancement request to the GWT project so that we can have access to a ListHandler.setList method: http://code.google.com/p/google-web-toolkit/issues/detail?id=7072 On Dec 15, 3:48 pm, Casey wrote: > I'm having the same issue. What was your

Re: DevMode not working in Chrome after update

2012-09-26 Thread Casey
The incognito trick didn't work for me on mac osx chrome... didn't work for me either. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/2EOPf94J

GWT 2.5.0-rc1 on IPad not firing click events

2012-08-22 Thread Casey Rodgers
In GWT 2.5.0-rc1 buttons (and anchors) will only fire the click event every few clicks. Meaning you have to click on buttons multiple times to get them to fire. Is anyone else having this issue? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit"

Hot deploy updates to CDN without restarting application server?

2019-08-06 Thread Casey Jordan
We are looking at moving our static assets to a CDN. Does anyone know how this works with GWT-RPC since it compiles new signatures for client/server communication each time? What we would love to be able to do is deploy a new version of the client assuming there were no breaking changes to clas