Hi!
What do you think about creating custom Spring XML schema?
For example Spring AMQP has its own schema that looks like:
<rabbit:connection-factory id="connectionFactory" />
<rabbit:template id="amqpTemplate" connection-factory="connectionFactory"
exchange="myExchange" routing-key="foo.bar"/>
<rabbit:admin connection-factory="connectionFactory" />
<rabbit:queue name="myQueue" />
<rabbit:topic-exchange name="myExchange">
<rabbit:bindings>
<rabbit:binding queue="myQueue" pattern="foo.*" />
</rabbit:bindings>
</rabbit:topic-exchange>
We could have something similar for Ignite. That will make Ignite Spring
XML configs much smaller.
No need to use full class names.
Thoughts?
--
Alexey Kuznetsov
GridGain Systems
www.gridgain.com