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

Apache Ignite with Spring framework

2020-06-16 Thread kay
Hello, Does the ignite operate on a spring framework basis? Can I register a spring controller in classpath at server remote node and use it?(using component , like @Controller) -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

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??

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

Apache Ignite with Spring framework

2020-06-16 Thread kay
Hello, Does the Apache Ignite operate on a spring framework basis? Can I register a spring controller in classpath at server remote node and use it? (using component scan, like @Controller) Thank you -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Apache Ignite with Spring framework

2020-06-16 Thread kay
Does the ignite operate on a spring framework basis? Can I register a spring controller in classpath at server node and use it?(using component scan, like @Controller) -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/