Hi,
Last week I started adding ASP.NET 3.5 routing to MR. Unfortunately, I
had to refocus on other stuff for now. Since I'm not sure when I'll
get back to it, I've put "semi-baked" code at 
http://www.yecms.co.il/mrrouting.zip.
It's in "lets see if it works" stage, and url generation is currently
missing.
If someone continues it or implements on his own, I've these notes:
1. ExtensionManager methods should be made public.
2. IUrlTokenizer needs to be bypassed/extended because to parse
ASP.NET 3.5 routing you need RequestContext.
3. ASP.NET 3.5 abstractions actually make integration a bit harder,
unless you re-implement MR wrappers over XXXBase classes, and change
UnderlyingContext to the appropriate abstraction.
4. UrlInfo needs to be extended to reference RequestContext/
RouteCollection, but then it wont serializable. Not sure what it will
do.
5. Given the extended UrlInfo, generating the urls is just replacing
the MR routing calls.

Hope it's useful for someone.
Felix.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Castle Project Development List" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/castle-project-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to