Re: Java file extentions



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
.



Relevant Pages

  • Re: enterprise ruby
    ... and IBM moved to a Java only VM. ... JRuby is somehow less-capable than MRI if it can't use C extensions? ... This applies to Java's GUI libraries (around which several frameworks ...
    (comp.lang.ruby)
  • Re: Java/C++ question
    ... > I have an array holding an instance of A, B, C. ... you don't know that fooBar2 exists, ... Java) test to see which the object is, ... If you explain how you expect to write code to use the "extensions", ...
    (comp.lang.java.programmer)
  • Re: Teach yourself Java in 21 days
    ... Storefront.java uses unchecked or unsafe operations. ... That's because Sun introduced some extensions into the most recent version of ... Java, and the compiler is trying to force you to use them. ...
    (comp.lang.java.programmer)
  • Re: java 1.5 on 1.4.2
    ... > Tor Iver Wilhelmsen schreef: ... > I use these paramaters, ... > 1.5 extensions, but it works fine for generics. ... http://www.jtiger.org/ JTiger Unit Test Framework for Java ...
    (comp.lang.java.programmer)
  • Re: Recommendations for a web application framework?
    ... Yet I still see this duality wherein there's a Java ... HTML templates and insert a value into a specific position in the template. ... and I think JSF does it. ... It's exactly that -- an HTML file is always associated with a Java class ...
    (comp.lang.java.programmer)