0
votes

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 , like @Controller)

1

1 Answers

0
votes

Apache Ignite is integrated with Spring but isn't based on it.

You can register spring beans when starting remote node (using normal spring approach) and then use them from e.g. compute or distributed services.

I'm not sure if you can register beans remotely in runtime, but I don't see why not.