separation-of-concerns
Best practice for implementing MVC in JSF2 managed beans [duplicate]
This question already has answers here: What components are MVC in JSF MVC framework? (4 answers) Contradictory explanations of MVC in JSF[详细]
2023-01-25 20:07 分类:问答Does this Rails 3 Controller method make me look fat?
This is a new application, and I have an index method on a Search controller. This also serves as the home page for the application, and I\'m trying to decide if I am headed down the wrong path from a[详细]
2023-01-21 20:42 分类:问答MVC: Are Models and Entity objects separate concepts?
I asked here a while ago for some help in understanding MVC, since I\'m very new to the topic. I thought I had a decent understanding of it, and this is documented in a blog post I wrote recently on t[详细]
2023-01-17 20:54 分类:问答Does Queryability and Lazy Loading in C# blur the lines of Data Access vs Business Logic?
I am experiencing a mid-career philosophical architectural crisis.I see the very clear lines between what is cons开发者_StackOverflow社区idered client code (UI, Web Services, MVC, MVP, etc) and the Se[详细]
2023-01-17 19:45 分类:问答CakePHP Best Practice: Admin with or without routing
I\'m working on an overhaul of a CakePHP app I built under CakePHP 1.2.I\'ve upgraded to 1.3 and am considering moving away from the admin routing paradigm for my application.I\'m finding that some of[详细]
2023-01-07 18:38 分类:问答Preferred way to combine PHP and HTML?
I learned PHP by hacking away at phpBB2, even submitting a few mods to their database, which others downloaded and used. (I don\'t believe phpBB2 is supported any more with phpBB3 out so long now, so[详细]
2023-01-07 04:05 分类:问答pass parameter to repository while maintaining separation of concerns
I\'m new to mvc and this whole way of programming is pretty unfamiliar for me, so be gentle ... I have in my article repository:[详细]
2023-01-06 10:36 分类:问答Separation of concerns dilemma in Rails
I\'m tryin开发者_C百科g to make logging for my rails app and have some dilemmas over philosophy used in rails. My app has Link model which has_many Hits:[详细]
2023-01-06 08:29 分类:问答How much directory separation should my framework have?
I\'ve been trying a bunch of different directory structures for my PHP MVC framework. While doing this, I thought of a few reasons to separate different parts of the application from each other.[详细]
2023-01-05 23:43 分类:问答Attributes in XML subtree that belong to the parent
Say I have this XML <doc:document> <objects> <circle radius=\"10\" doc:colour=\"red\" />[详细]
2023-01-04 04:57 分类:问答