Can someone please tell me the basic differences between
weblogic 8,9 and 10 versions
Answer Posted / kamal sastry
Difference between WLS 8.1 and WLS 9.X
WLS 9.X Fully compliant with the J2EE 1.4 Specification,
and runs on JVM 1.5
Concurrent change management (with lock and edit) for
managing changes to the domain's
Deployment Plan feature - The deployment plan lets an
administrator define specific features for a deployment in
an XML file, and re-use them for different deployment
types. For example, a production environment may have
specific database data source configurations that are
different from the test or development environments. The
master deployment plan for production will override or take
precedence over application settings for development
environment when deployed with it. This is very helpful
when administrators want to quickly deploy the same
application to test (qa) and production without any changes
to the app.
Side-By-Side deployment (Versioned Deployment) - The side-
by-side deployment or versioned deployment is an extremely
useful feature for updating production applications that
are live. It lets you specify a version (unique version
string entry in an Enterprise Application MANIFEST.MF file)
for an application and WebLogic will recognize that it
needs to deploy an additional application instead of
replacing the active one. This is most useful as a
production redeployment strategy; new incoming requests
will be directed to the new application version, and as
soon as all of the old sessions expire, the old application
(version) will be retired and deactivated.
Silent mode of Configuarion wizard
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the difference in the web.xml and weblogic.xml ?
Difference between multicast and unicast?
What can be the reasons of server hang?
Can you explain how can os authentication be connected with weblogic jdriver for oracle and connection pools?
How do I use a startup class to initialize and later reference jms objects? : BEA Weblogic
Which of the programs can be created using the zac publish wizard tool? : BEA Weblogic
What is weblogic?
Do you know what are the steps in which unicode codesets can be set with the weblogic jdriver?
Why ca not I boot weblogic server when using the ldap security realm? : BEA Weblogic
What is the sla in prd,qa,dev.?
For ejb applications with bean-managed transaction demarcations, which of the following is used by the client to get a reference to the usertransaction object for the weblogic server domain? : BEA Weblogic
What is meany by proxy server?
In web logic what is the msi code?
How are multi-byte characters used with weblogic jdriver?
How to check the version of Java?