mvp
How to save objects in MVP + Fluent NHibernate
I have just got a task in a new project which is implemented using MVP, Fluent NHibernate. Model - Enitity- Office, OfficeRepository, OfficeCommand[详细]
2023-03-05 07:07 分类:问答Does SPRING MVP would exist?
I have understood that Spring MVC is ver开发者_如何转开发y powerfull...but I have read in Google IO 2010 : Architecture recommendation that the MVP pattern is architecturally better that designing a M[详细]
2023-03-03 13:26 分类:问答How to Shift from MVP pattern to SCSF CAB pattern?
I have designed and developed my application in MVP Pattern. I have not used any software factory to achieve this. Now i want to shift to SCSF pattern and CAB structure.[详细]
2023-03-03 02:33 分类:问答In a unit test perspective: should the view specify presenter or the other way around in GWT MVP?
In tutorials on GWT Google uses to different approaches to do MVP, ei开发者_如何转开发ther the View specifies the Presenter or the Presenter specifies the View. The first one is used when using Activi[详细]
2023-03-02 00:34 分类:问答GWT: Dealing with null request factory proxy references in view
I have a view which displays user account details. Corresponding activity asks server-side code (in order to retrieve user account object) over GWT request factory. View interface extends TakesValue&l[详细]
2023-03-01 05:46 分类:问答Models, Views, View Models and Presenters
I\'m trying to get to grips with different patterns (MVP, MVVM etc) and find one that suits my needs. After all my reading I\'m still not sure. Hopefully someone can shed some light on this for me.[详细]
2023-02-27 05:28 分类:问答Reuse code on MVP pattern
I have an user registration functionality on my MVP pattern project and also a problem. User registration can me made in some different places, and depending on开发者_如何学C where it is, some fields[详细]
2023-02-27 03:44 分类:问答Best practice to show validation errors on MVP pattern
I have a Presenter that is used for user registration and I need to implement validation errors on it, what I\'ve done is I created a method for each validation error, like UserCannotBeEmpty(), Invali[详细]
2023-02-27 00:13 分类:问答how to keep view "humble" -using SuggestBox with special Oracle and Suggestion
i learned how to implement my own SuggestionOracle(\"AuSuggestOracle\") and own Suggestions(\"AuMultiWordSuggestion\"). In my case the suggestion object[详细]
2023-02-26 16:02 分类:问答GWT Activity and Editor Framework
I´ve been working on some small projects using GWT MVP framework + GWT Editors framework. I have Views interfaces with fields declared like:[详细]
2023-02-26 08:53 分类:问答
加载中,请稍侯......