presentation-layer Questions
15
Solved
One part of domain-driven design that there doesn't seem to be a lot of detail on, is how and why you should isolate your domain model from your interface. I'm trying to convince my colleagues that...
Sprint asked 4/5, 2009 at 18:19
2
I am currently designing the architecture for an multi-channel commerce system which will have multiple different frontend presentations which are tailored to device and channel (user type and loca...
Brio asked 4/12, 2013 at 23:52
1
Solved
So, I've seen some questions about it here but none of them was specific about it neither answered my doubt.
In a layered architecture/DDD application, in what layer would a controller (the "C" in...
Thach asked 18/3, 2017 at 11:31
10
Solved
Some recommendation [1] suggest you to use
<%= current_user.welcome_message %>
instead of
<% if current_user.admin? %>
<%= current_user.admin_welcome_message %>
<% else %...
Feaze asked 27/7, 2012 at 4:14
2
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 ...
Fishbolt asked 25/6, 2011 at 9:4
2
Solved
<% form_tag(:action=>'update', :id=>@album.id) do %>
Title: <%= text_field(:album, :title) %><br>
Artist: <%= text_field(:album, :artist) %><br>
Genre: <...
Anima asked 8/5, 2009 at 3:28
8
Solved
I'm currently working on a web app that makes heavy use of JSF and IceFaces. We've had some discussions of moving to another presentation layer, and I thought I'd take the discussion out into SO an...
Christhood asked 11/2, 2009 at 20:13
2
Solved
I want to create a game that will work both locally and online.
My first thought was to create an interface that would have all the methods that will be needed by the GUI for the business logic an...
Hawker asked 27/12, 2008 at 14:49
5
Solved
My question revolves around CSS Fixed Layout vs a Float Layout that extends to fill the width of the browser.
Right now the issue I'm running into is to have the masthead resize depending on...
Commune asked 1/12, 2008 at 2:54
1
© 2022 - 2024 — McMap. All rights reserved.