devxlogo

The Latest

More Details About Windows Metro App Distribution

A new primer on Microsoft’s website offers more details about software distribution for Windows 8. Traditional desktop apps will continue to be distributed all the ways they are today (retail

Ballmer Woos Developers

Steve Ballmer has a message for developers: if you want your software to be accessible to the great masses of computer users, you better keep making Windows applications. During a

Google’s “Leap Smear”

You may think of time as constantly, steadily ticking away, but in reality scientists occasionally must make adjustments to earth’s clocks in order to align them with solar time. They

Leaked Memo Offers More Details About Dart

A newly leaked internal memo is shedding light on Google’s Dart programming language, which will debut at a conference next month. In the memo, Google’s Mark Miller says JavaScript has

Apache at JavaOne 2011

From the ‘Apache Knows Java‘ files: Oracle and Apache have had a somewhat ‘interesting’ relationship in 2011. On one hand, Oracle donated OpenOffice to the Apache Software Foundation. On the

The New Windows Platform — WinRT

One of the buzzwords floating around Microsoft’s BUILD developer conference this week is “WinRT.” WinRT will replace Win32 as the core API for building apps for the Windows 8 Metro

Gender Differences and Android Apps

Media research firm Nielsen has published the results of a new study that finds gender differences in the kinds of apps that Android smartphone owners use most. Overall, Facebook, Google

Verizon to Launch App Store — Again

Verizon’s first app store — V Cast Apps — didn’t do so well, so now the mobile carrier is trying again. The newly re-designed “Verizon Apps” storefront will integrate with

JavaOne Speaker Lineup Shows Java Leadership

From the ‘Who’s Who‘ files: Yes, JavaOne is an Oracle event. Yes Oracle dominates the speaker list for JavaOne, but there are other vendors on that list too with strong

LexisNexis Releases Code for Its Hadoop-Killer

LexisNexis Risk Solutions’ division HPCC Systems has announced that it is open sourcing the code for its High Performance Computing Cluster (HPCC) software. HPCC is a data-processing-and-delivery solution that the

Congress Passes Patent Reform Bill

The U.S. Senate has overwhelmingly passed H.R. 1249, the America Invents Act, which was earlier passed by the House of Representatives. The new bill has several provisions which will impact

What to Expect at the Build Conference

Beginning September 13, Microsoft will hold its Build Conference for developers, and the company has a lot of explaining to do for programmers who are wondering which development tools will

Mobile Development Jobs Growing Fast

As of September 1, online job board Dice.com has 82,836 tech job postings, and a growing number of those are for mobile app developers. However, Dice’s Alice Hill said that

Developing Web Apps for Changing Screen Sizes

Recent years have seen three big changes in the typical screen size used to view Web apps. First, more laptop and desktop displays are widescreen — shorter and wider than

Developers Can Try HP’s Public Cloud

As of September 7, interested developers are invited to sign up for a beta trial of HP’s first two public cloud services: HP Cloud Compute and HP Cloud Object Storage.

Applying Good Design Principles to Code

In the design world, German designer Dieter Rams is a legend. Not only did has he created many beautiful products for Braun and other companies, he is well-known for his

Intel Discontinuing MeeGo Development

Unnamed sources tell DigiTimes that Intel will no longer be developing its MeeGo mobile operating system — at least temporarily. The chipset-maker failed to interest smartphone and tablet manufacturers in

Java Code to Filter File Names in a Directory

The following Java code does the following: Filters files for an array of extensions. Splits file names. Tests the resulting array package FileHandling;import java.io.File;import java.io.FilenameFilter;/** * filters files for an

Managed Classes and Object Injection in Java EE 5

This table provides a quick reference for what types of managed classes can inject what object in Java EE 5.   Objects Managed Classes Stateful Stateless Message-driven Bean (MDB) Interceptors