Date: Tue, 25 Jun 2013 18:06:00 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42042 - head/en_US.ISO8859-1/htdocs/java/links Message-ID: <201306251806.r5PI60ID098306@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler Date: Tue Jun 25 18:06:00 2013 New Revision: 42042 URL: http://svnweb.freebsd.org/changeset/doc/42042 Log: Remove more dead or useless links. Deleted: head/en_US.ISO8859-1/htdocs/java/links/api.xml Modified: head/en_US.ISO8859-1/htdocs/java/links/Makefile head/en_US.ISO8859-1/htdocs/java/links/servlets.xml head/en_US.ISO8859-1/htdocs/java/links/tutorials.xml head/en_US.ISO8859-1/htdocs/java/links/vendor.xml Modified: head/en_US.ISO8859-1/htdocs/java/links/Makefile ============================================================================== --- head/en_US.ISO8859-1/htdocs/java/links/Makefile Tue Jun 25 15:40:54 2013 (r42041) +++ head/en_US.ISO8859-1/htdocs/java/links/Makefile Tue Jun 25 18:06:00 2013 (r42042) @@ -9,7 +9,6 @@ DOCS = freebsd.xml DOCS+= tools.xml -DOCS+= api.xml DOCS+= index.xml DOCS+= tutorials.xml DOCS+= development.xml Modified: head/en_US.ISO8859-1/htdocs/java/links/servlets.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/java/links/servlets.xml Tue Jun 25 15:40:54 2013 (r42041) +++ head/en_US.ISO8859-1/htdocs/java/links/servlets.xml Tue Jun 25 18:06:00 2013 (r42042) @@ -20,27 +20,18 @@ <li>API</li> <li><ul> <li><a href="http://java.sun.com/products/servlet/index.html">Sun's Servlet API</a></li> - <li><a href="http://java.sun.com/products/jsp/jsp_servlet.html">Sun's Java Server Pages White Paper</a><br/> - Java Server Pages are a method to ease design and maintenance of web pages. Similar to Active Server Pages by Microsoft.</li> </ul></li> <li>Servlet Information</li> <li><ul> - <li><a href="http://www.purpletech.com/servlet-faq">Purple Servlet FAQ</a><br/> + <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.sun.com/software/jwebserver/">Java Web Server</a><br/> - This was the reference implementation of the servlet engine implemented in Java. Sun has turned over the source code to the Apache Project and is now implemented as Tomcat.</li> - <li><a href="http://jakarta.apache.org">Tomcat (Jakarta Project)</a><br/> - The reference implementation of Java Servlets and Java Server Pages. The code is not yet available aside from a nightly standalone build.</li> - <li><a href="http://java.apache.org/jserv">Apache JServ</a><br/> - A 100% Pure Java implementation of the Servlet 2.0 API specification. Works with Apache.</li> <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> - <li><a href="http://www.jrun.com/products/Jrun">JRun</a><br/> - A high-performance commercial servlet engine. Offers a free demo/development copy. JavaWorld's Best Servlet Tool for 1998 and WebTechnique's Best Java Tool for 1998. Recently acquired by Allaire. Works with most web servers.</li> </ul></li> </ul> </body> Modified: head/en_US.ISO8859-1/htdocs/java/links/tutorials.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/java/links/tutorials.xml Tue Jun 25 15:40:54 2013 (r42041) +++ head/en_US.ISO8859-1/htdocs/java/links/tutorials.xml Tue Jun 25 18:06:00 2013 (r42042) @@ -14,8 +14,6 @@ <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> - <li><a href="http://developer.java.sun.com/developer/onlineTraining/">Java Developer Connection's Listing of Documentations and Tutorials</a><br/> -If you need a tutorial, this is the place to find it. It includes basic tutorials on Java, JavaBeans, Collections, JDBC, Security, etc. You'll need to register to view them, but it is free, and very valuable!</li> </ul> </body> </html> Modified: head/en_US.ISO8859-1/htdocs/java/links/vendor.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/java/links/vendor.xml Tue Jun 25 15:40:54 2013 (r42041) +++ head/en_US.ISO8859-1/htdocs/java/links/vendor.xml Tue Jun 25 18:06:00 2013 (r42042) @@ -14,19 +14,17 @@ <p>This page contains links sorted by Vendors.</p> <ul> - <li> Sun Microsystems</li> - <li><ul> - <li><a href="http://www.javasoft.com">JavaSoft Main Website</a><br/> - This is THE resource for Java. Direct from the inventor.</li> + <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</li> - <li><ul> + </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> - <li><a href="http://www10.software.ibm.com/developerworks/opensource/jikes/">Jikes</a><br/> - Very fast java compiler, open source.</li> - </ul></li> + </ul> + </li> </ul> </body>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306251806.r5PI60ID098306>