[thelist] How do you build dynamic pages?

raditha dissanayake jabber at raditha.com
Mon May 24 14:17:19 CDT 2004


Hassan Schroeder wrote:

>
> Uh, that's what servlet containers do -- they compile a JSP into
> a servlet *once* (unless it's changed, and the Context is marked
> as reloadable="true") and save it. It's not dynamically generated
> for each request. So for static pages this is kind of a non-issue.

I agree on the JSP getting compiled to a servlet part. Howver the 
servlet is executed each time you request it so what you get is dynamic 
content and not static content.

>
>> Too bad PHP is not an option, because this kind of stuff can be very 
>> very easily handled with PHP
>
>
> It can be very easily handled with servlets/JSP, as well, assuming
> the developers 1) know what they're doing, and 2) care. :-)

I am a Sun Certified Java Programmer :-))


-- 
Raditha Dissanayake.
---------------------------------------------
http://www.raditha.com/megaupload/upload.php
Sneak past the PHP file upload limits.



More information about the thelist mailing list