On Tue, Mar 5, 2013 at 5:02 PM, Eric Mousset <[email protected]> wrote: > It'd be grateful for any advice on the following: How would you customize > the code in order to get view/open item links to trigger some java method > instead of actually opening/viewing the item (for both JSPUI and XMLUI)?
Hi Eric, sorry, not advice yet, just some generic observations: 1) obviously, JSPUI and XMLUI will require different approaches 2) your question isn't clear, because this is a web application and you're not saying what should happen from the client's point of view when or after this code executes. Some options are: a) it will do its job in background and redirect to a URL (different one or the bitstream URL, no matter) b) it will manipulate the bitstream and display it c) it will display a new custom type of DSpace page (e.g. embedding a different presentation of the bitstream) d) the current item page will be manipulated to display some dynamic content (e.g. embedding a different presentation of the bitstream) Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the endpoint security space. For insight on selecting the right partner to tackle endpoint security challenges, access the full report. http://p.sf.net/sfu/symantec-dev2dev _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

