<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>yeah, why not?</div><div><br></div><div>I did that so:</div><div>1. I can discern dynamically which database the app should work with taking the request in mind (in&nbsp;<a href="http://airflowing.com">airflowing</a>&nbsp;I use the subdomain)</div><div>2. redirect it defensively if the requested thing is weird (think of a typo in the url or something) and</div><div>3. if things are right the filter is working for that database before the app tries to get anything done</div><div><br></div><div>a big secondary gain of 3 is that you code focusing on one account/database but the app is scalable to attend N</div><div><br></div><div><br></div><br><div><div>On Jan 30, 2011, at 3:14 PM, <a href="mailto:nicolas.oury@gmail.com">nicolas.oury@gmail.com</a> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Thank you so much for your answer.</div><div><br></div>For something less sophisticated in term of error handling, would something like:<div><br></div><div>MySession&gt;&gt; initialize</div><div>super initialize.</div>
<div>self addFilter: (MagmaFilter new).</div><div><br></div><div>work?<br><br>
</div>
_______________________________________________<br>seaside mailing list<br><a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<br></blockquote></div><br></body></html>