Re: Apache Ignite with Spring framework

2020-06-16 Thread Denis Magda
It depends on what you assume under a spring bean. If that's an entity of a Spring framework such as Controller, Repository or Entity, then you don't need to register anything with Ignite. Use those Spring annotations throughout your application and have your Controllers & Repositories access an I

Re: Apache Ignite with Spring framework

2020-06-16 Thread kay
Hello, I apologize for sent a lot of e-mails with the same content. I also show your answer on Stack Overflow. I just configure start in xml file like this and There are caches and dataregions. I execute ignite.sh config.xml & What should I configure for registering spring bean?? Th

Re: Apache Ignite with Spring framework

2020-06-16 Thread Ilya Kasnacheev
Hello! You have already sent a lot of e-mails with the same content. Please avoid sending more of these. As I have told you on Stack Overflow, Ignite is not a distributed Spring :) it will not register any spring components, but can re-use spring context and make beans from it available to local