You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Vadim Gritsenko <va...@verizon.net> on 2003/02/20 22:09:29 UTC

Re: cvs commit: xml-cocoon2/src/deprecated/java/org/apache/cocoon/components/store JispFilesystemStore.java JispStringKey.java

stefano@apache.org wrote:

>      public void contextualize(final Context context) throws ContextException {
>          this.m_workDir = (File)context.get(Constants.CONTEXT_WORK_DIR);
>          this.m_cacheDir = (File)context.get(Constants.CONTEXT_CACHE_DIR);
>      }
>

IIRC, because of this dependency on Cocoon's context, the decision was 
taken to leave this store implementation inside Cocoon but implement 
Avalon's store (as it does - implements 
org.apache.excalibur.store.Store). Has been any changes since then; had 
somebody implemented this store in Avalon?


Vadim



---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org