Hi,
im looking for make my own service.
What i need to do to make it as extension without modify war ?
At the moment i did this file :
- custom-public-services-context.xml
- custom-public-services-secutiry-context.xml
- custom-core-services-context.xml
in each i add beans (i took VersionService like example)
To make it working, i need to copy beans :
- exceptiontranslator
- AuditMethodTranslator
to my custom-public-services-context.xml.
Im not sure that is good practice.
Someone can confirm it or tell me what is best practice ?
Thx.