Hello, JAXB can be make to run on android by using jaxb-api module and some other support modules from maven repository. Since those modules are under GPL2.0 license, as far as I know, we can't compile them into sis library (correct me if I'm wrong). So it turns out we also can't use jaxb annotations. The reason I suggested to use fasterxml library is it's ability to work with jaxb annotations. But in this case its not a valid reason. So I'm thinking of using simplexml library because it gives a good comparison with jaxb. In this case all the jaxb code will have to be replaced including annotations.
On Mon, May 8, 2017 at 6:00 PM, Martin Desruisseaux < [email protected]> wrote: > Thanks Charith. I agree, let delete sis-javafx module on Android branch > too. If can always revisit later if needed anyway. > > Martin > > > Le 08/05/2017 à 10:42, Charith Elvitigala a écrit : > > +1 > > > > I don't think "sis-javafx" module make any sense on Android because it's > a > > client app look similar to "sis-console", "sis-webapp". Therefore, it > > should be deleted. >
