- 論壇徽章:
- 0
|
當(dāng)初我們項(xiàng)目考慮用php而不是用j2ee的時(shí)候, 基于兩個(gè)原因
1. 考慮到php的開發(fā)速度比j2ee要快
2. yahoo這么大的網(wǎng)站也在用php
(歡迎大家討論為什么用php而不是用j2ee )
The Zend Framework project has developed solutions to solve frequent needs of web application developers, including the following areas:
* Powerful MVC framework
* Database access solution that balances ORM with efficiency and simplicity
* Lucene-compatible search engine
* Advanced I18N support
* Robust authentication/authorization classes and input filtering
* Rich web services client interfaces, including Google Data APIs and StrikeIron
* Many other useful classes to make you as productive as possible
* Thorough and high-quality test suites and documentation
* Open-source development process with an active community provides continuous review and testing
可是看上面的Zend Framework的介紹, 我第一個(gè)反應(yīng)就是, 有點(diǎn)像java 的struts的介紹, i18n, mvc, Database access solution, web service這些都是j2ee平臺(tái)的常見詞匯, 至于面向?qū)ο? test suites, classes, Java更是領(lǐng)先php很多.
有什么理由讓我選擇Zend framework么? 要么就是簡單的php, 要么我還去搞j2ee. |
|