java.net.URL as datasource based on Apache Camel, commons-vfs and maven repository
What we know about java.net.URL?
- It is one of the mature JVM runtime class (@since JDK1.0).
- URL used in lot of programs.
- file, jar, http is the most frequently used protocols.
- Any existing JVM application can use new URL protocol as datasource without recompile and reassembly.