[phpserverfaces-devel] Merging the two projects
Status: Alpha
Brought to you by:
h-iverson
|
From: Tobias S. <tob...@go...> - 2006-08-21 15:36:10
|
Hello, for future development processes it would be the best, when we merge the best things of each project, to prevent an overhead of development. I've testet your package and i'm thinking some concepts of you are very nice. But i think a too strong orientation on JavaServer Faces concepts would not fit to PHP possibilities. Java is not PHP, vice versa. So i don't prefer to implement the JSF spec 1:1! But for a first step we should do the following things: The base conecpts of your faces-config, ViewHandler ... is very usable. The NavigationRules could maybe beeing mapped to our Action classes. We can maybe reuse the Components from our project and integrate the "fetch" step in your ViewHandler. The ManagedBeans should be bounded with our Component-Model. I decieded in our project to store no complex PHP Objcts in a session, because this causes some constitance errors. So i store simple xml object data and serialize objects with this xml structure. The Client side Ajax Handlers should also be implemented in the "new" project. |