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
474,268
Messages
2,571,095
Members
48,773
Latest member
Kaybee

Latest Threads

Top