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
What is thread stack size? What is the default thread stack size in windows? Which memory space does thread stack get allocated from?
What is the nm?
Why the node manager is required?
What is actually weblogic cache?
Must ejbs be homogeneously deployed across a cluster? Why? : BEA Weblogic
What are the Unix vi commands?
How can we find listineing ports in a machine?
How many WebLogic servers can be held inside a multi-processor machine?
tell me the permenent memory issues?
What is the tree view pane in the web logic server?
How can default jvm be changed to others?
How you deploy your applications on weblogic server?
If a java process keeps going down due to an out of memory error, what all java options would you start with that would tell you what was in memory at the time of the out of memory error?
Can we deploy jar in weblogic?
Can the bean class implement the ejbobject class directly? If not why?