InterviewSolution
Saved Bookmarks
| 1. |
How Do You Decide Whether The Application Should Be Deployed As An Ear Or A War? |
|
Answer» If the application contains run-time customizations USING MDS, it must be BUNDLES as an EAR. For simple webcenter PORTAL application with no such customizations, WAR can be created. If the application contains run-time customizations using MDS, it must be bundles as an EAR. For simple webcenter portal application with no such customizations, WAR can be created. |
|