-
1. Re: Known locations inside spec archives
aslak Feb 8, 2010 10:17 AM (in response to germanescobar)About time we got up a mapping table, nice!
germanescobar wrote:
WebContainer and EnterpriseContainer maps to more than path inside the archive. I don't think we should allow this. Each container should only map to only one path. Also, I notice that there are missing paths. For example, what about if I want to add something to WEB-INF or META-INF (that is not a manifest).WebContainer.addWebResource -> /WEB-INF/
ManifestContainer.addManifestResource -> /META-INF/
-
2. Re: Known locations inside spec archives
aslak Feb 8, 2010 10:32 AM (in response to germanescobar)JAR WAR EAR RAR ClassContainer / /WEB-INF/classes N/A N/A EnterpriseContainer N/A N/A N/A - ApplicationResources /META-INF - Modules / LibraryContainer N/A /WEB-INF/lib /lib / ManifestContainer /META-INF /META-INF /META-INF /META-INF ResourceAdapterContainer N/A N/A N/A /META-INF ResourceContainer / /WEB-INF/classes /META-INF/ / WebContainer N/A /WEB-INF/ N/A N/A ResourceContainer for EnterpriseArchive should maybe be /, not /META-INF. .not 100% sure..
EnterpriseContainer is the only container that maps to more then one location as far as I can see.
-
3. Re: Known locations inside spec archives
alrubinger Feb 8, 2010 11:33 AM (in response to germanescobar)Awesome.
This looks prime for inclusion in a ShrinkWrap User's Guide, which I think bears further discussion (and creation!) I'll open a Thread for that.
My only question: what does the color coding represent?
S,
ALR
-
4. Re: Known locations inside spec archives
aslak Feb 8, 2010 12:51 PM (in response to alrubinger)My use of RED means changed to the orginal -
5. Re: Known locations inside spec archives
aslak Feb 8, 2010 12:52 PM (in response to alrubinger)ORANGE is N/A i guess. -
6. Re: Known locations inside spec archives
aslak Nov 8, 2010 5:25 PM (in response to aslak)Container Type JAR WAR EAR RAR ClassContainer / /WEB-INF/classes N/A N/A ResourceContainer / /WEB-INF/classes /META-INF/ / ManifestInformationContainer /META-INF /WEB-INF/classes/META-INF /META-INF /META-INF LibraryContainer N/A /WEB-INF/lib /lib / WebInformationContainer N/A /WEB-INF/ N/A N/A
WebContainer N/A / N/A N/A ResourceAdapterContainer N/A N/A N/A /META-INF EnterpriseContainer N/A N/A N/A - ApplicationResources /META-INF - Modules / Changes:
- Rename ManifestContainer to ManifestInformationContainer
- Create WebInformationContainer
-
7. Re: Known locations inside spec archives
dan.j.allen Jun 8, 2010 7:16 PM (in response to aslak)Is this a document? If not, you should consider making it one.
-
8. Re: Known locations inside spec archives
aslak Jun 8, 2010 7:22 PM (in response to dan.j.allen)it's a proposal to make WebArchive and all it's locations make sense..