
Since 1998, DevX has helped people start businesses, build websites, and provide enterprise technology to people globally. Interviewing the likes of Microsoft’s co-founder, Steve Ballmer, the publication brings comprehensive, reliable, and accessible insights to the Internet.
bject-modeling methodologies have long held the promise of enabling development teams to deliver higher-quality software faster and with better code reuse. Sadly, traditional object-modeling solutions such as the Unified Modeling
irect3D is Microsoft’s high-performance, three-dimensional graphics library. Using Direct3D, you can build amazing scenes containing hundreds or even thousands of three-dimensional shapes, three-dimensional charts and graphs, surfaces that change in
Boost libraries provide a better way to convert numbers into strings or vice versa. You must install the Boost libraries on your computer to make this work (click here for
This tip shows you how to implement mouseDragged and mouseMove events for moving components into a frame: import java.awt.*;import java.awt.event.*;class f extends Frame implements MouseMotionListener,MouseListener{Checkbox CB=new Checkbox(“Label”,true);Button BP=new Button(“BUTTON_1”);Button B=new
‘d guess that everyone reading this magazine has heard of Silverlight. I’ll also guess that not everyone has jumped at the opportunity to “play” with something that had been in
Suppose you’re working on multiple forms and you’ve got a visual dependency on data in one or more forms (something like the Aero effect in Vista). In such cases, use
he book Advanced Ajax: Architecture and Best Practices is the definitive guide to building business-critical, production-quality web applications with AJAX. It systematically addresses the design, architecture, and development issues associated
or those following the saga of my household’s two cross-country moves in nine months back in 2005, I’m sure you’ll be happy to know that the current consensus is that
just got back from San Diego Comic-Con 2007 in San Diego, California. I love Comic Con for a number of reasons. First, I can go with friends and “geek” for
arl Franklin: All right Richard, let’s bring on Frank Savage. Frank started in the game development business at Origin Systems in 1991. His first game was Strike Commander, then he
‘ve been going to major developer conferences for 10 years now. My first was the Microsoft Professional Developers Conference (PDC) in San Diego back in September 1997. Whether I’m speaking
f you haven’t yet upgraded from PHP4 to PHP5, this article will give you a serious reason to do so: PHP5 now supports reflection through the Reflection API, which you
he book, Next Generation Java Testing: TestNG and Advanced Concepts, provides pragmatic and results-focused approaches that help enterprise Java developers build more robust code for today’s mission-critical environments. Enterprise Java
n Part 1 of this series, I showed you an elementary vector implementation for Brew as a stand-alone component you can use in your applications. This time, I give you
t’s easy to list applications where computers leave humans in the dust. When it comes to complex mathematics, repetitive calculations, and tedious searches, even the most astute mathematician can’t beat
ith the recent introduction of the Windows Mobile 6 platforms, we are now beginning to see a proliferation of new devices supporting the Windows Mobile 6 Standard (aka Smartphone). Because
When you run some commands in the Run Menu, it closes before you can view the output. Here’s a small trick to make the window stay open after the execution
Hibernate’s facility allows you to map many-to-many associations and collections of values to a single table with a surrogate key. The following code shows an example of mapping: <idbag name=”cars”
.NET allows you to call a JavaScript function from the server-side code. For example, suppose you want to to display a message box to the user. This can be accomplished
he concept of Domain-Specific Languages (DSLs) has been around for years, but has recently experienced an uptick in popularity. This is due in large part to the success of Ruby
he book, Enterprise AJAX: Strategies for Building High Performance Web Applications, resulted from the authors’ inspiration to address the dearth of information available for more advanced topics in AJAX development.
he Spring framework and its Plain Old Java Object (POJO)-based programming model enable you to inject collaborative objects into your classes via setter methods instead of looking them up inline
omplex numbers are widely-used in electrical engineering, simulations, and scientific applications. And yet, many software engineers who have to use complex arithmetic insist on reinventing the wheel when there’s no
o you like to relax in the morning over a cup of coffee and the “zoopepe”? Do you like to put “kapatz” on your “hogatz”? These are obviously meaningless terms
f you’re a developer, chances are that you’re no stranger to mailing lists. A mailing list contains a group of users who are subscribed to receive regular emails pertaining to
Suppose you want to set up a virtual directory on a machine that has both .NET 1.1 and .NET 2.0 installed. In this case, the machine will use the ASP.NET
This simple tip shows you how to stop and start the Tomcat server directly from an Ant script on the Windows system. Here are the two targets to do so:
Consider the following declarations: int * const bla;int const * bla; const int * const bla; As you can see, it can sometimes be hard to remember whether it’s the
When migrating SQL code (stored procedures, triggers, etc.) to newer versions, it’s not uncommon to have to rewrite your entire back-end code. However, a simpler solution is to check the
he first part of this article provided a detailed description of a StateSelector control that lets users select a state from a map. The map itself is a control property











