devxlogo

The Latest

Write Your Own Windows Services

indows services are applications that run in the background without the need for a user interface. If you?re using Windows, you should not be new to Windows services. The Themes

The Business Case for the Semantic Web

“The business market for this integration of data and programs is huge…. The companies who choose to start exploiting semantic web technologies will be the first to reap the rewards.”

Error Handling: The Sooner, The Better

rrors and exceptionsare two similar notions that differ in one crucial aspect: exceptions are a runtime concept, whereas errors are anomalous conditions that can and should be detected as early

Another Way to Escape Sequences in .NET Resource Files

This is in response to the original “Escape Sequences in .NET Resource Files, by Boris Eligulashvili. There is actually another way to insert escape sequences, such as newline characters—or actually

Put Some Ajax4JSF Magic into Data Validation

he Asynchronous JavaScript and XML (AJAX) technology is notorious for making the user experience in web browsers more efficient, dynamic, and enjoyable and can minimize bandwidth usage. AJAX is based

Using Windows Workflow to Control ASP.NET Navigation

his article describes one simple solution for achieving interoperability between Windows Workflow (WF) and ASP.NET. It leverages the power of WF’s powerful visual logic to design page-flow based on user

Connecting RESTful Web Services to an ESB

ften considered the backbone of service-oriented architectures (SOAs), the enterprise service bus (ESB) has emerged as a standard for enterprise-wide integration among disparate information systems. Many enterprise architects leverage the

Force JScrollPane to Display a Scrollbar

Some of us may like to use the null layout instead of any ready layout manager. However, when it comes to using JscrollPane or other scrollable components, I’ve found that

Cool New Tools in Windows Mobile 6

icrosoft has recently announced the release of Windows Mobile 6 to device manufacturers. While it will be sometime before you can get your hands on a Windows Mobile 6 device,

Eliminate SQL Injection Attacks Painlessly with LINQ

s web application security breaches and attempts rise, developers are increasingly being asked to take more responsibility for the security of their applications, and application framework vendors are building more

Mastering the WPF RichTextBox

he RichTextBox component in WPF/.NET 3.0 received a major upgrade compared to the previous version of the RichTextBox control that shipped with.NET 2.0. But with the expanded capability comes the

Introducing XQJ: A Java API for XQuery

Query is a declarative language for querying XML that’s similar to SQL for querying relational data. Most Java developers are familiar with JDBC, which provides a standard Java API to