News

Lattix LDM Tracks Your Architecture

Lattix LDM 3.0 solution goes beyond Unified Modeling Language (UML) diagramming.

For years, the Unified Modeling Language (UML) has helped developers visually map applications. Now Massachusetts-based Lattix Inc. aims to extend the vision of UML diagramming with its LDM 3.0 solution.

LDM uses an approach called Dependency Structure Matrix (DSM) to catalog dependencies and create a scalable, matrix-style blueprint of the application. This allows developers to assess potential problems and see how changes to one aspect of an application's architecture will affect other parts. It can also be used to develop firm architectural rules and detect when they've been violated.

Lattix introduced support for .NET last year and is seeing a good response. "Since then, we've had probably as many .NET orders as we've had for Java and C and C++," says Lattix Vice President Frank Waldman.

The 3.0 release significantly extends the program's reach. Now users can use DSM to map interdependencies across multiple domains, such as Web services and databases.

Right now, however, the product can only be used with Oracle databases. Waldman says the next release will include another database module.

Another new feature is the Lattix Data Import module, an XML specification that lets users input information about dependencies from different languages, config files and tools.

But the company isn't positioning Lattix as a cure-all.

"This is not a replacement for UML," Waldman says. "You would continue doing your detailed designs in UML.

The most fundamental problem with [UML] is when you have too many elements ... you can't get a big-picture view. There are too many boxes and arrows. ... [But] the matrix is uniquely qualified to do that. Plus, there are patterns. You can't recognize patterns in a UML diagram -- in a matrix you can."

Lattix LDM 3.0 includes modules for Java, C/C++, .NET, Oracle, Hibernate and LDI. Prices start at $495 for the Professional Edition. A free evaluation license is available.

About the Author

Chris Kanaracus is the news editor for Redmond Developer News.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube