Matches in DBpedia 2014 for { <http://dbpedia.org/resource/Model_1> ?p ?o. }
Showing items 1 to 17 of
17
with 100 items per page.
- Model_1 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.".
- Model_1 thumbnail Model_1.png?width=300.
- Model_1 wikiPageID "2830704".
- Model_1 wikiPageRevisionID "562588292".
- Model_1 hasPhotoCollection Model_1.
- Model_1 subject Category:Software_architecture.
- Model_1 subject Category:Software_design_patterns.
- Model_1 comment "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.".
- Model_1 label "JSP Model 1".
- Model_1 label "Model 1".
- Model_1 sameAs JSP_Model_1.
- Model_1 sameAs m.085g6g.
- Model_1 sameAs Q6888170.
- Model_1 sameAs Q6888170.
- Model_1 wasDerivedFrom Model_1?oldid=562588292.
- Model_1 depiction Model_1.png.
- Model_1 isPrimaryTopicOf Model_1.