Open agseco opened 9 years ago
:+1: Should be decoupled, but first should be decoupled the XML provider, in fact SimpleXML uses StAX under the hood. I think that is not a big issue, since SimpleXML is a lightweight dependency and allows to plug your preferred StAX implementation.
:ok_hand: let's do that.
The model also has dependencies on SimpleXML annotations.
Currently, domain classes like
PaymentMethod
are tied to SimpleXML's annotations. I think this is not good and perhaps they should be decoupled from this concerns somehow...What do you think?