Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: How to Implement Document Repository


Message #1 by pamarraj@d... on Wed, 3 Jan 2001 18:12:33 +0530
You are likely to encounter various issues here, you may want to use a 
database to either store the data or to store a refernce to the data. 
There are already several tools out their that do this, including MS's 
Tahoe, Opentext's Livelink (http://www.opentext.com) and Lotus' Raven. 
Perhaps one of those would be a better tool. 
If you really want to implement it using JSP, I suggest that you take 
the file as a standard HTTP transfer from an HTML form and then either 
store it as a binary file in a database or store a pointer to it in a 
database and the file somewhere else. as for indexing and searching, it 
is quicker to ask for keywords from the user or let them select form a 
list. To properly search & index a document is a very difficult job, 
due to the differing file formats and versions.

> -----Original Message-----
> From: pamarraj@d... [mailto:pamarraj@d...]
> Sent: 03 January 2001 12:43
> To: pro_jsp@p...
> Cc: pamarraj@d...
> Subject: [pro_jsp] How to Implement Document Repository
> 
> 
> 
> hai guys,
> i want to implement a document repository.
> documents will be stored in various directories.users can search for
> documents relating to a topic or keyword.he can the view the matching
> documents.
> should i use JNDI and LDAP to implement this?.please suggest.
> bye
> paul j

--- 
NEED TECHNICAL TIPS, TOOLS, AND INSIGHTS?  Is FREE okay?
Visit EarthWeb for the latest in IT Management, Software Development, 
Web Development, Networking & Communications, and Hardware & Systems.  
Click on http://www.earthweb.com for FREE articles, tutorials,
and discussions from the experts.
---
You are currently subscribed to pro_jsp as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-pro_jsp-$subst('Recip.MemberIDChar')@p2p.wrox.com

  Return to Index