Revision: 52
http://jsimplebrowser.svn.sourceforge.net/jsimplebrowser/?rev=52&view=rev
Author: rdimarco
Date: 2007-08-13 18:49:46 -0700 (Mon, 13 Aug 2007)
Log Message:
-----------
Information about some related libraries that may interest some users.
Added Paths:
-----------
trunk/src/site/apt/relatedLibraries.apt
Added: trunk/src/site/apt/relatedLibraries.apt
===================================================================
--- trunk/src/site/apt/relatedLibraries.apt (rev 0)
+++ trunk/src/site/apt/relatedLibraries.apt 2007-08-14 01:49:46 UTC (rev 52)
@@ -0,0 +1,8 @@
+Related Libraries
+
+ While we think JSimpleBrowser is pretty darn special, there are other libraries that may meet what you are looking for. Some of these are actually used under the covers of JSimpleBrowser
+
+ * <a href="http://commons.apache.org/httpclient/">Apache HttpClient</a> is a great tool for actually executing the HTTP(s) requests that you may want to make. We are using it in JSimpleBrowser behind the scenes.
+ * <a href="http://sourceforge.net/projects/nekohtml">NekoHTML</a> is the best Java HTML parser around. If you have some not necessarily clean HTML and you want a parser to help turn it into a DOM tree, this is the library for you.
+ * <a href="http://www.mozilla.org/rhino/">Rhino</a> is a JavaScript engine that we use to execute JavaScript in the browser
+ * <a href="http://www.icesoft.com/products/icebrowser.html">ICE Browser</a> is a commercial product that you can embed in your Java applications. It has both headless and headful modes.
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|