what is difference between weblogic and websphere?
Answer Posted / vru
Functionally these two products are fairly close except for some minor differences in supported standards.
While WebSphere tends to focus more on integration, connectivity, and web services - WebLogic has in the past focused more on emerging J2EE standards and ease-of-use.
Because of WebSphere's rich implementations of J2EE it is a little more involved, but benefits with better performance, more extensive integration and transaction management
In terms of transaction WebLogic is having default transaction attribute as "Supports", but WebSphere does not have any default transaction attribute.
WebSphere strictly follows the J2EE architecture
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Can I use the getattribute() and setattribute() methods of version 2.2 of the java servlet api to parse xml documents? : BEA Weblogic
How can we configure http tunneling on weblogic?
How do I use a startup class to initialize and later reference jms objects? : BEA Weblogic
Why do I get noclassdeffound/too many open files messages on solaris? : BEA Weblogic
What signal tells the jvm to give a thread dump? Does those signal work if you specify -xrs? Why?
Must ejbs be homogeneously deployed across a cluster? Why?
What is t3??
How to check the version of Java?
Which types of jdbc databases does weblogic jms support? : BEA Weblogic
Why is there no polymorphic-type response from a create() or find() method? : BEA Weblogic
What is application tuning?
Explain load blancing alogarthims in cluster??
What is jvm tuning?
Do ejbs have to be homogeneously deployed across a cluster?
What is the standard way to create threads, do initialization, etc. Within the application server? : BEA Weblogic