dbo:abstract
|
- In the design of Java Web applications, there are two commonly used design models, referred to as Model 1 and Model 2. In Model 1, a request is made to a JSP or servlet and then that JSP or servlet handles all responsibilities for the request, including processing the request, validating data, handling the business logic, and generating a response. The Model 1 architecture is commonly used in smaller, simple task applications due to its ease of development. Although conceptually simple, this architecture is not conducive to large-scale application development because, inevitably, a great deal of functionality is duplicated in each JSP. Also, the Model 1 architecture unnecessarily ties together the business logic and presentation logic of the application. Combining business logic with presentation logic makes it hard to introduce a new 'view' or access point in an application. For example, in addition to an HTML interface, you might want to include a Wireless Markup Language (WML) interface for wireless access. In this case, using Model 1 will unnecessarily require the duplication of the business logic with each instance of the presentation code. (en)
- 자바 웹 애플리케이션 설계에서 흔히 사용되는 2가지 디자인 모델이 있는데 그 중 모델 1과 모델 2가 있다. 모델 1의 경우 요청은 JSP나 서블릿에 수행된 다음 JSP나 서블릿은 요청, 데이터 확인, 비즈니스 로직 관리, 응답 생성을 포함하여 해당 요청을 전적으로 관리한다. 모델 1 아키텍처는 개발이 쉬운 점으로 인해 규모가 작고 단순한 작업에 흔히 사용된다. (ko)
- JSP Model 1 – jeden z modeli stosowany przy tworzeniu aplikacji internetowych z wykorzystaniem technologii JavaServer Pages. W modelu tym żądanie jest kierowane do strony JSP i to ona jest odpowiedzialna za jego przetworzenie, sprawdzenie poprawności i wygenerowanie odpowiedzi klientowi. Wadą tego modelu jest brak rozdzielenia warstwy logiki biznesowej od warstwy prezentacji. (pl)
|
dbo:thumbnail
| |
dbo:wikiPageID
| |
dbo:wikiPageLength
|
- 1656 (xsd:nonNegativeInteger)
|
dbo:wikiPageRevisionID
| |
dbo:wikiPageWikiLink
| |
dbp:wikiPageUsesTemplate
| |
dcterms:subject
| |
rdfs:comment
|
- 자바 웹 애플리케이션 설계에서 흔히 사용되는 2가지 디자인 모델이 있는데 그 중 모델 1과 모델 2가 있다. 모델 1의 경우 요청은 JSP나 서블릿에 수행된 다음 JSP나 서블릿은 요청, 데이터 확인, 비즈니스 로직 관리, 응답 생성을 포함하여 해당 요청을 전적으로 관리한다. 모델 1 아키텍처는 개발이 쉬운 점으로 인해 규모가 작고 단순한 작업에 흔히 사용된다. (ko)
- JSP Model 1 – jeden z modeli stosowany przy tworzeniu aplikacji internetowych z wykorzystaniem technologii JavaServer Pages. W modelu tym żądanie jest kierowane do strony JSP i to ona jest odpowiedzialna za jego przetworzenie, sprawdzenie poprawności i wygenerowanie odpowiedzi klientowi. Wadą tego modelu jest brak rozdzielenia warstwy logiki biznesowej od warstwy prezentacji. (pl)
- In the design of Java Web applications, there are two commonly used design models, referred to as Model 1 and Model 2. In Model 1, a request is made to a JSP or servlet and then that JSP or servlet handles all responsibilities for the request, including processing the request, validating data, handling the business logic, and generating a response. The Model 1 architecture is commonly used in smaller, simple task applications due to its ease of development. (en)
|
rdfs:label
|
- JSP model 1 architecture (en)
- JSP 모델 1 아키텍처 (ko)
- JSP Model 1 (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 | |