Difference between weblogic and websphere?
Posted
by Abhishek Jain
on Stack Overflow
See other posts from Stack Overflow
or by Abhishek Jain
Published on 2010-04-09T01:44:36Z
Indexed on
2010/04/09
1:53 UTC
Read the original article
Hit count: 478
I do not find actual difference between these two J2EE server.
From my past experience, I found out following:
- WL is evolving more faster than WAS.
- WL is more user friendly than WAS. To simply deploy a application in WAS, we need to go in deep and its difficult to find if u are new to it.
- I found out that WAS is slower in some machine than WL.
- I found out that Classloading is easier to understand and effective in WL than WAS
Above all are my experiences but not actual facts. I want to know more in this respect. Please clear my doubts. If possible please provide each J2EE server's pros and cons.
-Abhishek
© Stack Overflow or respective owner