| Author |
why manifest.mf?
|
pulijala hari
Ranch Hand
Joined: May 14, 2005
Posts: 70
|
|
Hi, I would like to know why manifest.mf file will be used in Enterprise applications?
|
 |
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper
Joined: Aug 26, 2006
Posts: 4967
|
|
I always use the manifest to keep track of version number of my applications. That's a very common use. -Cameron McKenzie
|
Author of Hibernate Made Easy, What is WebSphere???, JSF 2.0 Made Easy and the SCJA Certification Guides
|
 |
Debu Panda
author
Ranch Hand
Joined: Jan 21, 2007
Posts: 100
|
|
Two more usages: 1. Class-Path entry to specify dependency on an external jar. For example, your ejb1-jar.jar depends upon a helper.jar 2. If you are using an application client then you specify the Main-class for the application client jar. Most application server's Application Client Container launch the application client based on the Main-Class attribute regards Debu
|
Author: EJB 3 In Action (http://manning.com/panda)
|
 |
 |
|
|
subject: why manifest.mf?
|
|
|