MVP contacts2 - confusing

2010-07-12 Thread 100IT
The Contacts1 MVP tutorial worked well (http://code.google.com/intl/nl-
NL/webtoolkit/articles/mvp-architecture.html) and I was happy to
continue with contacts MVP part 2 but I have found this part very
confusing.

Has someone got a working Eclipse version which can be imported? The
one offered on the site isn't complete. I tried to update part 1 using
the part 2 tutorial but this gives me all sorts of errors I'm unable
to resolve. (learning from a working example is essential)

Much regards!

-- 
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-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 your system using your
experience.

Pity the source isn't made like version I as this would help a lot of
newbie volunteers.

 thanks for any help!!

-- 
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-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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  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
> 2) In eclipse:  File->Import...
> 3) Select Existing Project into Workspace under General, click Next
> 3) Click Browse...
> 4) Select the directory where the file was unzipped in step 1), click
> Ok
> 5) Click Finish
>
> I tried this in Helios Java EE version, but I don't think it'll also
> work with the Java version
>
> On Oct 3, 2:09 pm, 100IT  wrote:
>
> > 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 your system using your
> > experience.
>
> > Pity the source isn't made like version I as this would help a lot of
> > newbie volunteers.
>
> >  thanks for any help!!

-- 
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-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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
ContactsViewImpl should be parameterized
The import com.google.gwt.dom.client.NodeList is never used
The import com.google.gwt.sample.contacts.client.common.SelectionModel
is never used
The import com.google.gwt.user.client.rpc.IsSerializable is never used
The import com.google.gwt.user.client.ui.CheckBox is never used
The import com.google.gwt.user.client.ui.HTMLTable is never used
The import com.google.gwt.user.client.Window is never used
The import java.util.ArrayList is never used
The serializable class Address does not declare a static final
serialVersionUID field of type long Address.java/Contacts2/src/com/
google/gwt/sample/contacts/shared   line 5  Java

But your file worked for me.
Thanks!!

Regards,
Chris.


On 4 okt, 19:15, Y2i  wrote:
> Sorry, somehow the link got messed up.  This one should 
> work.https://docs.google.com/leaf?id=0B6oje-sOVpn_NTFhNzg0OWUtYTE0OS00ZDI5...
>
> On Oct 4, 2:21 am, 100IT  wrote:
>
> > Hi Y2I, Could you check your link? Its dead to my knowledge.
> > thanks for your help.
>
> > Regards.
> > Chris.
>
> > On 4 okt, 08:01, Y2i  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
> > > 2) In eclipse:  File->Import...
> > > 3) Select Existing Project into Workspace under General, click Next
> > > 3) Click Browse...
> > > 4) Select the directory where the file was unzipped in step 1), click
> > > Ok
> > > 5) Click Finish
>
> > > I tried this in Helios Java EE version, but I don't think it'll also
> > > work with the Java version
>
> > > On Oct 3, 2:09 pm, 100IT  wrote:
>
> > > > 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 your system using your
> > > > experience.
>
> > > > Pity the source isn't made like version I as this would help a lot of
> > > > newbie volunteers.
>
> > > >  thanks for any help!!

-- 
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-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.