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.
This commit is contained in:
parent
9825357cce
commit
8133ac76c4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42043
11 changed files with 87 additions and 285 deletions
en_US.ISO8859-1/htdocs/java
|
@ -9,12 +9,12 @@
|
|||
|
||||
SUBDIR = dists
|
||||
SUBDIR+= docs
|
||||
SUBDIR+= links
|
||||
|
||||
DOCS = advocacy.xml
|
||||
DOCS+= howhelp.xml
|
||||
DOCS+= index.xml
|
||||
DOCS+= install.xml
|
||||
DOCS+= links.xml
|
||||
|
||||
DATA= j2j.gif
|
||||
|
||||
|
|
86
en_US.ISO8859-1/htdocs/java/links.xml
Normal file
86
en_US.ISO8859-1/htdocs/java/links.xml
Normal file
|
@ -0,0 +1,86 @@
|
|||
<?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™.</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 "clean room" 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>
|
|
@ -1,19 +0,0 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS = freebsd.xml
|
||||
DOCS+= tools.xml
|
||||
DOCS+= index.xml
|
||||
DOCS+= tutorials.xml
|
||||
DOCS+= development.xml
|
||||
DOCS+= resources.xml
|
||||
DOCS+= vendor.xml
|
||||
DOCS+= servlets.xml
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
|
@ -1,67 +0,0 @@
|
|||
<?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: Development Tools">
|
||||
]>
|
||||
<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 tools that can be used on FreeBSD. It is not intended to be a comprehensive list.</p>
|
||||
|
||||
<ul>
|
||||
<li> IDE´S</li>
|
||||
<li><ul>
|
||||
<li><a href="http://www7b.software.ibm.com/wsdd/zones/vajava/">Visual Age for Java -
|
||||
Professional</a> <br/>
|
||||
<a href="mailto:Joachim.Jaeckel@coffeebreak.de">Joachim Jaeckel</a> has put together a page on how to run Visual Age for Java Professional 3.0 (Linux) under -CURRENT: <a href="http://www.coffeebreak.de/freebsd/">http://www.coffeebreak.de/freebsd/</a></li>
|
||||
<li><a href="http://jdee.sunsite.dk/">JDE</a> <br/>
|
||||
(X)Emacs mode for editing Java.</li>
|
||||
<li><a href="http://www.ist.co.uk/visaj/index.html">visaj</a> <br/>
|
||||
A commercial visual application builder for Java. </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. The author is also working on <a href="http://www.gjt.org/~sp/jedit-ide/">jEdit-IDE</a>.</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> JWS - Sun´s IDE <br/>
|
||||
Will not longer be maintained since Sun acquired NetBeans
|
||||
to use it as their IDE from now on.</li>
|
||||
<li><a href="http://www.freebuilder.org">FreeBuilder</a><br/>
|
||||
Open Source IDE, nice start but seems to be slowing down
|
||||
in progress lately, but don´t trust all the infos on the
|
||||
webpages, just check out the newest CVS-sources.</li>
|
||||
<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>
|
||||
<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</li>
|
||||
<li><ul>
|
||||
<li><a href="http://industry.java.sun.com/products/jdbc/drivers">Sun's list of JDBC Drivers</a></li>
|
||||
<li><a href="http://www.voicenet.com/~zellert/tjFM/"></a>tjFM<br/>
|
||||
A Type 4 JDBC driver for MySQL™.</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> UML</li>
|
||||
<li><ul>
|
||||
<li><a href="http://www.togethersoft.com/together/togetherJ.html">TogetherJ</a> <br/>
|
||||
UML based development environment, written in Java. Different editions
|
||||
available, even a free one.</li>
|
||||
</ul></li>
|
||||
<li> Tools</li>
|
||||
<li><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>
|
||||
</ul></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
|
@ -1,22 +0,0 @@
|
|||
<?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: FreeBSD Related Java Stuff">
|
||||
]>
|
||||
<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">
|
||||
|
||||
<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>
|
||||
<li><b>shuJIT</b> - <a href="http://www.shudo.net/jit/">http://www.shudo.net/jit/</a> - a "Just In Time" compiler for FreeBSD and Linux.</li>
|
||||
<li><b>Kaffe</b> - <a href="http://www.kaffe.org">http://www.kaffe.org</a> - a "clean room" implementation of Java.</li>
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,36 +0,0 @@
|
|||
<?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: Java 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>This page presents different categories of links to
|
||||
java resources. They are ordered by themes.</p>
|
||||
|
||||
<ul>
|
||||
<li> <a href="./freebsd.html">FreeBSD</a><br/>
|
||||
Special FreeBSD related stuff, like ports etc.</li>
|
||||
<li> <a href="./vendor.html">Vendors</a><br/>
|
||||
Contains links to Sun, IBM ... related websites.</li>
|
||||
<li><a href="./development.html">Development Tools</a><br/>
|
||||
Contains links to Java Development Tools (incl. Sun, IBM).</li>
|
||||
<li><a href="./api.html">APIs</a><br/>
|
||||
Contains links to different API and implementations of protocols.</li>
|
||||
<li><a href="./tutorials.html">Tutorials</a><br/>
|
||||
Contains links to on-line tutorials, e.g. the one at JavaSoft.</li>
|
||||
<li><a href="./servlets.html">Servlets</a><br/>
|
||||
Contains links to information on servlets and servlet engines.</li>
|
||||
<li><a href="./resources.html">Resources...</a><br/>
|
||||
Everything not fitting anywhere else.</li>
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,25 +0,0 @@
|
|||
<?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: Other Resources">
|
||||
]>
|
||||
<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">
|
||||
|
||||
<ul>
|
||||
<li><a href="http://www.javaworld.com">Java World</a><br/>
|
||||
<i>The</i> Java Magazine</li>
|
||||
<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>
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,38 +0,0 @@
|
|||
<?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: Servlets">
|
||||
]>
|
||||
<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>Servlets are a &java; API that can be used to replace Perl CGI scripts, or more specifically, to extend the capabilities of the web server.</p>
|
||||
|
||||
<p>Servlets can also be used with XML and XSL.</p>
|
||||
|
||||
<ul>
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
|
@ -1,27 +0,0 @@
|
|||
<?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: Tools">
|
||||
]>
|
||||
<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">
|
||||
<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> Other</li>
|
||||
<li><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>
|
||||
</ul></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
|
@ -1,19 +0,0 @@
|
|||
<?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: Tutorials">
|
||||
]>
|
||||
<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">
|
||||
<ul>
|
||||
<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>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
|
@ -1,31 +0,0 @@
|
|||
<?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: Vendor 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>This page contains links sorted by Vendors.</p>
|
||||
<ul>
|
||||
<li> Sun Microsystems
|
||||
<ul>
|
||||
<li><a href="http://developer.java.sun.com/developer/">Java Developer Connection</a><br/> Register for free and get early access versions and lots of other stuff as well.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li> IBM
|
||||
<ul>
|
||||
<li><a href="http://www.ibm.com/java">developerWorks - Java Technology Zone</a><br/> Main java site.</li>
|
||||
<li><a href="http://www.alphaworks.ibm.com">Alphaworks</a><br/>Technology studies, early access.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue