Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Weblogic or JBoss? [closed]

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.

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?

like image 934
Avi Y Avatar asked Aug 20 '09 12:08

Avi Y


People also ask

What is difference between WebLogic and JBoss?

Key Difference Between WebLogic and JBossA JBoss application server is a free moreover open-source product. While Oracle develops the WebLogic application server. The newest version of the JBoss server supports Java EE 6 Web Profile. Whereas the latest announcement of the WebLogic server only supports Java EE 5.

Is JBoss still open-source?

JBoss EAP is an open source Java EE 8-compliant application server and is used by organizations around the world to deploy and manage business-critical enterprise Java applications, whether in bare metal, virtualized, containerized, on-premises, private, public or hybrid cloud environments.

Is JBoss still supported?

On June 30, 2019, Red Hat JBoss Enterprise Application Platform 6. x Maintenance Support will end. Support, security patches, and bug fixes for all JBoss EAP 6. x versions will no longer be generally available.

What is JBoss called now?

On November 20, 2014, JBoss Application Server was renamed WildFly.


1 Answers

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.

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.

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.

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.

like image 167
Nick Holt Avatar answered Oct 11 '22 09:10

Nick Holt