doc/en_US.ISO8859-1/htdocs/java/links.xml
Eitan Adler 8133ac76c4 Cull even more links from links/ directory and combine them all into one page.
Make an effort to format this page no worse than it was prior.
2013-06-25 18:32:58 +00:00

86 lines
3.7 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
"http://www.FreeBSD.org/XML/doc/share/xml/xhtml10-freebsd.dtd" [
<!ENTITY title "FreeBSD &java; Project: Useful Links">
]>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>&title;</title>
<cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
</head>
<body class="navinclude.developers">
<p>Included below are links to some links that may be helpful when using Java with &os;. It is not intended to be a comprehensive list.</p>
<ul>
<li>IDEs
<ul>
<li><a href="http://www7b.software.ibm.com/wsdd/zones/vajava/">Visual Age for Java - Professional</a></li>
<li><a href="http://www.jedit.org">jEdit</a> <br/>
jEdit is a programmer's text editor written in Java with Swing and allows for plug-ins.</li>
<li> <a href="http://www.netbeans.org/">NetBeans</a><br/>
New IDE written completely in java, different versions available,
free and commercial ones. Now part Sun Microsystems.</li>
<li><a href="http://www.eclipse.org/">Eclipse</a><br/>
An open extensible IDE for anything and nothing in particular.</li>
<li><a href="http://www.jetbrains.com/idea">IDEA</a><br/>
IDEA is a commercial Java IDE with extensive refactoring support.</li>
</ul>
</li>
<li>JDBC
<ul>
<li><a href="http://www.voicenet.com/~zellert/tjFM/"></a>tjFM<br/>
A Type 4 JDBC driver for MySQL&trade;.</li>
<li><a href="http://www.mysql.com/products/connector-j/index.html">MySQL Connector/J</a><br/>
A Type 4 JDBC driver for MySQL.</li>
</ul>
</li>
<li>Tools
<ul>
<li><a href="http://www10.software.ibm.com/developerworks/opensource/jikes/">Jikes</a> <br/>
Ultra fast java compiler from IBM (available as port).</li>
<li><a href="http://www.FreeBSD.org/cgi/url.cgi?ports/comms/java-commapi-freebsd/pkg-descr">The JavaComm API</a> - Port of the JavaComm API to FreeBSD.</li>
<li><b>Kaffe</b> - <a href="http://www.kaffe.org">http://www.kaffe.org</a> - a &quot;clean room&quot; implementation of Java.</li>
</ul>
</li>
</ul>
<ul>
<li><a href="http://www.gjt.org">Giant Java Tree (GJT)</a><br/>
Open Source Java organized in a CVS tree.</li>
<li> <a href="http://java.apache.org">Java at the Apache Group</a> <br/>
Different projects concerning java and web, e.g. JServ, Cocoon, etc.</li>
<li>API</li>
<li><ul>
<li><a href="http://java.sun.com/products/servlet/index.html">Sun's Servlet API</a></li>
</ul></li>
<li>Servlet Information</li>
<li><ul>
<li><a
href="http://www.jguru.com/faq/server-side-development/servlets">Purple Servlet FAQ</a><br/>
A comprehensive source of information for Servlets.</li>
</ul></li>
<li>Servlet Engines</li>
<li><ul>
<li><a href="http://www.newatlanta.com">ServletExec</a><br/>
A high-performance commercial servlet engine. Offers a free demo/development copy and a servlet debugger. Works with most web servers.</li>
</ul></li>
</ul>
<ul>
<li> Programming</li>
<li><ul>
<li><a href="http://www.jpython.org">JPython</a><br/>
Best Java Scripting (combines Python and Java) - a must have!</li>
</ul></li>
<li><a href="http://www10.software.ibm.com/developerworks/opensource/jikes/">Jikes</a> <br/>
Ultra fast java compiler from IBM (available as port)</li>
<li><a href="http://java.sun.com/docs/books/tutorial/index.html">The Java Tutorial</a><br/>
THE tutorial for Java direct from Sun.</li>
<li>IBM - <a href="http://www.ibm.com/java">developerWorks - Java Technology Zone</a><br/> Main java site.</li>
<li>IBM - <a href="http://www.alphaworks.ibm.com">Alphaworks</a><br/>Technology studies, early access.</li>
</ul>
</body>
</html>