first rebuilt version available
By J.Ducastel on Thursday 14 December 2006, 20:28 - news - Permalink
I've just added php5 to repository (revision 150). As announced, there are some huge changes in process. Basically, WAK is moving from a generic micro-kernel for web apps, to a packages architecture for web apps.
Packages are the new central interface. A package is a folder containing an index/metadata file (wakpkg.yml) describing provided resources. Thoses resources will be accessed through a wakpkg instance. Resources can be :
- class definition files
- services (named singleton within the package namespace, extending from wakservice class)
Class dependancies will be handled provided they are described within the metadata file.