Bogdan Paduraru wrote:

I'm managing a PHP/postgreSQL project. The purpose of the project is to
display some items (i.e : houses etc) on webpages, along with HTML text.
The problem is this project became too big and almost impossible to
handle since you can't separate very well presentation from logic.
As both a Struts and PHP developer (along with other stuff I like even better ;) I have to say that this is not a language or technology issue, but a coding issue. You can implement MVC in PHP (along with all the unit testing you'd want, etc.) just as easily as with Java/Struts/etc. and in some ways will end up with a more agile solution as a freebie.

That said, I'm actually using Spring quite a bit these days until either the newer Struts technologies stablize, I decide to use JSF, or I completely blow off the Java development model and focus exclusively on Lisp or Ruby or whatever.

Dave



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to