<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="2.0">
  <channel>
    <title>Java.CodeProject.com Latest Articles</title>
    <link>http://java.codeproject.com</link>
    <description>Latest Articles from Java.CodeProject.com</description>
    <language>en-us</language>
    <image>
      <title>Java.CodeProject.com</title>
      <url>http://java.codeproject.com/images/codeproject100x30.gif</url>
      <link>http://java.codeproject.com</link>
      <width>100</width>
      <height>30</height>
      <description>Java.CodeProject.com</description>
    </image>
    <copyright>Copyright © CodeProject, 1999-2008</copyright>
    <webMaster>webmaster@codeproject.com</webMaster>
    <lastBuildDate>Fri, 31 Oct 2008 18:56:00 GMT</lastBuildDate>
    <ttl>20</ttl>
    <generator>C# Hand-coded goodness</generator>
    <item>
      <title>Effective Java</title>
      <description>This chapter concerns creating and destroying objects: when and how to create them, when and how to avoid creating them, how to ensure they are destroyed in a timely manner, and how to manage any cleanup actions that must precede their destruction.</description>
      <link>http://java.codeproject.com/KB/books/EffectiveJava.aspx</link>
      <author>Addison-Wesley</author>
      <category>Java</category>
      <category>Java</category>
      <category>Dev</category>
      <category>Intermediate</category>
      <pubDate>Fri, 31 Oct 2008 21:57:00 GMT</pubDate>
      <subject>Book Chapters</subject>
    </item>
    <item>
      <title>Consuming .NET web services via kSOAP library</title>
      <description>Simple examples on how to use kSOAP library to invoke web service methods which are defined on .NET</description>
      <link>http://java.codeproject.com/KB/mobile/CallWebServiceFromkSOAP.aspx</link>
      <author>sacoskun</author>
      <category>Java</category>
      <category>Java</category>
      <category>Java</category>
      <category>J2ME</category>
      <category>Dev</category>
      <category>Beginner</category>
      <pubDate>Fri, 31 Oct 2008 18:56:00 GMT</pubDate>
      <subject>Mobile Development</subject>
    </item>
    <item>
      <title>iChat... Yet another Server/Client model...</title>
      <description>Did it for the sake of mini-project... Watch out for my real project...</description>
      <link>http://java.codeproject.com/KB/java/iChat-Server_Client.aspx</link>
      <author>x.infiniteloop</author>
      <category>Java</category>
      <category>Java</category>
      <category>Java</category>
      <category>JavaSE 6</category>
      <category>AWT</category>
      <category>Swing</category>
      <category>Dev</category>
      <category>Beginner</category>
      <pubDate>Sat, 18 Oct 2008 14:47:00 GMT</pubDate>
      <subject>Java</subject>
    </item>
    <item>
      <title>Loading Application properties from a database</title>
      <description>Use Spring and Commons Configuration to load application properties from a Database</description>
      <link>http://java.codeproject.com/KB/java/SpringWithCommonConfig.aspx</link>
      <author>daniel_at_work</author>
      <category>Java</category>
      <category>Java</category>
      <category>JDBC</category>
      <category>Dev</category>
      <category>Design</category>
      <pubDate>Wed, 17 Sep 2008 08:51:00 GMT</pubDate>
      <subject>Java</subject>
    </item>
    <item>
      <title>Encrypted Zipping of Files in C# and Java</title>
      <description>Source code to create a compressed, encrypted password protected zip file in C# and Java</description>
      <link>http://java.codeproject.com/KB/cs/EncryptedZippC_VJava.aspx</link>
      <author>Neill Harper</author>
      <category>C#</category>
      <category>Java</category>
      <category>Windows</category>
      <category>Dev</category>
      <category>Intermediate</category>
      <pubDate>Sun, 14 Sep 2008 19:04:00 GMT</pubDate>
      <subject>C#</subject>
    </item>
    <item>
      <title>End-to-End Real World BlackBerry Application, Part 5 </title>
      <description>Real world BlackBerry application walkthrough, Part 5.</description>
      <link>http://java.codeproject.com/KB/mobile/EndToEndBBApp5.aspx</link>
      <author>MiamiCoder</author>
      <category>C#</category>
      <category>Java</category>
      <category>Mobile</category>
      <category>Mobile</category>
      <category>Blackberry</category>
      <category>Dev</category>
      <category>Intermediate</category>
      <pubDate>Wed, 03 Sep 2008 22:01:00 GMT</pubDate>
      <subject>Mobile Development</subject>
    </item>
    <item>
      <title>CodeProject Forum Guidelines</title>
      <description>The accepted social etiquette for posting in the CodeProject discussion forums.</description>
      <link>http://java.codeproject.com/KB/scrapbook/etiquette.aspx</link>
      <author>Scott Dorman</author>
      <category>C++</category>
      <category>C#</category>
      <category>VB</category>
      <category>Java</category>
      <category>Perl</category>
      <category>ASP.NET</category>
      <category>Beginner</category>
      <pubDate>Wed, 03 Sep 2008 19:48:00 GMT</pubDate>
      <subject>Scrapbook</subject>
    </item>
    <item>
      <title>End-to-End Real World BlackBerry Application, Part 4</title>
      <description>End-to-end real world BlackBerry application walkthrough, Part 4.</description>
      <link>http://java.codeproject.com/KB/mobile/EndToEndBlackBerryApp4.aspx</link>
      <author>MiamiCoder</author>
      <category>C# 1.0</category>
      <category>C# 2.0</category>
      <category>C# 3.0</category>
      <category>C#</category>
      <category>Java</category>
      <category>C#</category>
      <category>Architect</category>
      <category>Dev</category>
      <category>Intermediate</category>
      <pubDate>Mon, 04 Aug 2008 22:35:00 GMT</pubDate>
      <subject>Mobile Development</subject>
    </item>
    <item>
      <title>Serializing Java objects to XML with WOX</title>
      <description>This article explains how to use WOX to serialize Java objects to XML. One of its main features is the generation of standard XML, which is language independant. </description>
      <link>http://java.codeproject.com/KB/java/woxserializer.aspx</link>
      <author>Carlos Jaimez</author>
      <category>XML</category>
      <category>Java</category>
      <category>Windows</category>
      <category>Architect</category>
      <category>Dev</category>
      <category>Intermediate</category>
      <pubDate>Sat, 26 Jul 2008 23:29:00 GMT</pubDate>
      <subject>Java</subject>
    </item>
    <item>
      <title>Match your String with wild card characters</title>
      <description>This article gives you idea of how to compare your string with * and ? so called wild cards</description>
      <link>http://java.codeproject.com/KB/java/Wild_card_in_Java.aspx</link>
      <author>DebadattaMishra</author>
      <category>Java</category>
      <category>Java</category>
      <category>Java</category>
      <category>J2SE 5</category>
      <category>Dev</category>
      <category>Intermediate</category>
      <pubDate>Wed, 23 Jul 2008 14:44:00 GMT</pubDate>
      <subject>Java</subject>
    </item>
    <item>
      <title>Pirates and Session Beans - There is a Relation</title>
      <description>An article about pirates and session beans - there is a relation</description>
      <link>http://java.codeproject.com/KB/java/PiratesAndSessionBeans.aspx</link>
      <author>David Whitehurst</author>
      <category>Java</category>
      <category>Visual Studio</category>
      <category>Apache</category>
      <category>Dev</category>
      <category>Intermediate</category>
      <pubDate>Sat, 19 Jul 2008 14:46:00 GMT</pubDate>
      <subject>Java</subject>
    </item>
    <item>
      <title>CAS May Be Easier in a Production Environment</title>
      <description>CAS may be easier in a production environment</description>
      <link>http://java.codeproject.com/KB/java/EasierCAS.aspx</link>
      <author>David Whitehurst</author>
      <category>Java</category>
      <category>Dev</category>
      <category>Intermediate</category>
      <pubDate>Thu, 17 Jul 2008 18:55:00 GMT</pubDate>
      <subject>Java</subject>
    </item>
    <item>
      <title>Simplifying CAS for Security</title>
      <description>An article about simplifying CAS for security</description>
      <link>http://java.codeproject.com/KB/java/CASForSecurity.aspx</link>
      <author>David Whitehurst</author>
      <category>Java</category>
      <category>Dev</category>
      <category>Intermediate</category>
      <pubDate>Thu, 17 Jul 2008 17:45:00 GMT</pubDate>
      <subject>Java</subject>
    </item>
    <item>
      <title>End-to-End Real World BlackBerry Application, Part 2</title>
      <description>End-to-end real world BlackBerry application walkthrough, Part 2.</description>
      <link>http://java.codeproject.com/KB/mobile/EndToEndBlackBerryApp2.aspx</link>
      <author>MiamiCoder</author>
      <category>C# 2.0</category>
      <category>Java</category>
      <category>C#</category>
      <category>.NET</category>
      <category>.NET 2.0</category>
      <category>Mobile</category>
      <category>Blackberry</category>
      <category>Java</category>
      <category>Mobile</category>
      <category>VS2005</category>
      <category>Visual Studio</category>
      <category>Architect</category>
      <category>Dev</category>
      <category>Design</category>
      <category>Intermediate</category>
      <pubDate>Wed, 16 Jul 2008 01:18:00 GMT</pubDate>
      <subject>Mobile Development</subject>
    </item>
    <item>
      <title>Java 5 Features: Part-II</title>
      <description>This article discusses two new features in Java 5: varargs and static import.</description>
      <link>http://java.codeproject.com/KB/java/Java5FeaturesII.aspx</link>
      <author>Member 2230040</author>
      <category>Java</category>
      <category>Windows</category>
      <category>Java</category>
      <category>Dev</category>
      <category>Intermediate</category>
      <pubDate>Sun, 13 Jul 2008 22:19:00 GMT</pubDate>
      <subject>Java</subject>
    </item>
    <item>
      <title>Java 5 Features</title>
      <description>This article discusses new features in Java 5, and see how you can benefit from these. In Part-I, we cover auto-boxing and foreach.</description>
      <link>http://java.codeproject.com/KB/java/Java5FeaturesI.aspx</link>
      <author>Member 2230040</author>
      <category>Java</category>
      <category>Windows</category>
      <category>Java</category>
      <category>Dev</category>
      <category>Intermediate</category>
      <pubDate>Sun, 13 Jul 2008 21:26:00 GMT</pubDate>
      <subject>Java</subject>
    </item>
    <item>
      <title>End-to-End Real World BlackBerry Application, Part 3</title>
      <description>End-to-end real world BlackBerry application walkthrough, Part 3.</description>
      <link>http://java.codeproject.com/KB/mobile/EndToEndBlackBerryApp3.aspx</link>
      <author>MiamiCoder</author>
      <category>C#</category>
      <category>Java</category>
      <category>Java</category>
      <category>.NET</category>
      <category>.NET 2.0</category>
      <category>.NET</category>
      <category>Mobile</category>
      <category>Blackberry</category>
      <category>Visual Studio</category>
      <category>VS2005</category>
      <category>ASP.NET</category>
      <category>Architect</category>
      <category>Dev</category>
      <category>Design</category>
      <category>Intermediate</category>
      <pubDate>Sun, 13 Jul 2008 15:20:00 GMT</pubDate>
      <subject>Mobile Development</subject>
    </item>
    <item>
      <title>IVR applications based on Voicent Gateway (C# Sample Interface)</title>
      <description>IVR telephone notification software broadcast voice messages by phone. Ideal for group event reminders, marketing, lead generation, political campaign promotions, school fundraising, church communications, emergency notifications, and much more.</description>
      <link>http://java.codeproject.com/KB/aspnet/IVR.aspx</link>
      <author>jedliu2046</author>
      <category>Java</category>
      <category>Java</category>
      <category>Java</category>
      <category>J2SE 4</category>
      <category>J2EE</category>
      <pubDate>Fri, 11 Jul 2008 07:08:00 GMT</pubDate>
      <subject>ASP.NET</subject>
    </item>
    <item>
      <title>AJAX AutoCompleteExtender using Google Suggest API</title>
      <description>Example on how to use AutoCompleteExtender to make a search like Google Suggest.</description>
      <link>http://java.codeproject.com/KB/ajax/AutoCompleteExtenderajax.aspx</link>
      <author>pabmohan</author>
      <category>C#</category>
      <category>.NET</category>
      <category>Google</category>
      <category>Ajax</category>
      <category>ASP.NET</category>
      <category>Dev</category>
      <category>Intermediate</category>
      <pubDate>Thu, 10 Jul 2008 10:30:00 GMT</pubDate>
      <subject>Ajax and Atlas</subject>
    </item>
    <item>
      <title>Generics in Java – Part III</title>
      <description>This article has discussions on issues with mixing generic and non-generic (raw-type) code, and the issues of converting a non-generic legacy code to generics.</description>
      <link>http://java.codeproject.com/KB/java/GenericsInJavaPartIII.aspx</link>
      <author>Member 2230040</author>
      <category>Java</category>
      <category>Windows</category>
      <category>Java</category>
      <category>Dev</category>
      <category>Intermediate</category>
      <pubDate>Wed, 09 Jul 2008 16:05:00 GMT</pubDate>
      <subject>Java</subject>
    </item>
  </channel>
</rss>