0
votes
Join multiple XML files with xinclude tags into single file
Apache Xerces, for example, should support Xinclude, but you will need to enable it.
http://xerces.apache.org/x …
1
vote
What does it take to become a Java expert?
I think in the industry there are slightly different meanings for Java and C++ experts. Usually, Java expertise implies expertise with some set of APIs(such as J2EE), or a set of frameworks, or wi …
2
votes
A good Design-by-Contract library for Java?
It's been a long time since I've looked at these, but found some old links. One was for JASS.
The other one tha …
2
votes
2
votes
What is a good FIX protocol API library for Java?
I've used Appia, from NYFIX. It's quite nice and they provide some good monitoring tools for their se …
1
vote
A quick-switch alternative for HSQLDB file mode (I need concurrent access now)
SQLite might be a good option. See this SO question.
However, I think running HSQL in server mode is probably the e …
0
votes
Type limitation in loop variables in Java, C and C++
According to the specification, the initialization of the for statement can be a list of s …
