maven项目和glassfish提供了依赖项

时间:2018-01-21 17:15:00

标签: java-ee intellij-idea maven-3 glassfish-5

我有一个J2ee项目,它使用Jsf,EJB,Persistence API等技术。 大多数这些依赖项都是通过glassfish 5提供到modules目录中的。但我怎么想知道我需要这些模块的版本。例如:

var strList=[['attribute','rulelist'],['attribute1','rulelist1']],
    result = strList.map(a => [].concat(a.join('_'), a.slice(1)));
console.log(result);

现在我在maven中央存储库中查找这些信息:GroupId,ArtifactID,最新版本。但有一种更简单的方法可以做到这一点吗?

1 个答案:

答案 0 :(得分:2)

使用Java EE和应用程序服务器时,public class NewThisSwingView extends ThisSwingView implements ThisTCRMSales{ public NewThisSwingView(){ super(); JPanel centerGrid = new JPanel(); JTable table; Object rowData[][] = { { "Row1-Column1", "Row1-Column2", "Row1-Column3" }, { "Row2-Column1", "Row2-Column2", "Row2-Column3" } }; Object columnNames[] = { "Column One", "Column Two", "Column Three" }; table = new JTable(rowData, columnNames); GridBagConstraints gbc_Table = new GridBagConstraints(); gbc_contactsTable.insets = new Insets(0, 0, 5, 0); gbc_contactsTable.fill = GridBagConstraints.HORIZONTAL; gbc_contactsTable.gridx = 1; gbc_contactsTable.gridy = 12; centerGrid.add(table, gbc_Table); }} 应该只包含此依赖项java-ee-8.0(对于glassfish 5)