Ragia wrote:

Also I
need to know which Classes/Interfaces I should extend/Implement, I know
from the valuable answers through this mailing list  that the ContentStore
and SecurityStore should be used .. But don't know should I use them
directly or use the TX implementations for them?? And what is the difference
between the two approaches??

You can't use the Tx implementations directly, so there really is no difference. You could write your own ResourceManager then extend the Tx classes to use your ResourceManager, but I don't know what you would gain, there. One of the goals with Slide 3.0 is provide a simpler framework for new Store implementations. This won't be soon enough to help you, though ;).


I'd recommend just implementing the *Store interfaces directly. You'll have more examples to look at that way.

Also a very important question that I need to
know and couldn't get its answer from the TX implementations the question is
: How my documents media is transferred to Slide .. I saw the uri parameter
is passed to mostly all functions, although I don't know how the documents
stream itself is transferred???

Take a look at the return value for the retrieveRevisionContent() method. Then look at the javadoc for the class that's returned by that method and the way the RDBMS and Memory stores use that class. You'll catch on pretty quick the different ways you can stream data.


-James

Please reply to this.. I invested a lot of
time and effort to go through slide.. Although my learning curve is not
developing well due to the weak documentations.. Thanx in advance.. Ragia



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





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



Reply via email to