Struts behind the scene

2001-08-29 Thread Shelly Dhiman
Hi, Could somebody explain me how struts work behind the scenes. The particular case being there is template, content and the renderer. So does it create precompiled jsps or how does it work coz the very first time you render a page it's very slow Shelly

RE: Struts behind the scene

2001-08-29 Thread Greg Reddin
it is slow the first time. Hope that helps. -Original Message- From: [EMAIL PROTECTED] at INTERNET [mailto:IMCEACCMAIL-struts-user+40jakarta+2Eapache+2Eorg+20at+ 20INTERNET @alltel.com] Sent: Wednesday, August 29, 2001 2:27 PM To: [EMAIL PROTECTED] at INTERNET Subject: Struts behind

Re: Struts behind the scene

2001-08-29 Thread Shelly Dhiman
+2Eorg+20at+ 20INTERNET @alltel.com] Sent: Wednesday, August 29, 2001 2:27 PM To: [EMAIL PROTECTED] at INTERNET Subject: Struts behind the scene Hi, Could somebody explain me how struts work behind the scenes. The particular case being there is template, content and the renderer

Re: Struts behind the scene

2001-08-29 Thread Ted Husted
This might help http://www.javaworld.com/javaworld/jw-09-2000/jw-0915-jspweb_p.html The template library basically nests the JSP include feature. For more about Java ServerPages, see http://husted.com/about/struts/links.htm#jsp Shelly Dhiman wrote: Hi, Could somebody explain me how

RE: Struts behind the scene

2001-08-29 Thread malcolm davis
do all those things that servlets can do, well sort of. -Original Message- From: Greg Reddin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 2:00 PM Subject: RE: Struts behind the scene Shelly, I'm not sure I fully understand the question, but I'll give

Re: Struts behind the scene

2001-08-29 Thread Shelly Dhiman
statements. The reason this is important, is that you can do all those things that servlets can do, well sort of. -Original Message- From: Greg Reddin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 2:00 PM Subject: RE: Struts behind the scene Shelly