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.
我正在为 GWT 项目构建一种验证框架。
关键是为客户端和服务器端重用相同的验证代码。我发现 GWT( here ) 和 Spring( here ) 都支持 jsr-303 Bean Validation。
由于生成了我的模型对象并且我无法正确注释它们,我想使用基于 xml 的配置进行 jsr-303 Bean 验证。但是,我看不到使用 gwt-validation 的方法。
有没有办法使用 xml 而不是注释来配置 gwt-validation?
看起来还没有办法做到这一点。