struts model. .

C

cmk128

Hi
I am a very beginning struts user, i really don't find any advantage
of struts if compare to traditional jsp-servlet-jsp model.
I am not here to step on struts, but would anybody tell me the
advantage of struts?
Stucts can auto map html componets to a java variable in the
actionform, but is this really a big advantage? the traditional
get-post method is already simple enough.
Stucts can init the state of html component in java code, but this
doesn't help much.

thanks
from Peter
 
J

Jon Martin Solaas

Hi
I am a very beginning struts user, i really don't find any advantage
of struts if compare to traditional jsp-servlet-jsp model.
I am not here to step on struts, but would anybody tell me the
advantage of struts?
Stucts can auto map html componets to a java variable in the
actionform, but is this really a big advantage? the traditional
get-post method is already simple enough.
Stucts can init the state of html component in java code, but this
doesn't help much.

thanks
from Peter


Struts lets you separate logic and presentation. This means that your
jsp-logic will be expressed inside <> brackets and not {} :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,773
Messages
2,569,594
Members
45,120
Latest member
ShelaWalli
Top