| Author |
is it Correct if we use struts in order to replace writing servlet code ?
|
Alvin chew
Ranch Hand
Joined: Jan 08, 2004
Posts: 834
|
|
hi, good day, the main purpose of using struts framework is it to avoid write servlets code , meaning we use struts to replace servlets, can we say that ? thank you
|
 |
Jason Menard
Sheriff
Joined: Nov 09, 2000
Posts: 6450
|
|
|
No, the main purpose of Struts is not to avoid writing servlets. The main purpose of Struts is to provide an MVC framework for writing web-based Java applications. So no, we cannot factually say that we use Struts to replace servlets.
|
Jason's Blog
|
 |
 |
|
|
subject: is it Correct if we use struts in order to replace writing servlet code ?
|
|
|