High-level Java filesystem content manipulation : old style vs. jcr? -
what best way choose managing text/binary content on filesystem? typically when building web applications lot of multimedia binaries , other various text based content stored on filesystem, jdk 6 java.io still low level.
- it change java 7 can see here new java.nio.file.* package
but until java 7 out , implemented ides etc., don't know use this, except of org.apache.commons.io. tried few samples jackrabbit, i'm not sure if idea purpose mentioned @ beginning. possible manage filesystem binary/text content jackrabbit ? put nodes , properties instead of directories. bring advantages ?
it's not clear you're looking for, google's guava libraries have io package, , in particular, files class full of static methods file manipulation.
it's not content repository system, may provide enough functionality you're trying do.
Comments
Post a Comment