Summary of Fusion Middleware 12.2.1 New Features
About
Blog
Privacy Policy
SiteMap
Fusion Middleware 12c Release 2 has recently launched with many exciting new features and updates for products such as the WebLogic Server, Coherence, Oracle Traffic Director, OHS, Oracle SOA and Webcenter Suite.
This post will list a summary of the new features with a reference to the complete documentation for each.
Since WebLogic serves as a platform for the entire Fusion Middleware stack, the new features in the application server product are the most important ones for the entire suite.
Multitenancy Support — the WebLogic domain can now be split between partitions, which are logically associated to a tenant. Tenants can be different companies or departments, basically different users communities. The partitions are administrative parts of the domain as they can contain isolated resources (applications, data sources etc) as well as runtime components as partitions can be started and stopped, thus starting associated applications together with all their dependencies.
Continous Availability — big improvements in how customers can define their Disaster Recovery strategy, fault tolerant architectures and migration or rollout plans. Some of the new features include cross domain transaction recovery, zero downtime patching and resource groups migration, which means that a group of related artifacts (applications, data sources, etc) can be quickly targeted to new runtime components (servers or clusters)
Resource Consumption Management — since resources can be shared between partitions, they must not be depleted by a misbehaving application in one partition. The Resource Managers can define either Triggers and Actions that act when a certain threshold of resources (Open files, Heap retained or CPU consumption) is reached, or Fair Share which allow the resources to be allocated to partitions based on usage patterns or when it’s not clear what are the exact required values for a specific resource.
Elasticity for Dynamic Clusters — The elasticity capabilities leverage the WebLogic 12c Dynamic Clusters for on-Demand scaling (or manual scaling) and the WLDF Policies and Actions (the same as Watches and Notifications from previous versions) to implement auto scaling. When a certain Policy is met a Scale up or Scale down Action can be triggered.
RESTful Management Services — extended and enhanced management with RESTful services, now enabled by default
Named Concurrent Edit Sessions — in 12.2.1 there is no longer a single global Edit lock on the administrative changes being executed in a domain. With Named Concurrent Edit Sessions, multiple administrators can now have concurrent edit sessions. This is especially useful in a multitenant scenario where different partitions are managed by different administrators.
WebLogic Management Framework – besides the traditional WebLogic Server domains, Fusion Middleware 12.2.1 introduces Standalone domains which are administrative units for system components such as Oracle HTTP Server or the Oracle Traffic Director. Lifecycle of the system components can now be controlled using the Node Manager even in the absence of a WebLogic server installation and WLST scripting is also available. Of course the administration console and the Fusion Middleware EM still requires a WebLogic Administration Server.
WebLogic is certified with Docker containers — this is currently supported in two scenarios: having a traditional WebLogic cluster with Administration and Managed server,which is supported on a single Docker host, or multiple Docker hosts supported only in a topology where a generic application server is running in each Docker container, i.e. a WebLogic Administration Server where all the applications and dependencies are deployed. This can be considered clustered at Docker level. However, a third solution (not currently supported) would be to use either 3rd party solutions or recent Docker developments such as Docker Machine together with Docker Swarm to configure traditional WebLogic cluster spreading over multiple hosts. Here is an example of such an exercise using Docker Swarm and 3rd party tool Weave:
http://oraclemiddlewareblog.com/2015/05/04/docker-swarm-and-weave-running-a-containerized-weblogic-12c-domain-on-multiple-hosts/
Many other new features listed and described in the WebLogic Server 12.2.1 Documentation:
http://docs.oracle.com/middleware/1221/wls/index.html
http://docs.oracle.com/middleware/1221/coherence/index.html
http://docs.oracle.com/middleware/1221/coherence/release-notes/technotes.htm#COHRY173
http://docs.oracle.com/middleware/1221/otd/index.html
http://docs.oracle.com/middleware/1221/otd/admin/get_started.htm#OTADG24030
http://docs.oracle.com/middleware/1221/webtier/index.html
http://docs.oracle.com/middleware/1221/webtier/administer-ohs/whats_new.htm#HSADM1172
http://docs.oracle.com/middleware/1221/soasuite/index.html
http://www.oracle.com/technetwork/middleware/soasuite/overview/index.html
http://docs.oracle.com/middleware/1221/osb/index.html
For administrators: http://docs.oracle.com/middleware/1221/osb/administer/GUID-8C1FA6EB-B602-40FF-A860-8C0EA65660B1.htm#OSBAG1437
For developers: http://docs.oracle.com/middleware/1221/osb/develop/GUID-30737A14-7CDD-41FF-B18C-A940FDF4D98A.htm#OSBDV1910
Share
Tweet
← WebLogic 12c Enterprise Deployment Architecture in the Amazon Cloud
Provision Oracle Fusion Middleware with Official CHEF Recipes from Oracle →
Pingback: What's new in Oracle Weblogic Server 12c - Oracle Middleware Blog
user December 8, 2015 at 10:18 pm Hi how I can install the standard version of WebLogic 12.1.3? this is by licencing theme Reply ↓
Hi how I can install the standard version of WebLogic 12.1.3? this is by licencing theme
Your email address will not be published.
Comment
Name
Website
Notify me of follow-up comments by email.
Notify me of new posts by email.
Dealing with Stuck Threads in WebLogic
Unable to start WLST: "Could Not Find or Load Main Class weblogic.WLST"
WebLogic AdminServer startup and shutdown scripts
WebLogic 12c Enterprise Deployment Architecture in the Amazon Cloud
How To Improve Weblogic Servers Startup Time
Passing arguments to WLST scripts
Weblogic Domain Startup and Status check WLST scripts
Setting up Watches and Notifications in Weblogic Server
Setting up SOA 11g XA Transaction Timeouts - General Rules and Recommendations
Using Work Managers to Limit the Impact of a Stuck Application in WebLogic Server