Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们可以使用 xwork 验证框架来验证服务层中的 pojo 吗?看来我们必须扩展作为表示层一部分的 ActionSupport 类才能使用 xwork 验证。
ActionSupport 类是 pojo。它没有任何servlet依赖,因此我们可以使用xwork来验证服务层中的数据对象。