konik-io / barn

Konik Barn, holds everything together
konik.io
2 stars 0 forks source link

Use ServiceLoader to find a pdf-carriage on the classpath #10

Closed Vad1mo closed 10 years ago

Vad1mo commented 10 years ago

Right now pdf-carraiges use konik library to append and detach xml from pdf.

reverse the dependency so konik will use any pdf-carraige on the classpath to append and detach invoice models.

Use ServiceLoader for that, make sure it is compatible with a JSR330 container.