This isn't a bad idea - you might consider delivering the data as JSON; I think that should be something that you could find a Java library to parse. It completely insulates the Java consumer from having to know anything about the data's on-disk format, which is the point here.
You may need to provide something to impedance-match the Java code and the returned JSON, and supply that to the Java folks, most likely as another .jar file.
I think this is really your best option, since it should be quite easy to do. You will need to write the BioPerl-to-JSON code to add to your server and the JSON-to-whatever-format library for the Java code, but those are both smallish and easily-testable pieces of code.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.