本文介绍了Weblogic还是JBoss?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是JBoss(和Tomcat)的Java开发人员多年.去年,我不得不通过WebLogic进行开发,不得不说-我真的很想念JBoss.

I am a long time Java developer on JBoss(and Tomcat). In the last year I had to develop over WebLogic and I have to say - I really miss JBoss.

由于我在WebLogic方面的经验很浅,所以我想请经验丰富的人:有理由在WebLogic上花钱吗?JBoss不能满足您的所有需求吗?

Since my experience with WebLogic is pretty shallow, I am asking the more experienced guys out there: Is there a reason for spending money on WebLogic? Isn't JBoss giving you all that you need?

推荐答案

我怀疑Weblogic被选中的原因是一个讨人喜欢的销售人员来花钱拜访经理,给他推销员,嘿嘿,公司正在使用Weblogic.我不知道JBoss的支持合同是否附带销售人员,但如果这样做了,并且在这方面公平竞争,我会感到惊讶.

I suspect the reason Weblogic gets chosen is a pleasant sales person comes to visit a manager with money to spend, gives him the sales pitch and hey-presto, the company is using Weblogic. I don't know if the JBoss support contract comes with a sales force, but would be surprised if it did and that the playing field has leveled in that respect.

根据我的经验,除了Weblogic提供的漂亮控制台(不值得支付许可费)之外,这2个之间并没有太大关系.我怀疑这些天JBoss拥有市场份额(只是猜测而已),在我的书中,当您遇到某些问题时,它可以转化为更多在线帮助.

In my experience, other than the pretty console you get with Weblogic (which isn't worth forking out the license fees for) there's not much between the 2. I suspect these days JBoss has market share (just guessing that), which in my book that translates into more help available online, etc when you're stuck on something.

值得一提的是,Weblogic许可(上次我看到它们)使用的是服务器端常用的术语-每个处理器,每个盒子等.这将限制您的可扩展性,因为有了JBoss,您可以继续添加硬件而不会产生额外成本,而使用Weblogic,您的许可证也将需要升级.

It's also worth considering that the Weblogic licenses (last time I saw them) where the usual server-side terms - per-processor, per-box, etc. This will limit you in scalability terms because with JBoss you can keep adding hardware without occurring extra cost, while with Weblogic your licenses will need upgrading too.

无论选择哪种方式,都可以在它们之上构建系统而不会带来太多麻烦,但是我更喜欢JBoss.

Whichever you choose you're going to be able to build your system on top of them without too much trouble, but my preference would be JBoss.

这篇关于Weblogic还是JBoss?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-27 08:45