Hi All,<br><br>Can somebody tell me what is the best practice to adapts adapters to cataloged objects?<br><br>For example, I have ATDocument cataloged as Products.ZCatalog.Catalog.mybrains object.<br><br>I have adapter MyAdapter which adapts ATDocument and provide IMyAdapter.<br>
<br>To Adapt this cataloged object, I need to wake it up by using getObject() method like:<br><br>IMyAdapter(cataloged_object.getObject())<br><br>Waking up object from zodb is not good practice so, I wonder how you guys do this better.<br>
<br>Please let me share your better way of dealing with this.<br><br>Taito<br><br>