Difference between Tomcat and Weblogic server

Difference between Tomcat and Weblogic server.

Tomcat is a web server which can run servlets and JSP whereas Weblogic is an application server which can run EJBs also. Tomcat is owned by Apache Software Foundation and weblogic is owned by Oracle. Weblogic fully supports the Java Enterprise Edition like EJB but Tomcat does not support EJB. Transaction management can be done in Weblogic but it can’t be done in Tomcat. Weblogic supports both Http and Ftp but Tomcat only supports Http. Oracle WebLogic Server Process Edition also include Business Process Management and Data Mapping functionality. WebLogic supports security policies managed by security administrators. The Oracle WebLogic Server Security Model includes:

- application business logic separated from security code
- complete scope of security coverage for all Java EE and non-Java EE components
Interface and its implementation
Interface and its implementation - Interface is a set of protocols which are used to define the structure of an application...
Difference between Static and Non-Static fields of a class.
Static and Non-Static fields - Static variables or fields belong to the class, and not to any object of the class...
What are Class loaders? Explain the types of class loader
What are Class loaders? - Class loaders are the part of the Java Runtime Environment that dynamically loads Java classes....
Post your comment