Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的应用程序中,我几乎没有特定于 WebLogic 的东西。在将应用程序迁移到 JBoss 时,是否有任何工具可以告诉我这些规范?
如果您正在迁移到 JBoss,您应该查看 Windup 工具。它将指出您的代码中可能需要注意的所有地方,并根据您需要查看的内容为您打分。这些报告很好并且分类,它们肯定涵盖了您对供应商特定代码的使用,并就转换为什么提供了提示。
http://windup.jboss.org/
还有一个 maven 插件,您可以将其添加到您的 pom 中并随时运行报告。
祝你好运!