From Fedora Project Wiki

No edit summary
No edit summary
Line 21: Line 21:


[[Docs/Drafts/JavaProgramming]]
[[Docs/Drafts/JavaProgramming]]
[[:Category:Language-specific_SIGs]]
[[Category:Language-specific_SIGs]]

Revision as of 10:54, 26 June 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