Eclipse、TomCat6 春季 2.0.6
大家好,我正在尝试在 tomcat6 上重新进行 Spring 编程。有人可以告诉我应该使用哪些版本以及以下版本是否可以使用
Eclispe EE 雄猫6 泉2.0.6
谢谢
Hey everyone I am trying to get back into Spring programming on tomcat6. Can someone please tell me which versions I should use and if the following will work
Eclispe EE
Tomcat 6
Springs 2.0.6
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定 Eclipse(除了明显的“确保您拥有最新版本”,即 Helios 平台 IIRC),但 Tomcat6 仍然处于合理的生产状态,作为我工作的开发目标。最大的变化是 Spring 现在已经到了版本 3,它支持更广泛的基于注释的配置(公平地说,我不使用其中的大多数配置;我不介意使用 XML 配置)。
I don't know for sure about Eclipse (beyond the obvious “make sure you've got the latest version”, which is the Helios platform IIRC) but Tomcat6 is still in reasonable production as a development target where I work. The big change is that Spring's now up to version 3, which supports a much wider range of annotation-based configuration (most of which I don't use, to be fair; I don't mind having XML configurations).