Struts 初学者库
我是struts的初学者。我使用了一些示例 hello world 应用程序。首先,我执行了 struts 2.0.1 的 hello world 示例,然后下载了最新的库并尝试创建 struts 应用程序。但无法部署。我下载的版本是2.2。然后我不得不稍微改变一下库。我必须使用 commons-io commons-file-upload javaasist,而不是 2.0.1 中使用的 commons-logging。然后只有我可以运行它。但是所有其他代码都是相同的。为什么会这样呢?我在哪里可以得到有关此事的详细信息。是否有任何链接或参考可以让我知道所有应用程序中使用的核心库?
I am beginner to struts. I used few sample hello world applications. First of all I executed hello world example of struts 2.0.1 then I downloaded latest libraries and tried to create struts app. But it couldn't be deployed. My downloaded version was 2.2. Then I had to change the libraries a bit. Instead of commons-logging used in 2.0.1 I had to use commons-io commons-file-upload javaasist. Then only i could run it. However all other codes were same. Why is it so? Where could i get the details regarding this. Is there any link or reference by which i can know the core libraries to be used in all applications?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议使用 Maven 和 struts 2 maven 原型 启动项目。例如,安装 Maven 后:
将为您创建一个示例 struts 2 项目,其中包含 约定插件已启用。
您还可以在此处找到核心依赖项列表:
http://struts。 apache.org/2.2.1/struts2-core/dependencies.html
I'd recommend using Maven and one of the struts 2 maven archetypes to start a project. For example, after installing Maven:
will create a sample struts 2 project for you with the conventions plugin enabled.
You can also find a list of core dependencies here:
http://struts.apache.org/2.2.1/struts2-core/dependencies.html