InterviewSolution
Saved Bookmarks
| 1. |
What Is Manifest File? |
|
Answer» Applications often depend on other MODULES, these dependencies are DECLARED in this file.The file name is MANIFEST.MF and RESIDES in the META_INF directory. It SPECIFIES ATG-Class-Path,ATG-Required, ATG-Config-Path ETC Applications often depend on other modules, these dependencies are declared in this file.The file name is MANIFEST.MF and resides in the META_INF directory. It specifies ATG-Class-Path,ATG-Required, ATG-Config-Path etc |
|