如何从 j2ee 应用程序或从 Ignite 集群外部访问 Apache Ignite Service Grid 服务

How to Access Apache Ignite Service Grid services from j2ee aplication or from outside the Ignite cluster

我想从 wildfly10 应用程序服务器上的 J2ee 应用程序 运行 访问 Apache Ignite 集群上的服务 运行。是否有实现此集成的选项? 我们如何将 Apache Ignite 服务网格服务暴露给 Ignite 集群之外的外界。

我建议创建带有 Ignite 客户端的 Singleton 会话 bean(因为它永远不会被钝化)。使用客户端节点,您将连接到 Ignite 集群。这里是documentation about clients and servers