I migrated my store's website to the CEP 1.0 alpha3 release today. It
is running on PHP5 and everything is working. I do think there is some
kind of problem with PEAR::Auth or our use of it, but I thought I would
let everyone know http://platostn.com is running CEP on PHP5.
Also, I am re-exploring the idea of CLAMs in CEP. Since I think we are
going to move forward with this I thought I would propose some definitions:
CLAMs - Components, Libraries, Aspects, Modules
Components - Reusable pieces of interface (typically HTML based user
interface, but always client interface whether it is HTML, web services,
CLI, daemon, etc)
Libraries - Task-based implementations of business rules
Aspects - Cross-cutting concerns ala AOP
Modules - Modules are reusable combinations of libraries and
components. I hope that modules will include event-handlers.
-Jackson
|