UiBinder performances: widgets without ui:field still instantiate?

2010-04-15 Thread plcoirier
With UiBinder, I thought that GWT compiler would prevent instantiation of widget with no ui:field attribute by directly inserting the html code of the widget. In other words, I thought that: g:VerticalPanel g:HorizontalPanelg:LabelLine 1/g:Label/g:HorizontalPanel

Re: UiBinder performances: widgets without ui:field still instantiate?

2010-04-15 Thread plcoirier
, Apr 15, 2010 at 9:44 AM, plcoirier plcoir...@gmail.com wrote: With UiBinder, I thought that GWT compiler would prevent instantiation of widget with no ui:field attribute by directly inserting the html code of the widget. In other words, I thought that:        g:VerticalPanel

Re: gwt-dispatch, gwt-presenter, mvp4g

2010-04-14 Thread plcoirier
I'll also take this oppurtinity to explain why I created Mvp4g, hopefully this can help. Mvp4g, compared to gwt-presenter, has another approach concerning the event bus. Instead of using GWT HandlerManager and having to create a lot of classes for events, you have only one Java interface. Each

Announcing Mvp4g 1.1.0: EventBus + MVP architecture just a few annotations away

2010-03-29 Thread plcoirier
Like the previous version, Mvp4g 1.1.0 helps you build GWT applications easily following best practices shown by Ray Ryan (MVP, Event Bus and Dependency Injection), but now it is even easier because you can do it with only one Java interface and a few annotations (and you now have a strongly-typed

Announcing Mvp4g-1.0.0

2009-10-16 Thread plcoirier
Mvp4g-1.0.0 is available. Mvp4g is a framemwork that helps developers build GWT applications easily following best practices shown by Ray Ryan (MVP, Event Bus and Dependency Injection). Based on an XML file, the framework allows to: -set MVP architecture for components -inject views and services

Re: Use an Event Bus - Ray

2009-08-19 Thread plcoirier
I created this framework http://code.google.com/p/mvp4g/ that allows you to use an event bus without creating extra classes. It may interest you. On Aug 19, 12:48 am, Thomas Broyer t.bro...@gmail.com wrote: On 18 août, 20:48, Nathan nathan.shel...@gmail.com wrote: Hey GWT peoples,   In

Re: GWT architecture MVP/EventBus (mentioned at Google I/O)

2009-08-14 Thread plcoirier
One question though: The first line creates a Java class thanks to the configuration file and a Generator. For example, with the following configuration file: How is that class generated from the configuration file? (Sorry to ask if it's obvious.) Will the argument of the generated

Re: GWT architecture MVP/EventBus (mentioned at Google I/O)

2009-08-11 Thread plcoirier
Hi, I created a framework, Mvp4g, to easily build gwt application using Mvp + event bus + DI thanks to an xml file. A new version is now available (mvp4g-0.13-beta). You can: -Set an event bus without creating extra classes. -Configure which presenter handles an event. -Inject a view and one to

A native GWT chart library?

2009-04-20 Thread plcoirier
Hi, I'm looking for a native GWT chart library. I would like to be able to draw all different kinds of chart (line chart, bart chart, area chart, pie chart...). I also would like a client solution. I unfortunately can't use Google Visualization bc it's for an intranet website and users may not