[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.webtools] Re: rar file deployment
|
- From: Chris Lieb <chris.lieb@xxxxxxxxx>
- Date: Thu, 01 Nov 2007 16:36:06 -0500
- Newsgroups: eclipse.webtools
- Organization: EclipseCorner
- User-agent: Thunderbird 2.0.0.6 (Windows/20070728)
Michael wrote:
> Luca wrote:
>> The RAR file is correctly deployed inside the EAR, but it is zipped
>> twice. This would not happen with JAR files, only RARs seem to be
>> zipped twice.
>>
>> Can you think of any way to accomplish this,
>> thanks in advance,
>
> why do you use rar at all?
>
> This isn't an open format. If you are looking for a strong compression
> fortmat, consider 7-Zip!
RAR is a Resource ARchive in the J2EE world. It is used to make
resource bundles (like groups of XML files). For instance, you can use
a RAR in Geronimo to define a datasource.
It is still a basic zip file, just like a JAR, WAR, or EAR.