JiBX on Android (or any other library that controls bytecode in build mode)

I am considering using JiBXfor a project that should run on both Blackberry and RIM. Although it seems that J2MEcommunity use has JiBXbeen reviewed by the community (according to JiBX jira tickets), Android is relatively new.

Therefore, the question arises: did anyone have any success (or problems, for that matter) using JiBX on Android, or any other libraries that need to modify the class bytecode during assembly?

There have been discussions about how such libraries should be run on Android (compared to those using runtime bytecode toolkits), but I have not seen too many reports that people are really trying to do this.

+3
source share
3 answers

Ok, so I decided to just write the XML parsing code on top of the XMLPull api without any fancy tricks.

If my schemas become more complex than they are currently (and I have the time), I would like to experiment with writing an ANTLR-based XML parser generator to generate actual Java parser code for individual schemas.

afaik, java , - .

0

, -. Android java runtime (Dvalik), .dex, . java--.

+1

, JiBX Android. , jibx jars Android, dex. , JiBX Android. 3 . Jibx-run.jar, jibx-ws-0.9-bata.jar . Android , xml jibx .

+1

Source: https://habr.com/ru/post/1709893/


All Articles