Re: MVP : model and duplicate

2010-07-07 Thread SimonM
ase) > - objects representing database entities (ENTITES) > - objects representing domain objects/model objects (DomainObject, > Business Objects) > - objects representing a snapshot of domain objects > (DataTransferObjects, ValueObject) > > Stefan Bacherthttp://gwtworld.de > >

MVP : model and duplicate

2010-07-07 Thread SimonM
Hi, I have some troubles with MVP : as I have understood, the model should just be business objects which are present in a shared package, so client and server can access them from a GWT point of view. In a three layered application how do you not duplicate these business objects, while you have

Re: Problem with Eclipse, Google plugin and WTP

2010-07-07 Thread SimonM
he smart-ui project properties -> Google -> Web > Application, what is the WAR folder set to? Is the "Launch and Deploy From > this Directory" box checked? In your case, it should not be. > > Rajeev > > > > On Wed, Jun 30, 2010 at 7:29 AM, SimonM wrote: > > He

Re: Problem with Eclipse, Google plugin and WTP

2010-07-02 Thread SimonM
include them from > there? Let me know if this helps... > > On Jun 30, 1:29 pm, SimonM wrote: > > > > > Hello, > > > I have troubles with WTP and Google plugin for Eclipse. > > > I have one Dynamic Web Application Project, and I use GWT in this > > proje

Problem with Eclipse, Google plugin and WTP

2010-06-30 Thread SimonM
Hello, I have troubles with WTP and Google plugin for Eclipse. I have one Dynamic Web Application Project, and I use GWT in this project. It's smart-ui. I have a Java Project which contains all business logic, it's smart- business : smart-ui depends on smart-business. All is correctly exported i

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-18 Thread SimonM
I got it working (Eclipse 3.5, WTP 3.1, GPE 1.3) and it's working fine except two things. - I deploy onTomcat, and the devmode tells me to use a bad url : http://127.0.0.1:/index.html?gwt.codesvr=127.0.0.1:9997, while it should be http://127.0.0.1:8080/test/index.html?gwt.codesvr=127.0.0.1:999