Sunday, 10 February 2013
FRAMEWORK: MVC – Model View Controller
Do you like this Article?
Model-View-Controller
(MVC) is a popular Software Architecture pattern widely used in web
applications. It separates application data from UI (user interface) by a thin
controlling layer, which actually helps as a bridge between UIs and model. In
this pattern the whole application is separated in 3 layers,
1.
Models
are answerable for encapsulating application data, for view to present the data.
2.
Views
should only present this data, without involving any business logic.
3.
Controllers
are answerable for receiving requests from users and invoking back-end services
for business process.
Subscribe to:
Post Comments
(
Atom
)
Popular Posts
-
public - public means everyone can access it.That means it's in global scope. As, main method is called by JVM [ Java Virtual Machine...
-
throw is used to throw an exception in a program, explicitly . Whereas, throws is included in the method's declaration part, wi...
-
Singleton in one of the most popular yet controversial design pattern, in the world of object oriented programming. It's one of t...
-
Web Container / Servlet Container / Servlet Engine : In J2EE Architecture , a web container (also known as servlet container or ser...
-
Program compiles. But at runtime throws an error “NoSuchMethodError”.
-
Vector : It's synchronized. It's slower than ArrayList. It's generally used in ...
-
doGet(): protected void doGet(HttpServletRequest req, HttpServletResponse resp)throws ServletException, java.io.IOException – is a met...
-
In Java Programming Language , we must declare a variable name and type, before using it. The data type of a variable defines the th...
3 Responses to “ FRAMEWORK: MVC – Model View Controller ”
4 January 2017 at 09:14
Nice Article !
Computer Science
16 April 2018 at 18:59
Thanks for this article.
Java Struts Interview Questions and Answers .
10 August 2019 at 17:05
I am contented reading this commendable piece of guidance here. There is no denying that this information might turn out to be considered for a greater part of learners. Keep up with this appreciable work.
English practice App | English speaking app
Post a Comment