Re: Java file extentions
- From: Chris Smith <cdsmith@xxxxxxx>
- Date: Thu, 28 Jul 2005 07:51:45 -0600
DGG <tong.yin@xxxxxxxxxxxxx> wrote:
> I recently came across some Java deployment related stuff, which refers
> to Java file types I don't know. Specifically, .fdr files and .rhe
> files.
> I have no idea where to look at.
>
> Does anyone happen to know what they are about, or even better a
> relatively comprehensive list of java related file types?
These file extensions don't seem to have anything at all to do with
Java. Where did you "come across" this, and what is it? That might
provide some clues as to the questions you're asking. Perhaps the
deployment product you found defines and uses those file extensions?
There aren't very many file extensions that are java related. Unless
I've missed something, a fairly complete list would be .java, .class,
..jar, .war, .ear, .jsp, .jnlp, .jad, and questionably .properties
(although nothing but a very loose convention really defines the latter
as an extension). You might include .mf, but it's really part of a
complete filename (/META-INF/Manifest.mf), and there are no general-
purpose uses of that extension, so I don't consider it a specific
extension. There are also a number of other extensions that are even
more loosely associated with stuff... a lot of struts actions are mapped
to ".do", for example, and JSF page references sometimes but not
necessarily use .jsf. But these aren't even to the point where I'd call
them widely recognized.
--
www.designacourse.com
The Easiest Way To Train Anyone... Anywhere.
Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation
.
- References:
- Java file extentions
- From: DGG
- Java file extentions
- Prev by Date: Client side Selector sharing
- Next by Date: Re: Is a static method sufficient to call it factory?
- Previous by thread: Java file extentions
- Next by thread: Client side Selector sharing
- Index(es):
Relevant Pages
|