Is there a conflict in development or architecture that prevents me from using Editors inside a view in a GWT MVP application?
I am developing a business application and I am thinking of creating editor widgets for my beans and using RequestFactory. I will place editors inside views when I need to display or edit a single object, but I will use CellWidgets when I need to display several objects.
Will it be a mess of my application or am I heading in the right direction? What do you recommend from your own experience?
source
share