Re: RequestFactory integration with Activities and Places

2011-01-14 Thread Erik Bens
There're always sample apps including parts of the new features but I
didn't found any sample app bring all things together. The only way to
create an app with all features seems to be setting up a project with
spring roo 1.1.1. But this is not easy to understand due to roo
specific things.

So:
- Is there an overview about the architecture and the flow of gwt
2.1.1 e.g. how works the view with the activity and whats the point of
the activitiy mapper. (something like here
http://www.nieleyde.org/SkywayBlog/post.htm?postid=37782056-c4e1-4dfb-9caa-40ab9552ca3b
)
- How to use Gin within the new features e.g. the request factory and
how about the event bus?
- Is there an 'easy' sample app including all of the features of gwt
2.1.1?

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-toolkit@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: RequestFactory integration with Activities and Places

2011-01-14 Thread Thomas Broyer


On Friday, January 14, 2011 2:04:10 PM UTC+1, Erik Bens wrote:

 There're always sample apps including parts of the new features but I 
 didn't found any sample app bring all things together. The only way to 
 create an app with all features seems to be setting up a project with 
 spring roo 1.1.1. But this is not easy to understand due to roo 
 specific things. 

 So: 
 - Is there an overview about the architecture and the flow of gwt 
 2.1.1 e.g. how works the view with the activity and whats the point of 
 the activitiy mapper. (something like here 

 http://www.nieleyde.org/SkywayBlog/post.htm?postid=37782056-c4e1-4dfb-9caa-40ab9552ca3b
  
 )


Shameless plug: http://tbroyer.posterous.com/gwt-21-activities and 
http://tbroyer.posterous.com/gwt-21-activities-nesting-yagni
(no diagram included though, if that's what you were looking for)
 

 - How to use Gin within the new features e.g. the request factory and 
 how about the event bus?


There's nothing special.
Have a look at 
http://wanderingcanadian.posterous.com/using-binding-annotations-with-display-areas
 (don't 
forget to read my comment on this post ;-) )
 

 - Is there an 'easy' sample app including all of the features of gwt 
 2.1.1?


None that I know of. DynaTableRf uses RequestFactory and Editors, but not 
Places/Activities.

-- 
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-toolkit@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: RequestFactory integration with Activities and Places

2011-01-12 Thread Thomas Broyer
There's no integration, apart from RequestFactory#getHistoryToken, 
getProxyClass and getProxyId if you're lazy and/or don't want human 
readable history tokens (those methods are actually use by Spring Roo 
generated apps, because they have to work out of the box).

What do you want to know?

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



RequestFactory integration with Activities and Places

2011-01-11 Thread karthik reddy
Is there any nice post (blog, articles etc) that sheds some light on 
integrating RequestFactory with Activities, Places, Eventbus.  Even code 
snippets/samples would be fine. 

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: RequestFactory integration with Activities and Places

2011-01-11 Thread Y2i
These two were very helpful for me:

http://code.google.com/webtoolkit/doc/latest/DevGuideRequestFactory.html
http://code.google.com/webtoolkit/doc/latest/DevGuideMvpActivitiesAndPlaces.html

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