Re: Sample App using DI/Gin, MVP, UiBinder, etc

2010-11-23 Thread Mauro Bertapelle
On 18 Nov, 16:38, Daghan dag...@gmail.com wrote: I am trying to figure out how to pass activityManager.setDisplay(composite) Implement AcceptOneWidget in your Composite, and in the setWidget method take care of inserting/removing the Activity's view in our Composite's receiving area -- You

Re: Sample App using DI/Gin, MVP, UiBinder, etc

2010-11-22 Thread Ashton Thomas
Hey Daghan, My understanding is that you only want a single area of the shell to be managed by one ActivityManager. So if you have an entire shell/layout with more than one area that changes, let's say a main content area as well as a context menu (If I have MainAppPlace and SettingsAppPlace and

Re: Sample App using DI/Gin, MVP, UiBinder, etc

2010-11-22 Thread Ashton Thomas
Hey Brian, I am going to be updating a new example and will look into your comments. I would also like to include Code Splitting while still using DI/Gin which I think will change things slightly. I will try to have some more example code on GitHub by next week Thanks! On Nov 19, 11:43 am,

Re: Sample App using DI/Gin, MVP, UiBinder, etc

2010-11-19 Thread Brian Reilly
Ashton, It's good that you're doing this. I think we need some good examples of how to put together a GWT application using GWT 2.0/2.1 features, GIN, etc. I took a quick look at some of the code (still planning to look more) and I have a couple of comments. * I almost did the same thing as you

Re: Sample App using DI/Gin, MVP, UiBinder, etc

2010-11-18 Thread Daghan
Hi Ashton, Have you figured out a way to pass anything but SimplePanel objects to activityManager.setDisplay() function? I am trying to figure out how to pass activityManager.setDisplay(composite) Thanks. On Oct 28, 6:52 am, Ashton Thomas ash...@acrinta.com wrote: I will definitely try to

Re: Sample App using DI/Gin, MVP, UiBinder, etc

2010-11-18 Thread Daghan
Ashton, The example is very cool and helpful. Thank you. One thing I am struggling with is the ActivityManager. I am trying to manage a composite through the activity manager. I was hoping that you had figured it out but I see that you also pass a SimplePanel

Re: Sample App using DI/Gin, MVP, UiBinder, etc

2010-10-28 Thread StrongSteve
Very nice idea. Thanks a lot for your effort. Will there be a recording of the seminar for all of us on the other side of the pond? ;) Greetings Stefan On Oct 28, 4:19 am, Ashton Thomas ash...@acrinta.com wrote: Here is a direct link to the source

Re: Sample App using DI/Gin, MVP, UiBinder, etc

2010-10-28 Thread Ashton Thomas
I will definitely try to post a video. It just puts the pressure on to actually do a good job! Thanks very much, -Ashton On Oct 28, 2:12 am, StrongSteve swe.sta...@gmail.com wrote: Very nice idea. Thanks a lot for your effort. Will there be a recording of the seminar for all of us on the

Sample App using DI/Gin, MVP, UiBinder, etc

2010-10-27 Thread Ashton Thomas
Hey Everyone, I am working on a seminar for GWT 2.1 that will happen in late November. But I will be putting together a lot of sample code. I have already pushed one app to github: http://gwt.acrinta.com/ I am still working on this, so expect updates Cheers! -- You received this message

Re: Sample App using DI/Gin, MVP, UiBinder, etc

2010-10-27 Thread Ashton Thomas
Here is a direct link to the source code: http://github.com/ashtonthomas/gwt-seminar I will continue to update the code for this site as well as the content on this app. Over the next few weeks I will post a lot of different sample code. Hopefully it will help others get started quicker! On Oct