Pierre van Rooden wrote:
Rob Vermeulen wrote:
> An annoying problem with the wizards is the lack of a locking
> mechanism.
That is lacking in MMBase core, imo, not in the wizards. I think this
should be solved in the core and not in an application on top of the
bridge, simply because otehrwise you will have to code this every time
for every ap..
This is also what i said. So we should put effort in implementing it in
a good way into the MMCI and in the core.
There is no significant difference between using the Dove or using the
Bridge in this regard, esp. since Dove already uses the bridge. Again,
you will be re-inventing the wheel.
I just want to remove a layer that is not functional anymore. This has
nothing to do with reinventing the wheel.
Better is to incorporate transactioning/versioning/ etc. in the core.
Otherwise you will be searching the fault in an entirely wrong piece of
code.
Exactly, let us implement it in the core, and use a flat layer on top of
the MMCI which is implementing the functionality needed by the
editwizards. I really think we are saying the same...
Rob