Re: part II - Large scale application development and MVP - No Eclipse supported!

2010-10-05 Thread 100IT
SOLVED, THANKS!! I had to clear the cache files under the war folder. I have to look into these remaining warnings: ContactsViewImpl is a raw type. References to generic type ContactsViewImplT should be parameterized The import com.google.gwt.dom.client.NodeList is never used The import

Re: part II - Large scale application development and MVP - No Eclipse supported!

2010-10-04 Thread Y2i
... sorry, I meant to say I think it'll also work with the Java version On Oct 3, 11:01 pm, Y2i yur...@gmail.com wrote: Strange, those steps work for me fine, here is the eclipse project that I got: https://docs.google.com/leaf?id=0B6oje-sOVpn_NTFhNzg0OWUtYTE0OS00ZDI5... 1) unzip the file

Re: part II - Large scale application development and MVP - No Eclipse supported!

2010-10-04 Thread Y2i
Strange, those steps work for me fine, here is the eclipse project that I got: https://docs.google.com/leaf?id=0B6oje-sOVpn_NTFhNzg0OWUtYTE0OS00ZDI5LWFhMWItMmMxOTc3MGJkMDRjsort=namelayout=listnum=50 1) unzip the file 2) In eclipse: File-Import... 3) Select Existing Project into Workspace under

Re: part II - Large scale application development and MVP - No Eclipse supported!

2010-10-04 Thread 100IT
Hi Y2I, Could you check your link? Its dead to my knowledge. thanks for your help. Regards. Chris. On 4 okt, 08:01, Y2i yur...@gmail.com wrote: Strange, those steps work for me fine, here is the eclipse project that I got:

Re: part II - Large scale application development and MVP - No Eclipse supported!

2010-10-04 Thread Y2i
Sorry, somehow the link got messed up. This one should work. https://docs.google.com/leaf?id=0B6oje-sOVpn_NTFhNzg0OWUtYTE0OS00ZDI5LWFhMWItMmMxOTc3MGJkMDRjhl=enauthkey=CKbNwuYP On Oct 4, 2:21 am, 100IT chris.devri...@gmail.com wrote: Hi Y2I, Could you check your link? Its dead to my knowledge.

part II - Large scale application development and MVP - No Eclipse supported!

2010-10-03 Thread 100IT
The download doesn't support eclipse (part I does) This is a bit frustrating for newbies struggling the learning curve. (example is for newbies!) Anyone for answers? Thanks. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

Re: part II - Large scale application development and MVP - No Eclipse supported!

2010-10-03 Thread 100IT
you can find the download here: http://code.google.com/webtoolkit/doc/latest/tutorial/projects/Contacts2.zip -- 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

Re: part II - Large scale application development and MVP - No Eclipse supported!

2010-10-03 Thread Y2i
You can import the project into eclipse as follows: 1) create a new GWT project in eclipse 2) remove everything underneath src and war folders (don't remove src folder, otherwise you would have to include it back into the build path in Project-Properties-Java Build Path) 3) copy everything from

Re: part II - Large scale application development and MVP - No Eclipse supported!

2010-10-03 Thread 100IT
Thanks for your quick answer, I tried but no luck. I get tons of warnings and one error. I'm using: Eclipse IDE for Java Developers Version: Helios Release Build id: 20100617-1415 Which works ok with: Large scale application development and MVP version I. this should probably be simulated on