sushant likhar 28.Feb.08 11:08 AM a Web browser Applications development/customization6.5.1Windows 2003
Hi ,
We want a document management system . We started with lotus document manager but there are support issues with it.
We are also give thought to lotus notes quickr . but we do not know if we can build a document management system for lotus notes client . I saw the quickr documentation and it seems that it is a good web based content management product.
We are now conduct a feasiblity test to create a GUI ( tree structure) for our required taxonomy using Java swings in lotus domino.
We plan to build a UI on Lotus notes . We will be using lotus notes database as file cabanet and binders .
we want have feature like uploading document to a binder under a file cabilnet .
The taxonomy is as follows.
Library
-- File room
--- File cabinate ( Loan Dept)
----Deal name
----- Binder A( Contains all version/amendent to LC)
------Binder B ( Contains all version /amendment for BC)
----Deal name
----- Binder A( Contains all version/amendent to LC)
------Binder B ( Contains all version /amendment for BC)
we know we can create a tree structure using swings in java .we also are running a swing applet in lotus notes client .
I want to know if we use the front end as java swings in lotus notes and back end as lotus notes client . and load the tree structure after getting data from lotus notes client in Java UI .
Is this possible or feasible solution. If yes want are the issue that can arraise if we persue this path .
like load time for the tree structure ..
we will also like to build search with in the file cabinet or library.
Please let me know if any one have actually build such solution ..