Domain models and DTOs

2009-08-12 Thread Kaspar Fischer
Hello, I am trying to design the architecture of an application that uses GWT and am struggling with the connection between my persistence & logic layer and the GWT presentation layer. I think I have not yet read and/ or understood enough about GWT and hope that somebody can point me into

Re: Modelling framework

2009-08-04 Thread Kaspar Fischer
Nathan, > The thing is, there IS a framework for what you are trying to do (i.e. > represent a data structure without being tied to implementation). It's > called Java. If you're looking for the ability to quickly add fields > to customer's data structures, that's dependent on low coupling and >

Re: Modelling framework

2009-08-02 Thread Kaspar Fischer
isunderstanding your question. Feel free to > elaborate if you feel misunderstood. > > On Aug 1, 5:06 pm, Chad wrote: >> Kaspar, >> >> While you probably can find the kind of tool you are looking for (I >> don't know of any since I don't have a need for them), I wo

[OT] Modelling framework

2009-08-01 Thread Kaspar Fischer
Hi everybody, I am looking for a Java library that allows me to define the data model for my GWT application. Among other things, my app allows the user to define different types of questionnaires and for this I need a flexible data model - where the user can add fields (questions, for ins