Hello,
In our web based application we plan to call back from JAVA classes accessed from our custom processor to Orbeon processors (like xmldb proc). For example the logical stack could be: model.xpl calling 'custom-processor' instantiating 'business object' persisting itself calling orbeon 'xmldb-processor'.
Are the patterns to make a call from my 'business object' layer to the 'xmldb-processor' same as that shown on command line calls ? Should I somehow take into consideration the (web) context my original 'custom-processor' has (e.g. the command line example OXF.java passes ->new CommandLineExternalContext() to executePipeline() which maybe done differently in my context ) ?
When trying to optimize execution with some static initializations what should I watch out for ?
regards,
Balázs
- Re: [orbeon-user] executing processors from JAVA balazs . molnar
- Re: [orbeon-user] executing processors from JAVA balazs . molnar
- Re: [orbeon-user] executing processors from JAVA Erik Bruchez
