DyaActionForm 相对于 ActionForm 的优势?
通过使用 DyaActionForm ,我们可以在 strus-config.xml 中定义表单属性,而不是创建新的表单 bean 类。我能想到的唯一优点是 它将提供在 xml 文件中定义的属性,无需编译并减少开发时间。这是唯一的主要目的吗 动力行动形式?
with the use DyaActionForm , we can define the form properties in strus-config.xml instead of creating new form bean class.The only advantage i can think is
it will provide is the properties defined in xml file there will be no need of compilation and reduce the development time. Is it the only main pupose of
dynaAction Form?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它有助于保持代码库精简。更少的测试,更少的破坏,等等。
It helps keep your code base slim. Less to test, less to break, etc.