Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

31
votes
11answers
2k views

Why should I isolate my domain entities from my presentation layer?

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 ...
12
votes
8answers
5k views

Pros and Cons of Various Java Web Presentation Layer Technologies

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 and ...
3
votes
2answers
71 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 ...
3
votes
1answer
217 views

New Presentation Layer for Webapplication

we've got an existing webapplication written in magic. But now we eventually want to exchange the existing web-presentation layer (maybe also rich client) to a server side presentation layer. What do ...
3
votes
3answers
287 views

Presentation technology for multiple devices

Our application is supposed to serve multiple devices, from simple to smart-phones, IPhones, touch-screens to normal browsers. Application is layered, so we can reuse the business and persistence ...
3
votes
2answers
385 views

Refactoring a legacy WebForms app to better separation of concerns

i.e. Is MVP still the next best choice when MVC is not an option? I thought I'd ask this here as I'm sure there are others like me who don't have the luxury of being on a green-field project and want ...
3
votes
6answers
3k views

ASP.Net MVC and N-Tier

Greetings, Apologies in advance that I have not researched this toughly enough to answer the question myself, but I imagine it would take me some time and I would rather know now before I invest ...
3
votes
2answers
2k views

Best way to separate Business from Presentation Logic?

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 and ...
3
votes
5answers
3k views

CSS: Fixed or Float Layout?

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 the ...
2
votes
1answer
142 views

How to get UIImageView real location in view while animation?

Hi all, For the animation i used: [UIView commitAnimation:@"anim" context:nil]; [UIView setAnumatioDuration:10]; imageView.center=CGPointMake(100,100); [UIView commitAnimation]; The thing is that ...
2
votes
1answer
169 views

Using business object in presentation layer

In a 3-Layer application, from better design/architecture point of view, can/should i instantiate a business class (which resides in Business Layer) in Presentation Layer? I mean, is that a bad ...
1
vote
0answers
87 views

Layer size/bounds during a core animation

I am working on a Mac app for Mac OS X 10.6+ and need to redraw the contents of a CAOpenGLLayer while an animation is occurring. I think I've read up on all the necessary parts, but it is just not ...
1
vote
3answers
71 views

Should I try to put asp control events into the BLL?

I have recently been learning about Data Access Layers, Business Logic Layers and Presentation Layers, but I still have a few things that aren't quite clear. I can use the DAL and BLL with the ...
1
vote
3answers
151 views

Presentation layer / Public Services layer. A common term?

While defining our application architecture (which contains both web UI and external web services) we stumbled upon our inability to find a common name for the topmost layer. It is quite clear that ...
1
vote
1answer
119 views

WPF: Control Visibility from Database / Prerender Hook

we have a rather odd requirement: The visibility of any control in our WPF-Application is to be driven by a database-table. That means we have a table which stores the name of the element and its ...
1
vote
2answers
124 views

What is the suggested way to show exception messages on UI which were produced in Business Layer?

Is there a pattern OR 'a best practice' on creating user's friendly messages in the presentation layer by using exceptions which were thrown from the Business Layer? Actually in many cases I prefer ...
1
vote
1answer
774 views

presentationLayer position property yielding bad values on iPad, no problem with iPhone

I have a game with several small objects animated using CAKeyframeAnimation. Objects animate perfectly for BOTH iPhone and iPad. However, the value of the position property of the animated CALayers' ...
1
vote
2answers
563 views

best way to reference business objects from presentation layer..?

I want to develop an enterprise app that includes a WindowsForms presentation layer, middle-tier components for business logic and data access, and a MsSQL Server database. Middle-tier components ...
1
vote
1answer
802 views

Passing Business Validation Error from Service layer to presentation layer

We are using MVP pattern in our Presentation Layer(PL) and a WCF based service layer(SL). PL calls operation contracts on the SL and internally it does some business validations. If the validation ...
1
vote
2answers
445 views

Framework Recommendation request: spring, struts, j2ee?

The last time I looked at web applications, the consensus seemed to be Struts/J2EE. Now, it looks like Spring MVC/J2EE or Struts/J2EE are both viable solutions. Is this generally correct? Or is Spring ...
1
vote
2answers
961 views

When to use @ in a Rails View and when to use a symbol?

<% form_tag(:action=>'update', :id=>@album.id) do %> Title: <%= text_field(:album, :title) %><br> Artist: <%= text_field(:album, :artist) %><br> Genre: ...
1
vote
4answers
1k views

Simple Elegant pattern to separate Data Access, Business logic and presentation

I need a simple pattern to do the above. Few things to note: 1) I have a class that I am obliged to use that does the actual data retrieving and it return DataTable 2) I am not concerned with the ...
1
vote
9answers
726 views

Is there any other strongly-integrated presentation layer tool other than JSF/JSP for Java EE?

I'm teaching Java EE at the university, and this was a question a student asked. I said "no", but I wasn't really sure, so I thought I might ask you mighty developers. :) Basically, what I'd like to ...
0
votes
0answers
34 views

How do I sense that a UIImage View has hit the side of the iPad screen?

I am new to iOS programming so I do not know precisely the correct terms so bear with me. I have a CAKeyframeAnimation occuring where the presentationLayer of a UIImageView moves in a quadratic curve ...
0
votes
1answer
10 views

drawbacks for implementing presentation layer inside data layer

whats the drawback in implementing the presentation layer inside data layer. i guess that would be much dynamic and performance oriented way to go for, for example if i compile to code (i mean full ...
0
votes
1answer
71 views

Separating BLL, PL and DAL in a web application

I have been given to develop a web application that can have multiple presentation layers, currently its on the web but soon to be on desktops and other platforms. So I searched around on how to do it ...
0
votes
0answers
126 views

JSP/Servlet architecture with Java Backend

EDIT:: Instead of Not using a framework, i just had a look at the Play framwork, which uses .index file for the layout and just plain java for the business part. Kinda like what i want :P ;; After ...
0
votes
1answer
109 views

Presentation Design Patterns

I've been studying and working with presentation design patterns for a while, and i have successfully impleneted design patterns like FrontController, MVP etc. for WebApps, and of course the MVC ...
0
votes
1answer
88 views

Develop application layer which has no dependencies to Presentation Layer?

I am learning general development strategies but there are a lot question in my mind about them. One of them is about creating application layer which shouldn't have dependencies Presentation layer. ...
0
votes
0answers
93 views

How to fix 2 columns(First and last) present in gridview, and moving columns present in between?

I am working with ASP.net 4.0 version. I want to create UI as shown in below image. However I am not sure about controls that I am using are suitable for this UI or not. I am using data repeater ...
0
votes
2answers
36 views

Where should I create new entity - in presentation layer or not?

As I'm just learning all the fruits of Java and everything I wanted to find out one thing which was flying around in my mind for some time. The code bellow is quick example of two methods in two ...
0
votes
1answer
89 views

Techniques for setting up a web application's presentation layer

I am working on a Ruby on Rails web application, although I guess it should not matter too much what my backend layer is. I am currently evaluating ways for my application to elegantly handle the UI ...
0
votes
3answers
110 views

Separating SQL reporting layer and presentation layer?

I'm using SQL Server Reporting Services. Most of my queries run as reports which are simply exported as PDF. I'd like to know which type of calculations, if any, should done in the actual SQL query ...
0
votes
0answers
248 views

Cannot call static method in domain service class

I am creating a static method in my domain service class in a Silverlight WCF RIA application, but I am unable to call my static mehod from the presentation layer. Please help.
0
votes
3answers
108 views

.net: Introducing anonymous types in business layer?

I don't want to create a new class and decided to use anonymous type in order to send data from presentation layer to biz layer. But my problem is how can I introduce an anonymous type in biz layer? ...
0
votes
6answers
543 views

Three tier architecture

I have some questions about three tier architecture. how to implement an application in three tier architecture correctly? how to communicate between these tiers ? Is data tier completely equals to ...
0
votes
1answer
322 views

querying the presentation layer of a UISlider

i am setting up a simple UISlider to animate it's progress: [UIView animateWithDuration:songLength delay:0.0 options:UIViewAnimationOptionRepeat| ...
0
votes
1answer
130 views

What is the best framework for web application without using web/app server?

I want to deploy an web application without using web server(Tomcat,Jboss etc.) like sonar/hudson does. What presentation framework is suitable for it which has JSP/Struts like capabilites?
0
votes
1answer
132 views

Multi choice UI - best practice

Mayby it's not a question strictly for software developers but let's face the truth... everyone is sometimes an UI designer - web apps, winforms... everyone have to place some components... Now here ...
0
votes
1answer
34 views

Writing custom controls

HI Guys, I'm interested writing a set of custom controls (most likely in ASP.NET), was wondering what sort of guidelines I should follow. - Is there any generic requirements for UI controls that ...
0
votes
2answers
132 views

Separation of logic from presentation: HTTP variable names?

This could probably be considered an academic question, rather than a real world one - but throwing it out to see if anyone has any great ideas! We all know that keeping the business logic of an ...
0
votes
2answers
258 views

How best to implement support for multiple devices in a web application

My client would like a business application to support 'every possible device'. The application in question is essentially a web application and 'every possible device', I believe encompasses mobile ...
0
votes
1answer
235 views

What WinForm Control To Bind List(Of T)?

I have been working on keeping things object oriented for my project. Currently, I'm using a .DLL which supplies all of the app's classes to the WinForms project acting as the presentation layer. My ...
0
votes
1answer
263 views

Presentation Layer Objects

Should a Presentation Layer be split into presenting and receiving objects Or single objects that handle data in both directions?
0
votes
1answer
412 views

Extension method output in Container.DataItem?

So I have an IList of business entities that I loop through in a ListView into an unordered list. I created an extension method on this Entity in my presentation layer. In code behind, I can ...