Re: struts and PHP

2003-11-24 Thread Craig R. McClanahan
). however, this uses php, and this raised the question of how/if it was possible to use php with struts. (obviously, i can just specify a php page instead of a jsp, but how do i get dynamic data without relying on the jsp tags?) As soon as you leave the Java world, the only means of passing

[OT] struts for PHP

2003-11-20 Thread Ben Anderson
I'm starting a new project that the customer says must be done in PHP. I've been looking at frameworks and there seems to be a bunch. There is one called php.MVC - http://phpmvc.net - that is based on struts. I'd love to use it since I'm already familiar with struts. Does anyone have any

Re: struts and PHP

2003-11-18 Thread Christian Bollmeyer
/if it was possible to use php with struts. (obviously, i can just specify a php page instead of a jsp, but how do i get dynamic data without relying on the jsp tags?) As soon as you leave the Java world, the only means of passing dynamic content is the 'traditional' way, i.e. parameters. You lose

struts and PHP

2003-11-17 Thread Daniel Blumenthal
i've been looking into adding blogging functionality to my website (which uses struts), and one which was suggested was pmachine (http://www.pmachine.com/index.php). however, this uses php, and this raised the question of how/if it was possible to use php with struts. (obviously, i can just