The Artima Developer Community
Sponsored Link

Java Community News
JetBrains Releases Structure101

7 replies on 1 page. Most recent reply: Apr 17, 2008 11:52 PM by Christoph Beck

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 7 replies on 1 page
Frank Sommers

Posts: 2642
Nickname: fsommers
Registered: Jan, 2002

JetBrains Releases Structure101 Posted: Apr 2, 2008 5:45 PM
Reply to this message Reply
Summary
JetBrains, maker of the popular IntelliJ IDE, released a new dependency analysis tool that makes it easier to grasp the structure of complex enterprise applications.
Advertisement

Part of the complexity in an enterprise application stems from an application relying on other pieces of code and libraries for its functionality; and part of an application's complexity is the result of the code base growing in size and interdependencies.

Dependency analysis tools provide a good insight into the internal dependencies of a code base, but few tools can give a complete, easy-to-grasp picture of all the dependencies an application relies on, including external ones. JetBrains, maker of the popular IntelliJ multi-language IDE, recently released a new tool, Structure101, that provides both internal code dependency analysis, and also a visual overview of external dependencies of an enterprise application.

Because Structure 101 integrates with the code-editing and code management features of the IDE, it lets a developer or architect set some limits about the complexity metrics of a project. It also lets developers change the structural changes occurring to a code base over time.

Notable features in Structure101 include:

  • Dependency management. See the dependencies within your code-base at any level, such as: method to method, function to type, class to class, package to class, directory to directory, jar to jar,...
  • Dependency analysis. For any dependency, at any level of composition, discover the dependency's source with the click of the mouse...
  • Impact analysis. Find out the impact of making a code-change, replacing a library, etc., before the team changes a single line of code.
  • Understanding unstructured code. Even where the code-base has become overly complex and unstructured, Structure101 gives you ways to cut through the raw structural data and make sense of it all. For example, auto-partitioning isolates tangled items and natural clusters and dependency matrices make large graphs more readable...
  • Deep structural analysis. Structure101 lets you view your code organized into different hierarchies (e.g. by package or by jar). It also lets you take slices through the whole code-base at different levels (e.g. class, package or design). "Tagging" lets you see how items in one hierarchy or slice map to other hierarchies or slices.
  • Applying structural transformations. Use simple mapping expressions to transform the model hierarchy. For example, isolate test code, combine API and implementation packages, etc.

What dependency analysis tools do you like?


Neeraj Sangal

Posts: 4
Nickname: nsangal
Registered: May, 2005

Re: JetBrains Releases Structure101 Posted: Apr 2, 2008 10:06 PM
Reply to this message Reply
Also take a look at products from Lattix: http://www.lattix.com/products/products.php.

It uses a completely general approach to managing dependencies - allowing you to manage dependencies in languages, configurations and databases. It currently supports Java, C/C++, .NET, Ada, Delphi Pascal, Spring, Hibernate, LDI, Oracle, and SQL Server.

You can read about the original approach here: http://sdg.csail.mit.edu/pubs/2005/oopsla05-dsm.pdf.

You can also see a demo here: http://www.lattix.com/dl/demo/LDMdemo-01-01.htm

Neeraj Sangal
Lattix, Inc.

Maarten Hazewinkel

Posts: 32
Nickname: terkans
Registered: Jan, 2005

Re: JetBrains Releases Structure101 Posted: Apr 3, 2008 2:24 AM
Reply to this message Reply
Please not that this product is not made by JetBrains.

It is produced by Headway Software (www.headwaysoftware.com) instead.

It integrates with IntelliJ IDEA, which is why JetBrains promotes it as a companion product.

Peter Booth

Posts: 62
Nickname: alohashirt
Registered: Aug, 2004

Re: JetBrains Releases Structure101 Posted: Apr 4, 2008 8:17 PM
Reply to this message Reply
I have evaled this product two or three times. It is simply superb, like nothing else i have seen before, and an amazing asset for a Java architect. The primary value add is in understanding the dependencies implicit in unfamiliar code.

Jose Coll

Posts: 1
Nickname: colljos
Registered: Apr, 2008

Re: JetBrains Releases Structure101 Posted: Apr 7, 2008 6:36 AM
Reply to this message Reply
Agree completely.
Structure101 is a great tool (both in standalone and plugin mode) which has been around for many years now (I recall using it back in 2004).
A recent newcomer to market (STAN - Structure Analysis for Java) is also pretty impressive, particularly from a visualisation perspective: http://stan4j.com
My only gripe with both tools is their licensing model, which is node locked, and completely useless to me as an IT Consultant working on many different customer sites.

Paddy Benson

Posts: 1
Nickname: pbenson
Registered: Apr, 2008

Re: JetBrains Releases Structure101 Posted: Apr 12, 2008 1:20 PM
Reply to this message Reply
Been using this for a while now - its a great tool. A key component for me is the server based repository so I can track progress. They have some good high level reports that tracks of code structure and quality across multiple development teams. We have an ant task that stages the build from each iteration into the s101 repository. We aim to get < 10% "red bar" (a composite code complexity metric relative to code size) on all dev projects every iteration

We use IntelliJ exclusively as well as bunch of tools from the Atlassian guys as well as Structure101 so its good news for me to see the integration.

Peter Booth

Posts: 62
Nickname: alohashirt
Registered: Aug, 2004

Re: JetBrains Releases Structure101 Posted: Apr 12, 2008 5:55 PM
Reply to this message Reply
> Agree completely.
> Structure101 is a great tool (both in standalone and
> plugin mode) which has been around for many years now (I
> recall using it back in 2004).
> A recent newcomer to market (STAN - Structure Analysis for
> Java) is also pretty impressive, particularly from a
> visualisation perspective: http://stan4j.com
> My only gripe with both tools is their licensing model,
> which is node locked, and completely useless to me as an
> IT Consultant working on many different customer sites.

When I have been consulting I have taken my MacBook Pro into client sites and worked from it. I have a bunch of commercial tools that I rely on. Is your issue that you are working on client hardware or is there a requirement for a consistent IP that would make it a pain to manage a node-locked license?

Christoph Beck

Posts: 1
Nickname: beckchr
Registered: Apr, 2008

Re: JetBrains Releases Structure101 Posted: Apr 17, 2008 11:52 PM
Reply to this message Reply
> My only gripe with both tools is their licensing model,
> which is node locked, and completely useless to me as an
> IT Consultant working on many different customer sites.

Hi Jose,

we are aware of this issue... But if you contact us at http://stan4j.com, we can arrange a roaming license for you.

Flat View: This topic has 7 replies on 1 page
Topic: Visualizing Concurrency Previous Topic   Next Topic Topic: Applets Reloaded: New Tags and Demos

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use