0

I run a small file server for my workgroup. People use SCP, programs like Cyberduck/FileZilla or mount via SSH to upload files.

I would like to add a 'web-interface' which can be used for:

  • file upload
  • view all files
  • adding comments to files
  • searching files and comments

It should be based on JAVA EE and running on Tomcat, because we do everything else in JAVA. There are many PHP file manager solutions like CKFinder. I am basically looking for a JAVA alternative with comments and search features.

Do you have any ideas?

Thanks and Cheers

Martin Preusse
  • 9,151
  • 12
  • 48
  • 80
  • *Do you have any ideas?* Go the google way ? – Riduidel Jan 17 '11 at 10:18
  • 1
    I would not ask HERE, if i found something on google ... the answer could also be: "Implement it yourself", "There is something in Rails" ... So what's your point? You would never ask a question like this, would you ;) ? http://stackoverflow.com/questions/2635113/looking-for-a-good-dev-environment-for-osgi-bundles – Martin Preusse Jan 17 '11 at 10:21

2 Answers2

1

You can use the document management system alfresco. It's based on java and can be run inside tomcat.

RicoZ
  • 835
  • 5
  • 16
-1

You can use Java Script's FileUpload Object for this like..... FileUpload object, FileUpload properties, accessKey, disabled, form, name, type, value, FileUpload methods - blur(), focus(), select(), handleEvent(), click() and event handlers - onblur, onchange and onfocus

Ravi Parmar
  • 1,392
  • 5
  • 24
  • 46