Re: GIN MVP 2.1 Example

2010-12-21 Thread sheamus
See etienne's blog..

http://wanderingcanadian.posterous.com/

Both the multiple activity mappers example and the Hello MVP work
brilliantly.

-- 
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: GIN MVP 2.1 Example

2010-12-21 Thread Matthew Hill
These two posts were very helpful:

http://wanderingcanadian.posterous.com/hello-mvp-with-gin
http://wanderingcanadian.posterous.com/using-binding-annotations-with-display-areas

~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.



GIN MVP 2.1 Example

2010-12-20 Thread Matthew Hill
Hi.

Does anyone have a code sample of a basic GWT 2.1 MVP app which uses GIN? 
Ideally the example Hello  Goodbye app which is posted in the MVP 
section.

I ask this because I want to use GIN but I really have no idea where to 
start nor how exactly to set things up, and an example would go a long way.

-- 
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: GIN MVP 2.1 Example

2010-12-20 Thread dilbert
Try here: 
http://code.google.com/p/google-gin/source/browse/#svn%2Ftrunk%2Fsamples

These are the official gin samples: Higher lower and simple

-- 
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: GIN MVP 2.1 Example

2010-12-20 Thread Matthew Hill
Thanks. I think I understand it a bit better now but an example of it being 
used in MVP would still be useful.

-- 
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: GIN MVP 2.1 Example

2010-12-20 Thread Boris Lenzinger
Hi,

Check this :
http://code.google.com/p/google-web-toolkit/downloads/detail?name=Tutorial-Contacts.zipcan=2q=

It is probably what you are looking for.

Boris

2010/12/20 Matthew Hill matt2...@gmail.com

 Thanks. I think I understand it a bit better now but an example of it being
 used in MVP would still be useful.

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


-- 
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: GIN MVP 2.1 Example

2010-12-20 Thread Matthew Hill
That doesn't use GIN. :(

-- 
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: GIN MVP 2.1 Example

2010-12-20 Thread dilbert
AFAIK there is nothing MVP specific in gin. Your Activities, Views, etc. are 
injected the same as any other objects. I forgot to mention earlier that 
some advanced gin techniques can be learned from the test cases found here: 
http://code.google.com/p/google-gin/source/browse/#svn%2Ftrunk%2Ftest%2Fcom%2Fgoogle%2Fgwt%2Finject%2Fclient

-- 
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.