Hot Deployment to WebLogic using FlexDeploy
WebLogic application server provides Hot Deployment (a.k.a. Side by Side Deployment or Production Redeployment) feature to update applications without affecting existing clients. How does it work? – WebLogic performs deployment of newer version of application alongside existing version, new clients will use newer version of application whereas existing sessions continue to use older version. Older …