one thing I really miss with JiBX is a good eclipse integration. I'm using extensively all the eclipse features (compilation, junit testing) and currently it is somewhat challenging to integrate JiBX into my projects as eclipse always overwrites the JiBX enhanced classes and makes fail the junit tests.
I've been thinking of several possiblities:
- an eclipse builder that would run the jibx compiler automatically after the java compiler
- or another way to integrate the bindings than bytecode injection into the compiled classes: could JiBX generate marshalling stub classes that could live separately from the original classes?

Henri.

Reply via email to