> to me (at the moment) for TopicName being responsible for deciding what's a
> valid name and what isn't and then have each store responsible for actually
> encoding/decoding the name in the appropriate store. Not sure how well this

At the end of the day, I think this is how it must be... I guess what
I'm now looking for is the best way to do it. I think that what I like
best right now is for each piece (and it is not just the stores, its
all mixed in at different levels of the engine and web app) to provide
the mechanism to do the encoding/decoding but for that mechanism to be
called from within the TopicName... kind of like Int32.ToString() and
Int32.TryParse() being able to take in format providers to handle
different kinds of numbers. Int32 does the work of calling the
formatproviders, which are reusable for other jobs as well...

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Flexwiki-users mailing list
Flexwiki-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexwiki-users

Reply via email to