I really appreciate if somebody would help me with Cocoon 2.2/Fop/Batik

2010-10-15 Thread Fawzib Rojas
I've posted twice about this and got no response. My problem: I'm moving from cocoon 2.1 to 2.2 (haven't done it yet because I knew maven would be a PITA and it didn't dissapoint). After a lot of hair pulling I finally compiled my webapp + blocks for cocoon 2.2 and was able to deploy on gero

Re: 2.2 Bean "heritance"

2010-10-15 Thread Andre Juffer
I forgot to include the following link: http://cocoon.apache.org/2.2/core-modules/core/2.2/1263_1_1.html On 10/15/2010 01:38 AM, florent andré wrote: Hi all, Newbie to 2.2 and not a star in spring, so maybe this question is non sense. The case : - I have a module "Main" where is defined an

Re: 2.2 Bean "heritance"

2010-10-15 Thread Andre Juffer
I am not sure if I understand your question. You have two beans 'Main' and 'Specific', each to be configured by Spring. Specific depends on Main. For you Java lasses, you something like public class Specific() { ... } public class Main() { ... private Specific specific; public v

Re: [Cocoon+OAI]

2010-10-15 Thread Sands Alden Fish
Hello, you should also look at the DSpace source, which implements OAI in the digital library / institutional repository realm... http://dspace.org (down at time of sending but should be back up shortly) http://scm.dspace.org/svn/repo/dspace/trunk/dspace-oai/ -- sands fish Senior Software

Re: [Cocoon+OAI]

2010-10-15 Thread Grégoire Neuville
Hi, You could also have a look at the ORI-OAI project here : http://www.ori-oai.org/ and more specifically at the haverster and repository modules : http://www.ori-oai.org/display/ORIOAIharvester/ORI-OAI-harvester http://www.ori-oai.org/display/ORIOAIrepository/ORI-OAI-repository Cheers, Grégoir

Re: [Cocoon+OAI]

2010-10-15 Thread Jos Snellings
Hi Marco, You are looking for scheduled harvesting and storage, whether you save the harvest in xml or not. Cocoon is more about the presentation/transformation of xml. Maybe this brings you closer : The Digital Commonwealth uses a solr based OAI-PMH engi

[Cocoon+OAI]

2010-10-15 Thread Marco BÜCHLER
Hi, I'm currently preparing a proposal in the context of Digital Libraries and Open Access. In this context: Does an implementation such as a block exist for an OAI web interface? Since Cocoon is an XML based web publishing framework, I would expect this but I could not found something avail