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

    Latest Java Articles

    [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.

    How to Create Your Own Visual WebGui Silverlight Theme

    Learn how to create your own Visual WebGui Silverlight theme using a default theme.

    Latest Columns

    Using VC++ .NET

    USING VC++ .NET

    C++ Programming: Understanding Standard C++ Library Additions in Visual C++ 2010

    For every true C++ developer, the Standard C++ Library is the first choice for utility classes, collections and algorithms to streamline the development effort. Continuing on from the investment in core C++ programming improvements in Visual C++ 2008, Visual C++ 2010 introduces improvements in the Standard C++ Library related to C++ 0x, and this article focuses on advancements in Standard C++ collections and algorithms.

    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

    SQL CLR Integration in SQL Server 2008

    Is some of your business logic in code and some in SQL Server? Then, just call the SQL from the .NET framework and the .NET framework from SQL with CLR integration. Here are all the steps you need to get started.

    Insights

    PROGRAMMING INSIGHTS

    Microsoft .NET Framework 4.0 Task Parallel Library Continuations

    Task Continuations allows developers to create interdependencies between tasks. The interdependencies can involve simple execution in response to task completion or aggregated exception handling among tasks. Read along to learn more.