Hi S�bastien It is very easy to lookup Spring-enabled objects (= javabeans) from Cocoon's Flow, perform operations on them, then inject them, for example, in a JXTemplate or CForm, then "unroll" your retrieved objects into the jx/form.
It lets you build and reuse clean separate entities, for example a retail store application isn't always opened on weekdays (service), when it's not, it's perhaps because an inventory (data access) is being ran on what's being sold here (datasource). >From the developer pov, Spring accelerates your application development. Consider it as a rock solid data access/service layer, easily exposable to your flowscripts. You just shouldn't want to perform every logic code into flow. Laurent --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
