> But with an external handler system, your only choice would be to use > SimplifiedClient, and suffer within the constraints of the simplified API.
I'll respond to the rest of this later. But for now it's important to point out that this statement is totally false. Client doesn't handle metadata handling at all. SimplifiedClient gives you, among other conveniences, reasonable defaults for handling metadata. If you don't want these, you can turn them off. You now have the other conveniences but the same metadata handling system as Client (i.e none). Your own code will now get the control document and it can handle metadata however it wants. So we have an external handler system now and you aren't stuck with SimplifiedClient although it will do some nice stuff for you if you want it to. _______________________________________________ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl
