Monday, 22 October 2012

This blog will cover all the aspects of Strus framework. Why Struts are more popular in major of software development companies?
Why most of the interviewer are looking for Struts?
The main purpose of this blog is to make Struts interview much more easy.

What is Struts?

Web based applications are mainly consist of database code, page design code, business logic code and control flow code.
It is always difficult to maintain these code when working with large number of applications. but what about if these code will be separated in different modules?
The same application become much more easy to understand and maintain :)


So here definition of Struts by experts :

"It is an MVC-based (Model View Controller) open source framework developed and supported by the Apache Software Foundation."

Now if your are not aware of MVC (Model View Controller) then you will find some difficulties to understand Struts framework, because this framework is based on MVC Design pattern. We will discuss MVC Design pattern in next section.

<<Next>>

No comments:

Post a Comment