devxlogo

We are an award-winning tech entrepreneurship website where trusted experts can provide value globally.

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.

devxlogo

Trusted for 26 years

Over 30K Articles

1M+ Readers

Expert-reviewed

10K+ Tech Terms

As seen in:

microsoft logo
business_insider_logo
wired_logo
berkley
arstechnica_logo
hackernoon

The Latest

Using the &ltidbag&gt Element in Hibernate

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: &ltidbag name=”cars”

Create Domain-Specific Languages with ANTLR

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

Complex Arithmetic Without Complexities

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

Creating and Managing RDF Vocabularies

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

Create Your Own Mailing List Server with .NET 2.0

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

Configuring the Default ASP.NET Version

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

Stop and Start Tomcat Directly from Ant

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:

Testing Compatibility Between SQL Server Versions

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

Bring Array Mapping Capabilities to SQL

QL has been evolving?slowly?for over three decades, (see Wikipedia for a historical summary). While SQL in the hands of an expert is quite powerful, it’s sometimes cumbersome compared to other

Paint Event Not Called During Form Resize

Many of us write common graphics code in the Form’s Paint event because the Paint Event handler provides access to the Graphics object, and also because this handler is fired

Mapping a Component in Hibernate

A “component” in Hibernate is an object persisted as a value, not an entity reference. For example, suppose you have a Car class, like this: //class Carpublic class Car {

The Java EE Application as an EJB/Spring/Hibernate Hybrid

lain old Java object (POJO)-based architectures and lighter-weight development models using tools such as Spring and Hibernate have gained considerable acceptance in the enterprise Java space during the past few

Code-Free User-Interface Design with Expression Blend

icrosoft Expression Blend is a new full-featured design tool for creating highly-interactive and sophisticated Windows application user interfaces using Windows Presentation Foundation (WPF). With Expression Blend, a designer can design

JavaFX Progress: It’s Academic

“hese days if you look at the way a lot of shops work, they have really two kinds of people that go into developing web sites” James Gosling, vice president

Give Your Applications Mapping Capabilities, Part 1

ome of the most interesting features of modern web sites are based on Geographical Information System (GIS) technologies. GIS techniques essentially give you a way to manage and show geographical

My Nightmare, and an Apology

rom 1981 through 1986, I taught high school. I was fresh out of college (OK, a semester of engineering grad school which “didn’t take”), didn’t really know what to do,