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
Jon Martin Solaas - 28 Aug 2006 18:28 GMT
> Hi
> I am a very beginning struts user, i really don't find any advantage
[quoted text clipped - 9 lines]
> thanks
> from Peter
Struts lets you separate logic and presentation. This means that your
jsp-logic will be expressed inside <> brackets and not {} :-)