I did something similar for a client. We did it with a custom input module so you can define a protocol on when the input is the key an the output the value.
Also I can't access to my laptop now but I have an example about accessing to spring beans from flow script, probably the input module it's enough. Salu2 El 10/11/2012 18:41, "Francesco Chicchiriccò" <[email protected]> escribió: > On 10/11/2012 18:38, Mansour Al Akeel wrote: > > I need to link documents through some identification. For example, > > assuming that I have: > > > > articles/my-first-article.xml > > articles/second-one.xml > > articles/hello-world-article.xml > > > > books/book1.xml which has references to artice-1 and article-3 > > identified by an id of the form: A001 > > > > I need to create a hashtable linking both so that I pass query param > > by ID or by name. The idea I have is to initialize spring bean that > > will extract the data from these files, > > and construct a Map<String,String>. > > > > My question is how can I access this HashTable from sitemap ?? > > > > I am using C2.2. > > Hi, > I don't think there is any direct way to access an Hashtable from the > sitemap: maybe the only chance is to get to it through flowscript... > > Don't have idea of how to access a Spring bean from flowscript, > though... any C2.2. expert around? > > Regards. > > -- > Francesco Chicchiriccò > > ASF Member, Apache Cocoon PMC and Apache Syncope PPMC Member > http://people.apache.org/~ilgrosso/ > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
