I’m currently developping a JavaEE application using glassfish, and I would like to save some files on server (for sharing them between multiple clients).
As of today, that application stores all its data into a Neo4J DB. But, I have read some articles that could suggest that Neo4J may not (due to its lack of horizontal scalability) be the best solution to store files. So, how could I store those files on my server ?
To store files in a convenient fashion, I deployed the very useful sourceforge WebDAV servlet (far better, in fact, than Glassfish/Catalina one) and stored those files in my domain databases dir.