Aries blueprint: custom namespace handlers

686 Views Asked by At

I read that Aries allows to have own custom namespace handlers to support custom tags. I cannot find any information or examples about the topic. Can someone point me in the right direction, please?

Thanks!

1

There are 1 best solutions below

0
On

The class NamespaceHandler has a pretty good javadoc. It is very similar to the namespace handler API of Spring so if you read about that Aries will be familiar. Also you can find examples in the aries subprojects: jpa-blueprint-aries or transaction-blueprint