oracle 任何像样的weblogic教程?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1646174/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-10 02:12:15  来源:igfitidea点击:

Any decent weblogic tutorial?

oraclejakarta-eeweblogic11g

提问by Tom

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?

我们正在将应用程序从 Tomcat 迁移到 WebLogic。有很多事情我们只是不知道。有没有像样的教程?

We know about thisbut I'd like to read about experiencies, and/or processed information.

我们知道这一点,但我想阅读有关经验和/或处理过的信息。

Thanks in advance.

提前致谢。

回答by Eugenio Laghi

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://www.scribd.com/doc/6339325/Weblogic-Tutorial

http://wiki.eclipse.org/EclipseLink/Examples/JPA/WebLogic_Web_Tutorial

http://wiki.eclipse.org/EclipseLink/Examples/JPA/WebLogic_Web_Tutorial

回答by Sten Vesterli

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.

WebLogic 是一种复杂的企业级产品。我相信 Oracle 在介绍文档中做出了很好的解释:http: //download.oracle.com/docs/cd/E12839%5F01/web.1111/e13752/toc.htm。您可以按照链接获取您感兴趣的功能的详细文档。

If that's not to your liking, Amazon has books like e.g. http://www.amazon.com/Professional-Oracle-WebLogic-Server-Programmer/dp/0470484306

如果这不符合您的喜好,亚马逊有诸如http://www.amazon.com/Professional-Oracle-WebLogic-Server-Programmer/dp/0470484306 之类的书

回答by Seth

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.

这在很大程度上取决于您的应用程序,但是如果您可以在 tomcat 中部署它,如果您不能在 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).

话虽如此,我当然希望您有使用 WebLogic 的充分理由(我希望这个理由不是“销售人员说它很棒”)。在我对 WebLogic 的有限经验中,我发现它使用起来非常痛苦,并且如果出现问题(并且会出错)则无法排除故障。

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).

另一方面,我在使用 Tomcat 方面有很多经验,它使用起来非常简单且易于排除故障(不是您需要排除故障,因为它几乎可以正常工作)。