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

JSP Model 2 is a complex design pattern used in the design of Java Web applications which separates the display of content from the logic used to obtain and manipulate the content. Since Model 2 drives a separation between logic and display, it is usually associated with the model–view–controller (MVC) paradigm. While the exact form of the MVC "Model" was never specified by the Model 2 design, a number of publications recommend a formalized layer to contain MVC Model code. The Java BluePrints, for example, originally recommended using EJBs to encapsulate the MVC Model.

Property Value
dbo:abstract
  • Model 2 ist ein komplexes Entwurfsmuster zur Trennung von Anzeige (Darstellung von Inhalten) und Logik (Bezug und Manipulation dieser Inhalte) bei Java-Webanwendungen. Daher wird es üblicherweise mit MVC assoziiert. Obwohl die genaue Ausgestaltung von MVC nie für Model 2 spezifiziert wurde, empfehlen eine Reihe von Veröffentlichungen eine formalisierte Schicht, die den MVC-Model-Code enthält. Beispielsweise haben die Java BluePrints ursprünglich die Verwendung von EJBs empfohlen, um das MVC-Model zu kapseln. In einer Model 2 Anwendung werden Anfragen vom Client-Browser zum Controller geleitet. Der Controller führt die Logik aus, die zur Beschaffung des Inhalts für die Darstellung notwendig ist. Dann legt er diesen Inhalt in der Anfrage ab (üblicherweise als JavaBean oder POJO) und entscheidet, welcher View er die Anfrage überreicht. Die View stellt dann den Inhalt dar, der vom Controller überreicht wurde. Model 2 wird für mittlere und große Anwendungen empfohlen. (de)
  • JSP Model 2 is a complex design pattern used in the design of Java Web applications which separates the display of content from the logic used to obtain and manipulate the content. Since Model 2 drives a separation between logic and display, it is usually associated with the model–view–controller (MVC) paradigm. While the exact form of the MVC "Model" was never specified by the Model 2 design, a number of publications recommend a formalized layer to contain MVC Model code. The Java BluePrints, for example, originally recommended using EJBs to encapsulate the MVC Model. In a Model 2 application, requests from the client browser are passed to the controller. The controller performs any logic necessary to obtain the correct content for display. It then places the content in the request (commonly in the form of a JavaBean or POJO) and decides which view it will pass the request to. The view then renders the content passed by the controller. Model 2 is recommended for medium- and large-sized applications. (en)
  • JSP 모델 2는 자바 웹 애플리케이션 디자인에 사용되는 복잡한 디자인 패턴으로, 표시되는 부분과 내용의 취득 및 조작에 사용되는 로직을 구별해준다. 모델 2가 로직과 디스플레이를 구분하기 때문에 모델-뷰-컨트롤러(MVC) 패러다임과 관련되는 것이 보통이다. 모델 2는 중대형 애플리케이션에 권장된다. (ko)
  • JSP Model 2 – jeden z modeli stosowany przy tworzeniu aplikacji internetowych z wykorzystaniem technologii JavaServer Pages. W modelu tym żądanie od klienta jest przechwytywane przez serwlet, który pełni rolę kontrolera. Serwlet ten przetwarza żądanie i decyduje do jakiej strony JSP je przekazać. Zaletą tego modelu jest rozgraniczenie warstwy logiki biznesowej od warstwy prezentacji – wykorzystuje się do tego wzorzec MVC (Model-Widok-Kontroler). Dodatkowym atutem jest to, że istnieje jeden punkt wejścia do aplikacji, którym jest serwlet. (pl)
dbo:thumbnail
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 1389337 (xsd:integer)
dbo:wikiPageLength
  • 7484 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1004158635 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • JSP 모델 2는 자바 웹 애플리케이션 디자인에 사용되는 복잡한 디자인 패턴으로, 표시되는 부분과 내용의 취득 및 조작에 사용되는 로직을 구별해준다. 모델 2가 로직과 디스플레이를 구분하기 때문에 모델-뷰-컨트롤러(MVC) 패러다임과 관련되는 것이 보통이다. 모델 2는 중대형 애플리케이션에 권장된다. (ko)
  • JSP Model 2 – jeden z modeli stosowany przy tworzeniu aplikacji internetowych z wykorzystaniem technologii JavaServer Pages. W modelu tym żądanie od klienta jest przechwytywane przez serwlet, który pełni rolę kontrolera. Serwlet ten przetwarza żądanie i decyduje do jakiej strony JSP je przekazać. Zaletą tego modelu jest rozgraniczenie warstwy logiki biznesowej od warstwy prezentacji – wykorzystuje się do tego wzorzec MVC (Model-Widok-Kontroler). Dodatkowym atutem jest to, że istnieje jeden punkt wejścia do aplikacji, którym jest serwlet. (pl)
  • Model 2 ist ein komplexes Entwurfsmuster zur Trennung von Anzeige (Darstellung von Inhalten) und Logik (Bezug und Manipulation dieser Inhalte) bei Java-Webanwendungen. Daher wird es üblicherweise mit MVC assoziiert. Obwohl die genaue Ausgestaltung von MVC nie für Model 2 spezifiziert wurde, empfehlen eine Reihe von Veröffentlichungen eine formalisierte Schicht, die den MVC-Model-Code enthält. Beispielsweise haben die Java BluePrints ursprünglich die Verwendung von EJBs empfohlen, um das MVC-Model zu kapseln. Model 2 wird für mittlere und große Anwendungen empfohlen. (de)
  • JSP Model 2 is a complex design pattern used in the design of Java Web applications which separates the display of content from the logic used to obtain and manipulate the content. Since Model 2 drives a separation between logic and display, it is usually associated with the model–view–controller (MVC) paradigm. While the exact form of the MVC "Model" was never specified by the Model 2 design, a number of publications recommend a formalized layer to contain MVC Model code. The Java BluePrints, for example, originally recommended using EJBs to encapsulate the MVC Model. (en)
rdfs:label
  • Model 2 (de)
  • JSP model 2 architecture (en)
  • JSP 모델 2 아키텍처 (ko)
  • JSP Model 2 (pl)
owl:sameAs
prov:wasDerivedFrom
foaf:depiction
foaf:isPrimaryTopicOf
is dbo:wikiPageDisambiguates of
is dbo:wikiPageRedirects of
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