Re: Annoucement. PureMVC4GWT RC is available

2008-09-25 Thread Luciano Broussal
Hello Thomas, you right. Regards On 25 sep, 14:29, Thomas Broyer [EMAIL PROTECTED] wrote: On 25 sep, 00:12, marcelo melo [EMAIL PROTECTED] wrote: While I understand that it must be done because GWT does not let one use reflection, I think that a small change could remove the necessity

Re: Annoucement. PureMVC4GWT RC is available

2008-09-25 Thread Thomas Broyer
On 25 sep, 00:12, marcelo melo [EMAIL PROTECTED] wrote: While I understand that it must be done because GWT does not let one use reflection, I think that a small change could remove the necessity of such Provider. If, at  the Controller and MacroCommand classes, instead of receiving

Re: Annoucement. PureMVC4GWT RC is available

2008-09-25 Thread Matthieu
Hi, This is the solution we use in pureMvc MultiCore Edition. But Cliff is not satisfied with it. He doesn't want that users can manage the life cicle of a command. We search a solution on the generator side. Thanks for your interest. Matthieu

Re: Annoucement. PureMVC4GWT RC is available

2008-09-25 Thread Matthieu
I'm agree with you, the pureMvc MultiCore edition use instance instead of factory. The probleme is to allow people to write non State-less command. All the principles will not guarantee that it will not happen. --~--~-~--~~~---~--~~ You received this message

Re: Annoucement. PureMVC4GWT RC is available

2008-09-25 Thread Luciano Broussal
Hi Srini, Here you have a simple sample http://code.google.com/p/purevmc4gwt/downloads/list Login Sample HTH On 25 sep, 16:42, Srini Marreddy [EMAIL PROTECTED] wrote: Hi Luciano, It is good to know that we have a Framework for GWT. I am not familiar with Pure MVC framework,but I

Re: Annoucement. PureMVC4GWT RC is available

2008-09-25 Thread Srini Marreddy
I see there is a LoginDemo sample in the project home page downloads section. I will play with it and send my feedback. Best, Srini On Sep 25, 9:42 am, Srini Marreddy [EMAIL PROTECTED] wrote: Hi Luciano,         It is good to know that we have a Framework for GWT. I am not familiar with

Re: Annoucement. PureMVC4GWT RC is available

2008-09-24 Thread marcelo melo
Hi, I've been working on a project with PureMVC for Flex for some time and I really like it. When looking at the example I've noticed a small difference from the GWT implementation, that is the necessity of creating a Provider for executing the Commands. While I understand that it must be done

Re: Annoucement. PureMVC4GWT RC is available

2008-09-20 Thread Thomas Broyer
Hi Luciano, On 19 sep, 19:27, Luciano Broussal [EMAIL PROTECTED] wrote: Here is the documentationhttp://puremvc.org/component/option,com_wrapper/Itemid,174/. It is available on the PureMVC Home page. Thanks (so it was the thing called best practices ;-) ) Maybe you don't like but i'm not

Re: Annoucement. PureMVC4GWT RC is available

2008-09-20 Thread Luciano Broussal
Thomas, Thanks for your interesting point of view. Feel free to checkout the project and you can help me to get it better. Currently is a port of the java version of PureMVC but i didn't want to change it to not loose people who already know and use PureMVC with other languages. Regards.

Re: Annoucement. PureMVC4GWT RC is available

2008-09-19 Thread Thomas Broyer
On 17 sep, 12:34, Luciano Broussal [EMAIL PROTECTED] wrote: Hi All, I've created a tiny but powerful gwt project The Goal is to provide a MVC framework based on the simple, well designed and powerful PureMVC framework. I didn't know PureMVC, and I'm not very familiar with MVC either

Re: Annoucement. PureMVC4GWT RC is available

2008-09-19 Thread Luciano Broussal
Hi, Here is the documentation http://puremvc.org/component/option,com_wrapper/Itemid,174/. It is available on the PureMVC Home page. Maybe you don't like but i'm not sure you can do more simple than the 15 classes which compose PureMvc and help the developper to separate layers and the main

Re: Annoucement. PureMVC4GWT RC is available

2008-09-18 Thread Luciano Broussal
Hope this help eggsy84. PureMVC userguide is very well documented i think and explain also so obvious design errors. Thanks. Luciano On 17 sep, 16:27, eggsy84 [EMAIL PROTECTED] wrote: Hi there I have never encountered PureMVC but have been developing using GWT for around 10 months now.

Annoucement. PureMVC4GWT RC is available

2008-09-17 Thread Luciano Broussal
Hi All, I've created a tiny but powerful gwt project The Goal is to provide a MVC framework based on the simple, well designed and powerful PureMVC framework. This offer an opportunity to have the same design patterns what ever you code in Java, .Net, Pythom, PHP ... Find all necessary

Re: Annoucement. PureMVC4GWT RC is available

2008-09-17 Thread eggsy84
Hi there I have never encountered PureMVC but have been developing using GWT for around 10 months now. We have come up with various methods of attempting to implement the MVC approach through GWT none of which we have been that happy with to be honest. I'll read up on PureMVC and how it works