From Fedora Project Wiki

m (1 revision(s))
Line 2: Line 2:




Fedora uses a Free software stack that consists of GNU Compiler for Java, GNU classpath and the Eclipse Java compiler to implement Java. See our ["JavaFAQ"]  for more information on that.
Fedora uses a Free software stack that consists of GNU Compiler for Java, GNU classpath and the Eclipse Java compiler to implement Java. See our [[JavaFAQ]]  for more information on that.


== Communicate ==
== Communicate ==


You can subscribe to fedora-devel-java-list or talk to us in #fedora-java Freenode IRC channel.  Read [http://fedoraproject.org/wiki/Communicate Communicate]  page for more information.
You can subscribe to fedora-devel-java-list or talk to us in #fedora-java Freenode IRC channel.  Read [[Communicate]]  page for more information.


== Eclipse ==
== Eclipse ==


See our [http://www.fedoraproject.org/wiki/Eclipse Eclipse]  page for a wonderful integrated development environment platform that itself is written in Java  and has plugin support for many programming languages.
See our [[Eclipse]]  page for a wonderful integrated development environment platform that itself is written in Java  and has plugin support for many programming languages.


== Maven ==
== Maven ==


Fedora includes a somewhat customized version of Maven in the distribution. The customization is purely to make Maven work well in offline mode with the rest of the system. Details on how packagers can use this customized Maven are located [http://www.fedoraproject.org/wiki/Java/JPPMavenReadme here] .
Fedora includes a somewhat customized version of Maven in the distribution. The customization is purely to make Maven work well in offline mode with the rest of the system. Details on how packagers can use this customized Maven are located at [[Java/JPPMavenReadme]] .


== Teaching and Learning Java ==
== Teaching and Learning Java ==
Line 20: Line 20:
As part of planning and implementing new 100% FLOSS Java components into Fedora, this draft document has been opened to give developers a place to teach each other about best practices, patterns, etc.
As part of planning and implementing new 100% FLOSS Java components into Fedora, this draft document has been opened to give developers a place to teach each other about best practices, patterns, etc.


[[Docs/Drafts/JavaProgramming| Docs/Drafts/JavaProgramming]]
[[Docs/Drafts/JavaProgramming]]

Revision as of 18:08, 29 May 2008

Java on Fedora

Fedora uses a Free software stack that consists of GNU Compiler for Java, GNU classpath and the Eclipse Java compiler to implement Java. See our JavaFAQ for more information on that.

Communicate

You can subscribe to fedora-devel-java-list or talk to us in #fedora-java Freenode IRC channel. Read Communicate page for more information.

Eclipse

See our Eclipse page for a wonderful integrated development environment platform that itself is written in Java and has plugin support for many programming languages.

Maven

Fedora includes a somewhat customized version of Maven in the distribution. The customization is purely to make Maven work well in offline mode with the rest of the system. Details on how packagers can use this customized Maven are located at Java/JPPMavenReadme .

Teaching and Learning Java

As part of planning and implementing new 100% FLOSS Java components into Fedora, this draft document has been opened to give developers a place to teach each other about best practices, patterns, etc.

Docs/Drafts/JavaProgramming