InterviewSolution
| 1. |
What Is The Difference Between Trinidad.config And Trinidad.skins? |
|
Answer» trinidad.config file is created when you CREATE a webcenter portal application. This is USED to register the skin-family you are going to USE for your entire application. Trinidad. skins is used when we use skin as a Jar file. This file provides a mapping between the Skin Id and the actual PATH where the skin exists. trinidad.config file is created when you create a webcenter portal application. This is used to register the skin-family you are going to use for your entire application. Trinidad. skins is used when we use skin as a Jar file. This file provides a mapping between the Skin Id and the actual path where the skin exists. |
|