Design principle that comprises the process of separating a computer program into distinct features that overlap in functionality as little as possible.
0
votes
1answer
72 views
Appropriate delegation of responsibility in the following situation?
I'm relatively new to TDD design and am working on a project to gain experience with it. My project is a tower defense style game - I'm starting out with a basic Creep (monster) and designing it ...
1
vote
1answer
99 views
What is the proper sequence of method calls when using a multi layered architecture?
I have built a simple survey-tool using MVC 3 with only 1 layer (MVC). I regret this now. All my database access and mapping is handled in the controllers, and some other mapping classes.
I would ...
1
vote
2answers
333 views
Repository pattern without domain object for retreiving scalar values
Recently, I struggled trying to figure out if some methods, functions in my architecture was at the good place; in the correct layer. I want to follow the repository pattern of Martin Fowler to ...
0
votes
3answers
182 views
In MVVM, who is responsible for displaying other views, the ViewModel or the View?
Simple question in regards to a navigation pane like the one used by Outlook.
In MVVM, who is responsible for displaying other views, the ViewModel or the View?
It seems silly to put that code in ...
-3
votes
2answers
173 views
Replacing hard-coded Textarea with something clearer? Separating Styles and Logic?
CODE-SMELL
<textarea rows=3 id="help">ask:
bsd:
vim:
...
</textarea>
WANT SIMPLICITY LIKE
<textarea src="./Data/help"></textarea>
$ cat ./Data/help
ask:
bsd:
vim:
How ...
0
votes
1answer
72 views
Scheduler object in MVVM
Let's say I have a viewless class (very likely a static one) of an object that periodically handles the synchronization beetwen the database and some sort of external service. Where this kind of class ...
7
votes
3answers
2k views
EmberJS: Good separation of concerns for Models, Stores, Controllers, Views in a rather complex application?
I'm doing a fairly complex emberjs application, and tying it to a backend of APIs.
The API calls are not usually tied to any particular model, but may return objects of various types in different ...
0
votes
3answers
605 views
Full encapsulation of the Entity Framework
i'm developping a line of business application using WPF as a presentation layer (of course with MVVM).
I'm using Ado.Net Entity Framework to map the DataBase.
I don't want to use entities directly in ...
0
votes
1answer
46 views
Database integrity: manage it in DB or App Logic?
Usually, when i write apps that use DB, i try to make sure that the data is consistent by means of the programming language that i use (in my case it is Java), rather than the DB itself. And here is ...
7
votes
2answers
183 views
Is it okay to store a domain entity's mutable properties as a value object?
There are certain parts of my UserEntity that I would like to be able to change and pass around, and there are certain parts that should remain constant.
For example, I NEVER want to change my ...
7
votes
1answer
207 views
Where to build new domain entities? Controller, repository, or mapper?
Let's say for each domain entity, I have a repository that provides an API to a data mapper. For example, if I have a UserEntity, then I would have a UserRepository that speaks to a UserMapper to ...
0
votes
1answer
76 views
How many database tables should a data mapper know about?
I am writing data mappers for my next project. The overall goal, here, is to separate the job of speaking with the database from the business entities. Therefore, a user entity should know nothing ...
0
votes
2answers
112 views
How can I eliminate the dependency from of a ListView's onItemClick/getView and its row types?
As a simplified example, consider a ListView that can contain both sub-categories and book titles. If a book title is clicked, a new activity should start that shows the cover image. If a ...
0
votes
2answers
53 views
What is the right amount of abstraction from the data-layer?
I'm currently devising my application's persistence framework...and I am debating two solutions for abstraction.
Option 1. The first, and simpler (but possibly more coupled to the database is a 2 ...
1
vote
2answers
97 views
Embedding vs. including Javascript for DOM interaction?
Every beginners guide to Javascript talks about the evils of embedded scripts.
And I get it: definitely good advice for novices who have no concept of modular design. But every rule has an ...
5
votes
4answers
157 views
How do I avoid code duplication when modelling a table, its layout, and its records, all of which share the same basic structure?
This will be a somewhat abstract question.
I am working on a Data Access Layer framework which needs to distinguish between a table, its abstract schema/layout, and concrete table records. I'm afraid ...
1
vote
3answers
210 views
How to map DTO from EF to Model
I have the following model Person in my UI MVC layer:
public class Person
{
[Required]
public string FirstName { get; set; }
[Required]
public string LastName { get; set; }
...
3
votes
1answer
1k views
nodejs and logging through different modules
I'm just interested in the best approach to the following...
I have an app that is split into a few modules for maintenance reasons and separation of concerns. I want to be able to create a log file ...
2
votes
1answer
195 views
Wrapping Third Party Controls in WPF
In WinForms development I always got in the habit of wrapping the APIs of third party controls so that we weren't completely tied to a specific vendor and could change control suites as needed. There ...
2
votes
1answer
232 views
JPA model validation and transaction handling
I'm currently refactoring an application that already uses JPA but the JPA EnitytManager (and the transactions) are currently scoped to the DAO layer. There is also a repository layer and a service ...
2
votes
2answers
81 views
Separation of Ruby on Rails application
I'm creating a b2b application. The application itself is done.
Now i need a public website to inform customers about the product.
The public website and the b2b application might share some data. ...
3
votes
3answers
317 views
Rails 3 project structure for UI Models and Data Models
This may be a really stupid question, but I do not have it clear in my mind as to how it is best to manage this so want to put it down here and see what is common practice.
Coming from .net my web ...
1
vote
4answers
113 views
Separation of Concerns: Returning Projected Data between layers From a Linq Query
I'm using Linq and having trouble doing something that I believe should be trivial. I want to return data from one layer so it can be used independently of linq in another layer.
Suppose I have a ...
-1
votes
1answer
269 views
EF “POCO” Entities with Repository Pattern / 3-Layer Architecture [closed]
EF is awesome; so is MVC. I feel the problem with these technologies is that many blog posts as well as other tutorials/books/documentation demonstrates their features and capabilities using bad ...
2
votes
1answer
54 views
Preventing implementation details leaking into setup of Dependency Injection Container
Sometimes we can do some neat tricks with our DI Container, for example: auto-binding, managing singletons, managing one-instance-per-request etc. This is great, and can really simplify some ...
-1
votes
1answer
110 views
Where should I keep the queries? entity class or control class?
I am trying to make my project completely object oriented and I am separating the control, entity and boundary classes (you can call it m,v,c) On my former projects, I was creating functions in the ...
-2
votes
1answer
117 views
Which book will you recommend about component-based development? [closed]
Which book will you recommend about component-based development, especially about how it reduces the complexity of development inside a large organization through "Seperation of Concern" ?
1
vote
1answer
45 views
Storing notifications appropriately, based on the corresponding input channel
I have the following problem. In my application, every user could execute actions through a web client, as well as through email. Every action (a method in a controller class) has to implicitly store ...
0
votes
2answers
84 views
Template site for MVC3; is this the proper way to display the model?
I'm confused about the way Microsoft is displaying the login page in their template site. The specific phrasing for "User name", "Password", and "Remember me?" is set in the model itself. This seems ...
1
vote
3answers
73 views
Should an object “load” another object on its own, or have the other passed to it?
Is it a good practice to load another object from within an original object, like so:
Class parent() {
$child;
function loadChild() {
$child = new Child();
$this->child = ...
5
votes
4answers
2k views
Place client-side JavaScript templates in HTML or JavaScript?
Should client-side templates like the following (using underscore's templating engine):
<p class="foo"><%= bar %></p>
be placed in an separate HTML file, or a separate JavaScript ...
1
vote
1answer
247 views
Hypermedia (ReST) SOA: Good design for consistent service-level authentication?
I'm currently developing an SOA solution, where each service in the architecture is a secure, authenticating hypermedia resource (as in really hypermedia, not RPC with pretty URLs).
Customer-facing, ...
4
votes
3answers
2k views
What does N-tier Architecture mean nowadays?
In a traditional sense, N-tier means separating the application into "tiers" and putting each "tier" on different servers. This was done for at least 3 reasons:
Maintenance:
a) Code Maintenance: ...
1
vote
3answers
433 views
Separation of logic and UI
I'm developing a GUI application in Qt.
This is my first GUI application and I'm not very experienced and still have to wrestle with some more advanced aspects of C++ and Qt framework.
The ...
0
votes
1answer
74 views
Re-usable place to put Email View Rendering Logic?
I have a controller called EmailController, which is (you guessed it) responsible for sending emails.
An example of this is that users of my site can "favorite" things, and if some other user does ...
0
votes
1answer
106 views
How to customize a cell of DataGridView based on the BindingList<T> to which the grid is bound
I am using a DataGridView in a Win Forms app that is bound to a BindingList and I would like to improve on the "separation" of business-logic and presentation.
In my Form_Load event, I call a ...
2
votes
2answers
96 views
Should I bring two entities together at the Service layer, the Repository layer, or make a repository for the join of the two?
I am developing a web app for a non-profit. (The app registers laborers for the day, tracks their personal info, takes work orders, and provides an interface to assign registered workers to a work ...
2
votes
2answers
1k views
Whats a recommended solution structure for a somewhat large website in asp.net
Im currently trying to refactor a project(asp.net mvc) that doesnt have any separation at all. just folders :s
The project has a bunch of EF Code First classes (People.cs, Exam.cs,
Message.cs, etc)
...
1
vote
1answer
101 views
separation of concern with repository pattern
I have a question regarding location of repository access. Is it acceptable practice to allow or contain Repository access within an Entity that the Repository Maintains?
For example:
class Product
...
0
votes
2answers
26 views
Is “coupling” related only to code, or can the term be applied to software components and architecture?
For example, when discussing a build or deploy process, and making sure it is independent of the IDE. Is this "coupling", or is that considered Separation of Concerns, or something completely ...
1
vote
1answer
200 views
How to implement reading default object settings from a database with oop and soc
I have a class which looks like this:
public class Location {
private int id;
private String name = "noname";
... // other properties
public Location(int locationId) {
...
1
vote
1answer
306 views
Solution-Architecture using Castle.Windsor Installers [closed]
I've been doing quite a lot of research into introducing a dependency injection framework into my organisation - better late than never! So far my research has focussed heavily on Castle.Windsor. This ...
6
votes
2answers
564 views
MVC and NOSQL: Saving View Models directly to MongoDB?
I understand that the "proper" structure for separation-of-concerns in MVC is to have view-models for your structuring your views and separate data-models for persisting in your chosen repository. I ...
3
votes
2answers
176 views
Is there a neat way to get attribution for a background image in the presentation layer?
I have a CC-BY image that I'm using as a background, brought in by CSS. This image is purely there for its looks, and definitely not content. I need to put attribution on this image somewhere, and ...
1
vote
2answers
800 views
Rails 3.0/3.1, JQuery & Ajax Best Practices
There are several questions throughout this post all related to the title. The overall theme of the post might be summarized as, "What am I missing/How do you do this better?"
Through the usual ...
0
votes
1answer
643 views
AutoMapper in the DAL: When to use Mapper.Reset()?
I'm using AutoMapper in a generated Data Access Layer. That works fine. It was a little confusing when using AutoMapper in another layer and realizing the mappings created in the DAL with ...
1
vote
3answers
47 views
When Creating/Updating an entity, Should I Pass object to bussiness logic or object values?
When working with an entity, which of the following is recommended? (The following code is in UI Layer. UserManager is in Business Layer)
1-
protected void btnReturn_Click(object sender, ...
6
votes
1answer
653 views
How to tell Ninject to bind to an implementation it doesn't have a reference to
I'm using NinjectMVC3 in my ASP.NET MVC3 project.
I have 3 layers
Foo.Web
Foo.Services
Foo.Data
Foo.Web references Foo.Services but not Foo.Data. One of my services looks like this
public class ...
3
votes
3answers
439 views
Decoupling an ASP.NET MVC application from Entity Framework
If I have this project structure
Foo.Data
reference EntityFramework
Foo.Business
reference Foo.Data
Foo.Web
reference Foo.Business
Isn't that supposed to allow me to prevent adding a ...
8
votes
2answers
207 views
Creating Views in PHP - Best Practice
I am working on a website with 2 other developers. I am only responsible to creating the views.
The data is available in an object, and I have getters to read the data then create XHTML pages.
What ...
