An Entity of Type: Thing, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

In software development, presentation logic is concerned with how business objects are displayed to users of the software, e.g. the choice between a pop-up screen and a drop-down menu. The separation of business logic from presentation logic is an important concern for software development and an instance of the separation of content and presentation. The distinction between "presentation" (front end) and "business logic" is usually an important one, because:

Property Value
dbo:abstract
  • In software development, presentation logic is concerned with how business objects are displayed to users of the software, e.g. the choice between a pop-up screen and a drop-down menu. The separation of business logic from presentation logic is an important concern for software development and an instance of the separation of content and presentation. One major rationale behind "effective separation" is the need for maximum flexibility in the code and resources dedicated to the presentation logic. Client demands, changing customer preferences and desire to present a "fresh face" for pre-existing content often result in the need to dramatically modify the public appearance of content while disrupting the underlying infrastructure as little as possible. The distinction between "presentation" (front end) and "business logic" is usually an important one, because: * the presentation source code language may differ from other code assets; * the production process for the application may require the work to be done at separate times and locations; * different workers have different skill sets, and presentation skills do not always coincide with skills for coding business logic; * code assets are easier to maintain and more readable when disparate components are kept separate and loosely coupled; (en)
dbo:wikiPageID
  • 8764576 (xsd:integer)
dbo:wikiPageLength
  • 2152 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1118128502 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
rdfs:comment
  • In software development, presentation logic is concerned with how business objects are displayed to users of the software, e.g. the choice between a pop-up screen and a drop-down menu. The separation of business logic from presentation logic is an important concern for software development and an instance of the separation of content and presentation. The distinction between "presentation" (front end) and "business logic" is usually an important one, because: (en)
rdfs:label
  • Presentation logic (en)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License