Re: GWT and Client-side rules engine

2013-08-24 Thread Sleeveen
I have something very similar to what you're describing, but it depends on a complete infrastructure of generated code; the dark-matter-data project (in Google Code). Classes and attributes are modelled and the generated (fully GWT compliant) classes lend themselves to being sanity checked,

Re: GWT-RPC: loose vs. tight coupling

2013-06-16 Thread Sleeveen
David, I always wish I had more hours in the day, because every time I see people struggling with DTOs I feel guilty. I have a set of open source projects called dark-matter on Google Code that make my GWT development life relatively easy. However, I haven't had the time to advertise the

GWT plugin update site problems

2011-08-29 Thread Sleeveen
I've been trying to install a new eclipse setup on a new machine and have been having problems with the GWT plugin update site: it doesn't appear to be available. I've been using the GWT plugin for a couple of years and have never seen this problem. If you try to access:

Re: Problems creating my first reusable module: import cannot be resolved

2010-08-20 Thread Sleeveen
into this font of knowledge regularly. Cheers! Sleeveen -- 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

Problems creating my first reusable module: import cannot be resolved

2010-08-18 Thread Sleeveen
I'm in the process of trying to create my first reusable module in GWT. For now, this module contains only some simple classes to be used as part of a GWT RPC implementation. The module DOES NOT have an entry-point, just source path specifications. This code would normally go into the shared

Re: Problems creating my first reusable module: import cannot be resolved

2010-08-18 Thread Sleeveen
Fernando, Could you elaborate on this comment? Do you mean the my-module.gwt.xml? And where do you think it should be placed? Thanks! On Aug 18, 9:42 am, Fernando spiderkens...@gmail.com wrote: Your .xml seems out of place -- You received this message because you are subscribed to the

Re: Problems creating my first reusable module: import cannot be resolved

2010-08-18 Thread Sleeveen
I've dropped the JAR in war/WEB-INF/lib since it will (eventually) be used on the server side of things. I've removed the hyphens from the name of the module (everywhere): still no luck. I've removed the rename-to attribute: still no luck. I am indeed using Eclipse. The JAR is configured as a