有什么好的weblogic教程吗?
We are migrating an application from Tomcat to WebLogic. There are many things we just don't know about. Is there any decent tutorial out there?
We know about this but I'd like to read about experiencies, and/or processed information.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
好吧,我迟到了,但我将分享我正在关注的两个教程,因为我发现立即获得这些教程会很有帮助。
http://www.scribd.com/doc/6339325/Weblogic-Tutorial
http://wiki.eclipse.org/EclipseLink/Examples/JPA/WebLogic_Web_Tutorial
Ok, I'm late, but I'm going to share the two tutorials I'm following, since I would have found helpful to have those right away.
http://www.scribd.com/doc/6339325/Weblogic-Tutorial
http://wiki.eclipse.org/EclipseLink/Examples/JPA/WebLogic_Web_Tutorial
WebLogic 是一个复杂的企业级产品。我相信 Oracle 在介绍文档中做了很好的解释: http://download.oracle.com/docs/cd/E12839%5F01/web.1111/e13752/toc.htm。您可以点击链接来获取您感兴趣的功能的详细文档。
如果这不符合您的喜好,亚马逊有类似的书籍
http://www.amazon.com/Professional-Oracle-WebLogic-Server-Programmer/ dp/0470484306
WebLogic is a complex, enterprise-level product. I believe Oracle is making a pretty good attempt at explaining it in the intro doc: http://download.oracle.com/docs/cd/E12839%5F01/web.1111/e13752/toc.htm. You can follow the links to get to the detailed documentation of the features that interest you.
If that's not to your liking, Amazon has books like e.g.
http://www.amazon.com/Professional-Oracle-WebLogic-Server-Programmer/dp/0470484306
这在很大程度上取决于您的应用程序,但如果您可以将其部署在 tomcat 中,那么如果您无法将其部署在 WebLogic 中,我会感到惊讶。
话虽如此,我当然希望您有一个使用 WebLogic 的充分理由(我希望这个理由不是“销售人员说它很棒”)。诚然,我对 WebLogic 的使用经验有限,但我发现它使用起来非常痛苦,而且如果出现问题(而且它肯定会出问题),无法进行故障排除。
另一方面,我对 Tomcat 有丰富的经验,它使用起来非常简单,并且易于排除故障(并不是说您需要排除故障,因为它几乎可以正常工作)。
It depends a lot on your app, but if you can deploy it in tomcat, I'd be surprised if you couldn't deploy it in WebLogic.
Having said that, I certainly hope you have a good reason for using WebLogic (and I hope that reason isn't "The sales guy said it's awesome"). In my admittedly limited experience with WebLogic, I've found it to be a huge pain to use and impossible to troubleshoot if something goes wrong (and it will go wrong).
On the other hand, I have lots of experience with Tomcat, which is dirt-simple to use and easy to troubleshoot (not that you need to troubleshoot, since it pretty much just works).