The Latest

DevX - Software Development Resource

JavaFX: Sun’s Late Start in RIA Race

an Francisco, Calif.?Sun crossed the open source Java finish line when it announced it was releasing the remaining bits of the Java SE (Standard Edition) Development Kit under version 2

DevX - Software Development Resource

Use Transformations to Draw Your Own Great Graphs

isual Studio comes with a huge number of pre-built components and controls, including controls for entering and displaying text, letting the user pick options and make choices, displaying values graphically,

DevX - Software Development Resource

Move Semantics: Make Your Next Move

opy construction, assignment, container reallocation, string concatenation, and string copying are all instances of copy operations. However, in recent years a new paradigm is emerging: move semantics. This discussion presents

DevX - Software Development Resource

Using the Policy Injection Application Block in ASP.NET

ne technique becoming increasingly popular with developers is the adoption of an Aspect-Oriented Programming (AOP) model. AOP provides techniques for changing the behavior of business objects and other classes through

DevX - Software Development Resource

Terrific Transformations

f you read my DevX article “Beautify Your UIs with Perfect Pen and Brush Control,” then you know all about how to draw lines that are thick or thin; dashed,

DevX - Software Development Resource

Ruby for C# Geeks

ttention C# developers: C# is good for a great many things, but it’s not the best language for everything. In fact, there is no such thing as “the best language.”

DevX - Software Development Resource

10 Minutes to Your First Ruby Application

o you’ve discovered the grace and power of Ruby and you’re ready to explore the subtle but important ideas behind its elegance. Follow this tutorial to create a small, useful

DevX - Software Development Resource

The Road to Ruby from C++

f you’re a C++ developer who’s curious about all of the hype surrounding the Ruby programming language, this article is for you. It provides a high-level overview of the key

DevX - Software Development Resource

Microsoft ASP.NET 2.0 Membership API Extended

icrosoft ASP.NET 2.0 shipped with a complete membership API that allows developers to manage the application’s users and their roles. However, this API best suits small to medium web sites

DevX - Software Development Resource

Apply DWR to Data Validation in an AJAX Application

irect Web Remoting (DWR) is a Java open source library for developing AJAX applications that consists of two components: JavaScript running in the browser that sends requests and dynamically updates

DevX - Software Development Resource

Rendering HTML Using the Brew uiOne Toolkit

any applications require?or are enhanced by?the presentation of aptly named rich text, text in different formats interspersed with images and hyperlinks to other content. Whether the application is a pure

DevX - Software Development Resource

A Java Developer’s Guide to Ruby

s a Java developer, why should you learn Ruby? Because Ruby’s versatility and flexibility complement Java well, and you will be a more effective and efficient developer if you use

DevX - Software Development Resource

Converting Your Java App into a Windows Service

ou probably are reading this article because you want to convert a Java application into a Windows service. I can relate. Recently, I wanted to turn a Java server application

DevX - Software Development Resource

Exploring Secrets of BindingSource Filters

isual Studio gives developers the extraordinary capability to build a database application with a working graphical user interface using just a few mouse clicks. The canonical form of this with

DevX - Software Development Resource

Predicate Pushing

Oracle supports the pushing of predicates into a given view. Suppose you have a set of layered views: –View OneCREATE VIEW vw_layer_oneAS SELECT * FROM emp;– View TwoCREATE VIEW vw_layer_two_dept_100AS

DevX - Software Development Resource

Boost ASP.NET Performance with Precompilation

he latest version of ASP.NET, version 2.0, supports several new and exciting features that promise to enhance developer productivity, administration and management, extensibility, and performance. One of these features is

DevX - Software Development Resource

Organizing and Loading Common/Specific Properties

Oftentimes, you’ll need to use common properties across projects, while being able to override or load new properties that are project specific. Java’s Properties class allows for flexibility when organizing

DevX - Software Development Resource

Capturing Mouse Events with a Transparent Window

In my recent article on the AutoHotKey scripting language, I advocated using hotkeys to address different domains separated into their own scripts. Of course, when you start a script up