[PHP-DEV] web applications architectures comparison

2007-11-21 Thread Nuno Lopes
Hi, I was assigned a class work in the university to compare web applications architectures, mainly PHP vs Java+Hibernate+Struts/Stripes. I'll need to provide some benchmarks for some typical web apps. Well, I'm a bit afraid that Java may win, because of the usage of Hibernate, which caches sql s

Re: [PHP-DEV] web applications architectures comparison

2007-11-21 Thread Lukas Kahwe Smith
On 21.11.2007, at 16:26, Nuno Lopes wrote: Hi, I was assigned a class work in the university to compare web applications architectures, mainly PHP vs Java+Hibernate+Struts/Stripes. I'll need to provide some benchmarks for some typical web apps. Well, I'm a bit afraid that Java may win, becaus

Re: [PHP-DEV] web applications architectures comparison

2007-11-21 Thread Alexey Zakhlestin
I think a good example of php-technology would be symfony project + caching in memcached it can be made to work really fast On 11/21/07, Nuno Lopes <[EMAIL PROTECTED]> wrote: > Hi, > > I was assigned a class work in the university to compare web > applications architectures, mainly PHP vs > Java+

Re: [PHP-DEV] web applications architectures comparison

2007-11-21 Thread Gergely Hodicska
Hi! Alexey Zakhlestin wrote: I think a good example of php-technology would be symfony project + caching in memcached With symfony it is worth using Doctrine (a Hibernate-like ORM tool), which has built-in caching possibility. Best Regards, Felhő -- PHP Internals - PHP Runtime Development

Re: [PHP-DEV] web applications architectures comparison

2007-11-21 Thread Nuno Lopes
Hi, I was assigned a class work in the university to compare web applications architectures, mainly PHP vs Java+Hibernate+Struts/Stripes. I'll need to provide some benchmarks for some typical web apps. Well, I'm a bit afraid that Java may win, because of the usage of Hibernate, which caches sql