Hi Michael,

Here with this email I am attaching the java source code
For my custom store.

Please have a look and suggest me whether this is OK or NOT.

I have implemented all the *Store interfaces and extended my custom
Store class from "AbstractServiceBase".

I am actually going to implement only those methods those are required
to me.

One more thing is why I am writing the custom store is because my actual
content (files) will be stored in the other repository then slide (say
clear case) and the descriptor (metadata) information will be stored in
the database.

So I think I am on the right track for doing the same...

Please do helpful...

Thanks
Mihir

-----Original Message-----
From: Michael Oliver [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 20, 2004 7:10 PM
To: 'Slide Users Mailing List'; [EMAIL PROTECTED]
Subject: RE: writing custom store

All you need to do is look at the Tx*Stores, they extend
AbstractTxFileStoreService

 

What I would do is look at those and while you certainly can have just
one class to do it, there really isn't any advantage in doing that.
Implement all the interfaces and do your development in a limited scope
so both the working default Tx*Stores and your custom stores are running
side by side so you can compare activities.

 

Michael Oliver

CTO

Matrix Intermedia Inc.

3325 N. Nellis Blvd, #1

Las Vegas, NV 89115

Phone:(702)643-7425

Fax:(520)844-1036

-----Original Message-----
From: Mihir Solanki [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 20, 2004 5:02 AM
To: Slide-Mailing
Subject: writing custom store

 

Hi all,

 

I want to write my own custom store.

Basically I wanted to write a single class (single store) for both

content and metadata.

 

Can anybody please tell me what all classes I have to look in slide 2.0

 

Also if possible please tell me from what all classes I have either
extend or implement

my custom store class

 

If one can provide the custom class (sample code) then nothing better
than it.

 

Thanks in advance,

 

Mihir

 

Sr. Software Engineer

SBU: eBiz, Gandhinagar

 

"Imaginations... its limits are only those of the mind itself"

 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to