Is Xworks Similar To Spring?

zhaozj2021-02-16  59

Webwork is a web application mvc framework. Xwork is a generic Command Pattern Implementation with Nifty Features for Processing Requests (I. Web Requests, Command Line, JMS, ETC.). Webwork is Built On XWork.

In this Way, Webwork overlaps with Spring's MVC Framework.

XWork also contains a simple IoC container. This is really meant for small apps where you have a few components you want to automatically provide to your Actions (and you do not need more than one of the same type). It's really really handy for ....................... ..

So there is some overlap, but there is more synergy, I think. There is good integration between WebWork and Spring, much of it done by the guys at Atlassian. They are building their new product, Confluence, on WebWork 2, Spring, Hibernate , Sitemesh, Lucene, Quartz, etc ... They have the power of WebWork and XWork as a powerful Web MVC front end, along with the power of Spring to automatically wire components together, and Hibernate's transparent persistence. From the feedback I've Heard from Them, It's An Awesome Combination.

转载请注明原文地址:https://www.9cbs.com/read-16053.html

New Post(0)