Hello! It is absolutely possible to convert your whole configuration from Spring XML to Java. Spring XML is nothing more than a "bean shell" over Java object model.
Regards, -- Ilya Kasnacheev вт, 4 дек. 2018 г. в 19:33, monstereo <[email protected]>: > When I worked on Apache Ignite, configuration with XML files was crashing > me. > I could write configuration as a class. However I could not convert all the > configuration. > Is there any way such as Spring’s solutions? > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
