Hello,
Bought the book, and just started evaluating Tuscany... First thing that I noticed is that Tuscany uses java.util.logging as default logging API, whereas practicaly whole java open-source world uses commons-logging, or SLF4J as more modern and much better alternative to it out there. I know that SLF4J offers some bridge that can route java.util.logging to SLF4J API, but this is all unnecessary burden, especially for newbies, so is there a chance that default logging API in Tuscany will change? Regards, Vjeran
