Hi all,

I think it would be great if it was possible to map a DB (table) to the local (windows) filesystem. Preferably via RESTful Spring controllers.

That way I could map config files (POM's, eclipse settings...etc) to dynamic data coming from a webserver, and share configurations/scripts/... on multiple systems (home/work...).

Of course I know services like dropbox exist though I can't control/manage those files via my webserver.

Any thoughts / comments more than welcome!

Regards,

Jochen

ps: Syncing an ftp drive on the webserver to his DB would be an OK solution, though I guess there could be lots of cleaner solutions.