Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Document Server Using Oracle and Java

  Asked By: Ted    Date: Mar 11    Category: Java    Views: 694
  

I am working on a document server module using Java
and Oracle. I have to store files in the server. Each
file is available in 5 formats:
(a) HTML
(b) Text
(c) RTF
(d) PDF
(e) TIFF
Now I have never worked on such a problem. I am still
in the design phase.
I see 2 options
1. Store all the files in the database in binary and
use servlets technology to retrieve them.
2. Provide a temporarily created url to retrieve the
document using authentication
The first method keeps the server busy for the entire
process of download while the second adds an
authentication module and looks like a threat to
security.
If someone has some experience in this context or has
some innovative ideas kindly advise.

Share: 

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on Document Server Using Oracle and Java Or get search suggestion and latest updates.




Tagged: