This question has been asked
here:https://groups.google.com/d/topic/google-web-toolkit/DREa11neMa4?authuser=0&fromgroups,My
 question is:If a model must be created in a presenter,How to do?

1,JsoModel model=new JsoModelImpl();

  No test-friend due to JSNI involved in JsoModelImpl.


2,JsoModel model=factoryAsField.createModel(); //factoryAsField is
injected
   
   if take this way,too many factories must be created and injected.

    Any simple and test-friend  way to solve this problem?



-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to