开发者

Any decent weblogic tutorial? [closed]

开发者 https://www.devze.com 2022-12-09 15:46 出处:网络
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center 开发者_如何学Pythonfor guidance. Closed 10 years ago.

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.


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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消