企业级应用框架 Moqui Framework: Moqui Framework 是一个全集成的企业级的应用框架,基于 Groovy 和 Java 语言。包含屏幕、服务和条目工具。 Moqui is a set of free software projects for building custom and enterprise applications. It includes:
Moqui Framework: facilitate efficient and flexible application building Moqui Mantle: universal business artifacts to make your applications easier to build and implicitly integrated with other apps built on Mantle, including:
Universal Business Process Library (UBPL) Universal Data Model (UDM) Universal Service Library (USL) Moqui Crust: add-on themes, tool integrations, applications, etc
识别 jar 文件之间的依赖性 从类路径中查找丢失的类 检测某个类或者包是否在多个 jar 文件中都存在 检测同一个jar包是否在多个路径中存在 为每个 jar 文件提供一个详细列表说明所需的包以及提供的 校验类的 SerialVersionUID 查找类似的 jar 包,具有不同的版本 查找没有版本号的 jar 文件 查找没用到的 jar 包 识别签名的 jar 包 Locate a class in a JAR file Get the OSGi status of your project Remove black listed API usage And generate the same reports for your .WAR and .EAR archives