Hi Torsten, yes, a configured loader instace can be shared across multiple components in the application, just create new Digester instance every time you have to perform a parse (or put them in a pool of digesters to save resources)
HTH, -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Tue, Mar 13, 2012 at 9:02 PM, Torsten Krah <[email protected]> wrote: > Some addition: > > According to the employee servlet @ > http://commons.apache.org/digester/guide/binder.html , it should be possible > to share a loader, shouldn't it? > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
