Re: runtime UI

2010-12-29 Thread Ted Malaska
side validation 7. CSV load On Wed, Dec 29, 2010 at 10:30 AM, Chris Conroy con...@google.com wrote: Ted Malaska has a prototype project which may suit your needs. At this time, we're not looking to add something like this to GWT proper. See: https://groups.google.com/d/topic/google-web

hbm2ddl not working with POJO that implement IsSerializable

2010-10-05 Thread Ted Malaska
I've used GWT on about 10 projects now and it's been great. This project I tried doing things a little differently. Using JPA (Hibernate) and hbm2ddl. Now I'm have a bunch of problems. I think I solved all the problem except for hbm2ddl. When I run it on the POJOs I get a

Re: hbm2ddl not working with POJO that implement IsSerializable

2010-10-05 Thread Ted Malaska
the dependency scope to be in test. So I removed the runtime scope and it worked. On Oct 5, 10:14 pm, Ted Malaska ted.mala...@gmail.com wrote: I've used GWT on about 10 projects now and it's been great.  This project I tried doing things a little differently.  Using JPA (Hibernate) and hbm2ddl

Re: GWT client as Maven module in multi-module project

2010-09-08 Thread Ted Malaska
I have made a step by step walk through of how to make a multi maven module project using gwt and gxt. I use the event bus pattern to support two war modules. One for off line and one for on line. I implement my custom widget in sub maven modules so they can be re used through out my company.

How to Guide: Multi Maven Module GWT/GXT Project using event-bus pattern

2010-09-08 Thread Ted Malaska
I'm trying to create a step by step guide on how to create a multi module Maven project in Eclipse that supports the following. 1. Be able to use Maven and GWT together 2. Have custom high level widgets live in their own maven sub-module. 3. Have the widget be unaware of the back end. That means