[Grok-dev] grokcore.component 1.0 released!

Philipp von Weitershausen philipp at weitershausen.de
Thu May 1 10:15:45 EDT 2008


On 1 May 2008, at 15:57 , David Pratt wrote:
> The only issue really then is with trusted adaptation. In this  
> circumstance, I should I not be able to use a regular adapter in  
> this case and use zcml?

Trusted adapters are like regular adapters, they're just registered  
differently. Look them up in my book's index :)

> Do you forsee any issue of mixing grok components with traditional  
> components within an app?

No. Grok components are just as much traditional components as any  
other implementation. The only difference between them is that we make  
you use our (usually quite minimalistic) base classes which then  
enables automatic registration. The registration, however, is still  
100% compatible with ZCML (in other words, it generates the same  
actions).

> If they play well together, then this could make like much simpler  
> for Z3 development which is quite exciting.

That's the point :)



More information about the Grok-dev mailing list