I am working on a project for total electronification of the mails,faxes and documents in the company which will be stored in a central repository.This involves setting access rights for diff users.retriveal of information based on content,theme,subject etc.Various versions ,updates etc have to be maintained.user has the liberty to specify where he wants the information to be stored.all this info is converted to database format in oracle 9i.Could anyone please suggest the various techniques for doing so?One way is to use the Java Api.Any help would be highly appreciated Thanks in advance
Tiger Scott
Ranch Hand
Joined: Mar 01, 2001
Posts: 223
posted
0
Look at JNDI/LDAP maybe also JAAS. HTH Sanjay
Darshan Bhavsar
Greenhorn
Joined: Dec 06, 2001
Posts: 26
posted
0
Originally posted by Sanjay Bahal: Look at JNDI/LDAP maybe also JAAS. HTH Sanjay
Could u elabotate more about JAAS.also,could u provide me with some informative links/forams/study material for JNDI/LDAP,JAAS. Thanks in advance
Tiger Scott
Ranch Hand
Joined: Mar 01, 2001
Posts: 223
posted
0
You should be able to get information on all at the Sun site. LDAP also at NetScape. HTH Sanjay