java ee - Which is better Struts or Spring and Why? -
i java developer working on swing api. have knowledge of jsp , servlet. wanna learn framework. want know 1 better, struts or spring.and apache's wicket.
thanks in advance
it depends on want learn them for. struts lot simpler, or maybe smaller, might better start with.
struts web framework , it's used define controllers , render views, in mvc architecture. here's more mvc architectures if need it. ususally need combine other frameworks, such hibernate , ejbs finish off project.
spring huge, it's more entire platform. has kinds of modules, don't have use of them. spring mvc starting point , equivalent of struts, , there pick other modules, such spring security , spring data, tailor project's needs.
here's more spring.
Comments
Post a Comment