    <rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/">
     <channel>
        <title>ACCU  :: Web Links</title>
        <link>https://members.accu.org/index.php/weblinks/c46-51/</link>
        <description>Professionalism in Programming</description>
        <dc:language>en-us</dc:language> 
        <dc:creator>Administrator</dc:creator> 
        <admin:generatorAgent rdf:resource="http://www.xaraya.org" /> 
        <admin:errorReportsTo rdf:resource="mailto:webeditor@accu.org" />
       <sy:updatePeriod>hourly</sy:updatePeriod>
       <sy:updateFrequency>1</sy:updateFrequency>
       <docs>http://backend.userland.com/rss</docs>
            <item>
<title>Andrei Alexandrescu</title>
<link>https://members.accu.org/index.php/weblinks/111</link>
<pubDate>Fri, 10 Feb 2006 23:39:23 GMT</pubDate>
<content:format rdf:resource="http://www.w3.org/1999/xhtml" />
<content:encoded><![CDATA[ In the programming community, Andrei is best known for his two books, C++ Coding Standards (coathored with Herb Sutter) and Modern C++ Design. ]]></content:encoded>
<description>In the programming community, Andrei is best known for his two books, C++ Coding Standards (coathored with Herb Sutter) and Modern C++ Design.</description>
<guid isPermaLink="true">https://members.accu.org/index.php/weblinks/111</guid>
</item>
            <item>
<title>Apache Ant</title>
<link>https://members.accu.org/index.php/weblinks/91</link>
<pubDate>Fri, 10 Feb 2006 23:04:44 GMT</pubDate>
<content:format rdf:resource="http://www.w3.org/1999/xhtml" />
<content:encoded><![CDATA[ Apache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Make's wrinkles.  ]]></content:encoded>
<description>Apache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Make's wrinkles. </description>
<guid isPermaLink="true">https://members.accu.org/index.php/weblinks/91</guid>
</item>
            <item>
<title>Apache James Mail and News Server</title>
<link>https://members.accu.org/index.php/weblinks/94</link>
<pubDate>Fri, 10 Feb 2006 23:10:44 GMT</pubDate>
<content:format rdf:resource="http://www.w3.org/1999/xhtml" />
<content:encoded><![CDATA[ The Apache Java Enterprise Mail Server (a.k.a. Apache James) is a 100% pure Java SMTP and POP3 Mail server and NNTP News server ]]></content:encoded>
<description>The Apache Java Enterprise Mail Server (a.k.a. Apache James) is a 100% pure Java SMTP and POP3 Mail server and NNTP News server</description>
<guid isPermaLink="true">https://members.accu.org/index.php/weblinks/94</guid>
</item>
            <item>
<title>Apache Lucene</title>
<link>https://members.accu.org/index.php/weblinks/96</link>
<pubDate>Fri, 10 Feb 2006 23:14:16 GMT</pubDate>
<content:format rdf:resource="http://www.w3.org/1999/xhtml" />
<content:encoded><![CDATA[ The Apache Lucene project develops open-source search software ]]></content:encoded>
<description>The Apache Lucene project develops open-source search software</description>
<guid isPermaLink="true">https://members.accu.org/index.php/weblinks/96</guid>
</item>
            <item>
<title>Apache Struts</title>
<link>https://members.accu.org/index.php/weblinks/99</link>
<pubDate>Fri, 10 Feb 2006 23:18:03 GMT</pubDate>
<content:format rdf:resource="http://www.w3.org/1999/xhtml" />
<content:encoded><![CDATA[ The goal of the Apache Struts project is to encourage application architectures based on the &quot;Model 2&quot; approach, a variation of the classic Model-View-Controller (MVC) design paradigm. Under Model 2, a servlet (or equivalent) manages business logic execution, and presentation logic resides mainly in server pages.  ]]></content:encoded>
<description>The goal of the Apache Struts project is to encourage application architectures based on the &quot;Model 2&quot; approach, a variation of the classic Model-View-Controller (MVC) design paradigm. Under Model 2, a servlet (or equivalent) manages business logic execution, and presentation logic resides mainly in server pages. </description>
<guid isPermaLink="true">https://members.accu.org/index.php/weblinks/99</guid>
</item>
            <item>
<title>Apache Tomcat</title>
<link>https://members.accu.org/index.php/weblinks/100</link>
<pubDate>Fri, 10 Feb 2006 23:18:55 GMT</pubDate>
<content:format rdf:resource="http://www.w3.org/1999/xhtml" />
<content:encoded><![CDATA[ Apache Tomcat is the servlet container that is used in the official Reference Implementation for the Java Servlet and JavaServer Pages technologies. ]]></content:encoded>
<description>Apache Tomcat is the servlet container that is used in the official Reference Implementation for the Java Servlet and JavaServer Pages technologies.</description>
<guid isPermaLink="true">https://members.accu.org/index.php/weblinks/100</guid>
</item>
            <item>
<title>Atlantic Systems Guild</title>
<link>https://members.accu.org/index.php/weblinks/149</link>
<pubDate>Sat, 11 Feb 2006 22:28:46 GMT</pubDate>
<content:format rdf:resource="http://www.w3.org/1999/xhtml" />
<content:encoded><![CDATA[ The Atlantic Systems Guild is a consulting organization specializing in the complex processes of system building, with particular emphasis on the human dimension. ]]></content:encoded>
<description>The Atlantic Systems Guild is a consulting organization specializing in the complex processes of system building, with particular emphasis on the human dimension.</description>
<guid isPermaLink="true">https://members.accu.org/index.php/weblinks/149</guid>
</item>
            <item>
<title>BCEL</title>
<link>https://members.accu.org/index.php/weblinks/80</link>
<pubDate>Fri, 10 Feb 2006 22:52:34 GMT</pubDate>
<content:format rdf:resource="http://www.w3.org/1999/xhtml" />
<content:encoded><![CDATA[ The Byte Code Engineering Library is intended to give users a convenient possibility to analyze, create, and manipulate (binary) Java class files (those ending with .class). Classes are represented by objects which contain all the symbolic information of the given class: methods, fields and byte code instructions, in particular.  ]]></content:encoded>
<description>The Byte Code Engineering Library is intended to give users a convenient possibility to analyze, create, and manipulate (binary) Java class files (those ending with .class). Classes are represented by objects which contain all the symbolic information of the given class: methods, fields and byte code instructions, in particular. </description>
<guid isPermaLink="true">https://members.accu.org/index.php/weblinks/80</guid>
</item>
            <item>
<title>Bean Scripting Framework</title>
<link>https://members.accu.org/index.php/weblinks/81</link>
<pubDate>Fri, 10 Feb 2006 22:53:30 GMT</pubDate>
<content:format rdf:resource="http://www.w3.org/1999/xhtml" />
<content:encoded><![CDATA[ Bean Scripting Framework (BSF) is a set of Java classes which provides scripting language support within Java applications, and access to Java objects and methods from scripting languages ]]></content:encoded>
<description>Bean Scripting Framework (BSF) is a set of Java classes which provides scripting language support within Java applications, and access to Java objects and methods from scripting languages</description>
<guid isPermaLink="true">https://members.accu.org/index.php/weblinks/81</guid>
</item>
            <item>
<title>Bruce Eckel</title>
<link>https://members.accu.org/index.php/weblinks/130</link>
<pubDate>Sat, 11 Feb 2006 00:18:30 GMT</pubDate>
<content:format rdf:resource="http://www.w3.org/1999/xhtml" />
<content:encoded><![CDATA[ Bruce Eckel's MindView Inc ]]></content:encoded>
<description>Bruce Eckel's MindView Inc</description>
<guid isPermaLink="true">https://members.accu.org/index.php/weblinks/130</guid>
</item>
            <item>
<title>Cactus</title>
<link>https://members.accu.org/index.php/weblinks/82</link>
<pubDate>Fri, 10 Feb 2006 22:54:23 GMT</pubDate>
<content:format rdf:resource="http://www.w3.org/1999/xhtml" />
<content:encoded><![CDATA[ Cactus is a simple test framework for unit testing server-side java code (Servlets, EJBs, Tag Libs, Filters, ...).  ]]></content:encoded>
<description>Cactus is a simple test framework for unit testing server-side java code (Servlets, EJBs, Tag Libs, Filters, ...). </description>
<guid isPermaLink="true">https://members.accu.org/index.php/weblinks/82</guid>
</item>
            <item>
<title>Compilers and Compiler Generators</title>
<link>https://members.accu.org/index.php/weblinks/123</link>
<pubDate>Fri, 10 Feb 2006 23:58:19 GMT</pubDate>
<content:format rdf:resource="http://www.w3.org/1999/xhtml" />
<content:encoded><![CDATA[ This site provides an on-line edition of the text and other material from my book &quot;Compilers and Compiler Generators - an introduction with C++&quot;, published in 1997 by International Thomson Computer Press. ]]></content:encoded>
<description>This site provides an on-line edition of the text and other material from my book &quot;Compilers and Compiler Generators - an introduction with C++&quot;, published in 1997 by International Thomson Computer Press.</description>
<guid isPermaLink="true">https://members.accu.org/index.php/weblinks/123</guid>
</item>
            <item>
<title>Effective Software Testing</title>
<link>https://members.accu.org/index.php/weblinks/152</link>
<pubDate>Sat, 11 Feb 2006 22:34:33 GMT</pubDate>
<content:format rdf:resource="http://www.w3.org/1999/xhtml" />
<content:encoded><![CDATA[ Home page for the book of the same name, ]]></content:encoded>
<description>Home page for the book of the same name,</description>
<guid isPermaLink="true">https://members.accu.org/index.php/weblinks/152</guid>
</item>
            <item>
<title>Effective STL Example Source Code</title>
<link>https://members.accu.org/index.php/weblinks/154</link>
<pubDate>Sat, 11 Feb 2006 22:40:20 GMT</pubDate>
<content:format rdf:resource="http://www.w3.org/1999/xhtml" />
<content:encoded><![CDATA[ Effective STL Example Source Code ]]></content:encoded>
<description>Effective STL Example Source Code</description>
<guid isPermaLink="true">https://members.accu.org/index.php/weblinks/154</guid>
</item>
            <item>
<title>Element Construction Set</title>
<link>https://members.accu.org/index.php/weblinks/83</link>
<pubDate>Fri, 10 Feb 2006 22:55:34 GMT</pubDate>
<content:format rdf:resource="http://www.w3.org/1999/xhtml" />
<content:encoded><![CDATA[ The Element Construction Set is a Java API for generating elements for various markup languages it directly supports HTML 4.0 and XML, but can easily be extended to create tags for any markup language. ]]></content:encoded>
<description>The Element Construction Set is a Java API for generating elements for various markup languages it directly supports HTML 4.0 and XML, but can easily be extended to create tags for any markup language.</description>
<guid isPermaLink="true">https://members.accu.org/index.php/weblinks/83</guid>
</item>
            <item>
<title>Excalibur</title>
<link>https://members.accu.org/index.php/weblinks/92</link>
<pubDate>Fri, 10 Feb 2006 23:07:37 GMT</pubDate>
<content:format rdf:resource="http://www.w3.org/1999/xhtml" />
<content:encoded><![CDATA[ Excalibur is an open source software project of The Apache Software Foundation. Our primary product is a lightweight, embeddable Inversion of Control container named Fortress that is written in java. ]]></content:encoded>
<description>Excalibur is an open source software project of The Apache Software Foundation. Our primary product is a lightweight, embeddable Inversion of Control container named Fortress that is written in java.</description>
<guid isPermaLink="true">https://members.accu.org/index.php/weblinks/92</guid>
</item>
            <item>
<title>Hive Mind</title>
<link>https://members.accu.org/index.php/weblinks/75</link>
<pubDate>Fri, 10 Feb 2006 22:38:53 GMT</pubDate>
<content:format rdf:resource="http://www.w3.org/1999/xhtml" />
<content:encoded><![CDATA[ HiveMind is a services and configuration microkernel and is part of the Jakarta Project. ]]></content:encoded>
<description>HiveMind is a services and configuration microkernel and is part of the Jakarta Project.</description>
<guid isPermaLink="true">https://members.accu.org/index.php/weblinks/75</guid>
</item>
            <item>
<title>Jakarta Commons</title>
<link>https://members.accu.org/index.php/weblinks/77</link>
<pubDate>Fri, 10 Feb 2006 22:40:45 GMT</pubDate>
<content:format rdf:resource="http://www.w3.org/1999/xhtml" />
<content:encoded><![CDATA[ The Commons is a Jakarta subproject focused on all aspects of reusable Java components. 
 ]]></content:encoded>
<description>The Commons is a Jakarta subproject focused on all aspects of reusable Java components. 
</description>
<guid isPermaLink="true">https://members.accu.org/index.php/weblinks/77</guid>
</item>
            <item>
<title>Jakarta POI</title>
<link>https://members.accu.org/index.php/weblinks/87</link>
<pubDate>Fri, 10 Feb 2006 23:00:23 GMT</pubDate>
<content:format rdf:resource="http://www.w3.org/1999/xhtml" />
<content:encoded><![CDATA[ The POI project consists of APIs for manipulating various file formats based upon Microsoft's OLE 2 Compound Document format using pure Java. ]]></content:encoded>
<description>The POI project consists of APIs for manipulating various file formats based upon Microsoft's OLE 2 Compound Document format using pure Java.</description>
<guid isPermaLink="true">https://members.accu.org/index.php/weblinks/87</guid>
</item>
            <item>
<title>Jakarta Regexp</title>
<link>https://members.accu.org/index.php/weblinks/88</link>
<pubDate>Fri, 10 Feb 2006 23:01:24 GMT</pubDate>
<content:format rdf:resource="http://www.w3.org/1999/xhtml" />
<content:encoded><![CDATA[ Jakarta Regexp is a 100% Pure Java Regular Expression package that was graciously donated to the Apache Software Foundation by Jonathan Locke ]]></content:encoded>
<description>Jakarta Regexp is a 100% Pure Java Regular Expression package that was graciously donated to the Apache Software Foundation by Jonathan Locke</description>
<guid isPermaLink="true">https://members.accu.org/index.php/weblinks/88</guid>
</item>
</channel>
</rss>
