News on Monday
more>>
SharePoint Tech Report
more>>


   

 
 
Download Current Issue
ISSUE 2/1/2010 PDF

Need Back Issues?
DOWNLOAD HERE

Receive the print Edition?


 
blogs tab
Visual Studio 2010 Release Candidate Available Today
A Visual Studio 2010 release candidate is available on MSDN.
02/09/2010 09:45 AM EST

Is Microsoft eyeing Office subscription pricing?
Microsoft may be preparing to offer a new Office pricing option called "union," which charges the same for cloud as on-premises.
02/01/2010 09:38 AM EST

Facebook rewrites PHP runtime
Facebook is about to open source its own PHP runtime, written from scratch for speed.
01/30/2010 08:53 PM EST

 

Events calendar tab
2/9/2010 to 2/13/2010
San Francisco
IDG World Expo

2/10/2010 to 2/12/2010
San Francisco
BZ Media

2/17/2010 to 2/25/2010
Atlanta
Python Software Foundation

2/19/2010 to 2/20/2010
Los Angeles
SCALE

2/21/2010 to 2/24/2010
Las Vegas
IBM


 
Most Read Latest News Blog Resources

For Untangling Java, Structure 101 Makes Headway




September 15, 2006 — 
Is your code too fat? Is it tangled? If so, it’s likely that your application is difficult to maintain, test and reuse.

Headway Software aims to address those problems with Structure 101, a tool for analyzing dependencies in Java code. The company was expected to announce earlier this month version 2.0, adding “a richer set of features with which to understand the structure of your code,” said Chris Chedgey, founder and chief technology officer of Headway.

Every developer starts out with a mental model of how an application is structured, he noted. But it’s easy to deviate from the intended design, inadvertently creating unnecessary code dependencies. The result is an application with a “structural complexity that sucks the life out of development,” he said. “Everything uses everything, and everything clashes when you do integration builds.”

That results in “fat,” where classes or packages (groups of classes) are too big, or “tangles,” which occur when so many packages depend on one another that the code is difficult to understand, said Chedgey.

Structure 101 2.0, which starts at US$499 per developer, offers new ways to hone in on those flaws. It allows developers to examine code structure by looking at individual “slices,” instead of simply browsing through the complete, hierarchical view offered in the previous version, said Chedgey. A slice might include all of the application’s classes, or all of its packages, for example.

Also new is a matrix view, which depicts dependencies in rows and columns, and the use of tags, which “let developers mark a tangle in a slice” and then switch to a hierarchical view to see how the tangle impacts the rest of the code, he said. “With 2.0, you can consider the code at whatever the level of abstraction you choose.”

Structure 101 analyzes only Java code today. But Headway plans to support Ada, C/C++ and .NET, and expects to offer an Eclipse plug-in, said Chedgey.


Share this link: http://www.sdtimes.com/link/29597
 

Add comment


Name*
Email*  
Country     


  • Comment
  • Preview
Loading