- Correct URL to NetBeans.

- Add the IDE's Eclipse and IDEA.
- mm.mysql is now called MySQL Connector/J, and maintained directly by
  MySQL, so link to MySQL Connector/J instead of mm.mysql.
- Add MySQL trademark symbol.
- Resurrect 'The JavaComm API' link, with a link to the webpage for the
  port.

Submitted by:	glewis, Andrew Houghton <aah@acm.org>
Reviewed by:	glewis (earlier version)
This commit is contained in:
Simon L. B. Nielsen 2003-10-03 20:44:54 +00:00
parent 4b62ae5aa8
commit cddf9f0c02
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=18318
2 changed files with 10 additions and 5 deletions

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/links/development.sgml,v 1.8 2003/06/18 23:37:37 murray Exp $">
<!ENTITY date "$FreeBSD: www/en/java/links/development.sgml,v 1.9 2003/09/22 09:29:14 simon Exp $">
<!ENTITY title "FreeBSD &java; Project: Development Tools">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
@ -23,7 +23,7 @@
A commercial visual application builder for Java.
<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. The author is also working on <A HREF="http://www.gjt.org/~sp/jedit-ide/">jEdit-IDE</A>.
<li> <a href="http://www.netbeans.com">NetBeans</a><br>
<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> JWS - Sun&acute;s IDE <br>
@ -35,13 +35,17 @@
webpages, just check out the newest CVS-sources.
<li><a href="http://www.elixirtech.com/ElixirIDE/index.html">ElixirIDE</a> <br>
An IDE that includes a debugger. Rated a JARS top 5%.
<li><a href="http://www.eclipse.org/">Eclipse</a><br>
An open extensible IDE for anything and nothing in particular.
<li><a href="http://www.jetbrains.com/idea">IDEA</a><br>
IDEA is a commercial Java IDE with extensive refactoring support.
</ul>
<li> JDBC
<ul>
<li><a href="http://industry.java.sun.com/products/jdbc/drivers">Sun's list of JDBC Drivers</a>
<li><a href="http://www.voicenet.com/~zellert/tjFM/"></a>tjFM<br>
A Type 4 JDBC driver for MySQL.
<li><a href="http://www.worldserver.com/mm.mysql/">mm.mysql</a><br>
A Type 4 JDBC driver for MySQL&trade;.
<li><a href="http://www.mysql.com/products/connector-j/index.html">MySQL Connector/J</a><br>
A Type 4 JDBC driver for MySQL.
</ul>
<li> UML

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/links/freebsd.sgml,v 1.6 2003/06/18 23:37:37 murray Exp $">
<!ENTITY date "$FreeBSD: www/en/java/links/freebsd.sgml,v 1.7 2003/09/22 09:29:14 simon Exp $">
<!ENTITY title "FreeBSD &java; Project: FreeBSD Related Java Stuff">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
@ -10,6 +10,7 @@
<tr>
<td>
<ul>
<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><B>shuJIT</B> - <A HREF="http://www.shudo.net/jit/">http://www.shudo.net/jit/</A> - a &quot;Just In Time&quot; compiler for FreeBSD and Linux.
<li><B>TYA</B> - <A HREF="ftp://gonzalez.cyberus.ca/pub/Linux/java/">ftp://gonzalez.cyberus.ca/pub/Linux/java/</A> - a &quot;Just In Time&quot; compiler for FreeBSD.
<li><B>Kaffe</B> - <A HREF="http://www.kaffe.org">http://www.kaffe.org</A> - a &quot;clean room&quot; implementation of Java.