|
From: Steve B. <st...@te...> - 2007-07-02 19:19:13
|
> The xml of each version is in the separate jar, right? Yes. >> quickfixj-core.jar will include quickfix.field.* classes (and >> all the other non-generated classes). > > What I really wanted to achieve was an even smaller package, with just a > enumeration of the fields, instead of a class per field. But maybe this is > going away from the quickfixj concept, doing things in a different way. It's possible but it will require more work. If you'd like you can enter an RFE for this and we can try to work it in as time permits. It looks like a core JAR without the fields would be about 250K. You could reduce this further by eliminating classes like store and log implementations you don't need for your applet. I'm guessing you could reduce the library size to about 150K without a lot of difficulty. If you don't mind me asking, is this an applet for an open source product? Regards, Steve |