bookmarks  3

  •  

    Macker is a build-time architectural rule checking utility for Java developers. It's meant to model the architectural ideals programmers always dream up for their projects, and then break -- it helps keep code clean and consistent. You can tailor a rules file to suit a specific project's structure, or write some general "good practice" rules for your code. Macker doesn't try to shove anybody else's rules down your throat; it's flexible, and writing a rules file is part of the development process for each unique project. Read more about what it does and what it's for in the very exciting FAQ. If your curiousity's piqued, skim the guide, or inspect a few simple examples. It's free (GPL). You can download it and try it out. Questions or suggestions? Feel free to share them.
    16 years ago by @gresch
    (0)
     
     
  •  

    JayWalker is an open-source build and deployment analysis tool which interrogates a Java application's compiled artifacts and generates static and interactive graphical reports from it. In turn, a software professional can interpret and use these reports to improve software quality and to understand the current state of the software application in question. Although there are quite a few dependency analysis tools on the market, JayWalker is different because: * It walks the class files rather than the source files * It can interrogate nested archives (i.e. a JAR within a WAR within an EAR file) * It can detect a variety of conflicts that can be identified at build and deployment time in an effort to minimize runtime dependency errors. * It can be incorporated into a continuous integration solution so conflicts can be identified as they are introduced into source code control rather than addressing errors at runtime. * It can be run standalone via the commandline on a system which just has a JRE installed * Other dependency tools are package or class specific. JayWalker has support for archives, packages, and classes. * Report attributes can be toggled on or off * Walking across classlist elements can be done in several different ways: o Deep (default) - recursively follow all paths o Shallow - recursively follow paths up to and including a boundary element o System - recursively follow paths up to a boundary element which is not part of the deployment, but is provided by a server or environment.
    17 years ago by @gresch
    (0)
     
     
  •  

    This is the homepage of the Code Analysis Plugin (CAP). CAP is a plugin for the eclipse platform and analysis the dependencies of your Java project. It opens a own perspective and displays the results in an clear way using different diagrams.
    18 years ago by @gresch
    (0)
     
     
  • ⟨⟨
  • 1
  • ⟩⟩

publications  

    No matching posts.
  • ⟨⟨
  • ⟩⟩