The Wayback Machine - https://web.archive.org/web/20110325225437/http://www.codeguru.com:80/Java/

    Latest Java Articles

    Android Development: Generating an EAN13 Barcode

    Read along as we look at the process of generating an EAN13 bar code on the Android screen.

    [Updated] Direct RIA: Future of RIA

    This article introduces an revolutionary programming model powered by Direct RIA solution.Basically, it aims at leverage benefits of both server-centric and client-centric solutions, productivity + controllability.It is a server-centric solution plus client-side programming. Developers can boost their productivity using server-centric programming mode, and are allowed to choose client-side approach if necessary.

    TIP: Finding the Moving Average Using Prior Boundary Condition

    Work with a moving average in Java.

    TIP: Convert GMT to Local Date/Time

    Enabled your applications to save the datetime columns in UTC/GMT time zones as well as convert datetime to local time zones based on users time zone preferences. (Java)

    [Updated] Create an Eclipse Database Client with Hibernate

    Discover how fast and easy it is to build an Eclipse client to a database.

    Managing Threads in J2SE: The Java™2 Standard Edition Thread Container

    Because there is no way to control a thread of execution at the operating system level, knowledgeable developers have built containers to house the elusive threads at the application level. Discover an Open Source solution (Tymeac) for managing J2SE application threads.

    Latest Columns

    Using VC++ .NET

    USING VC++ .NET

    Faster Microsoft C++ Programming With The MFC Class Wizard

    During the glory days of MFC and ATL in the 1990s and early 2000s, The Visual C++ class wizard was a highly-used and useful IDE tool that simplified life for developers. The re-introduction of the class wizard, after the absence of a decade, demonstrates commitment to the 'glory day's' ideal and adds simplicity to class management tasks inside the IDE.

    Nuts & Bolts

    .NET NUTS & BOLTS

    .NET Framework: Use Your Own Cache Wrapper to Help Performance

    See how you can use the .NET framework to create your own wrapper classes in C# programming to help boost your application performance when accessing a bunch of reference or other look-up type data that you frequently use.

    VB Today

    VISUAL BASIC TODAY

    Visual Basic .NET Development 101: Learning and Using Microsoft Visual Studio 2010

    Microsoft Visual Studio 2010 is a great integrated development environment for turning out top quality .NET framework applications. VB 2010 Express provides the same basic tools without some of the high-end team development pieces. This first of a two-part article will introduce the user to the VB 2010 Express product.

    Insights

    PROGRAMMING INSIGHTS

    .NET Framework: Task Parallel Library Dataflow

    Learn about the Task Parallel Library Dataflow, a new member of Microsoft's Technical Computing Initiative built on the Task Parallel Library.