Re: performance details
"Simon Kelly" <[email protected]>
| Newsgroups | gmane.comp.java.strutscx.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Nirmal, I have used both struts and strutscx, both for the same site (ported to strutscx) and I have to say there is no noticable performance change client side as far as I can tell. Strutscx is, as you know, Struts + xslt so the server side work in the Control and Model will be Struts (or extentions thereof) classes and only the view will change to handle the xslt with the StrutsCXServlet instead of jsp pages. And I think that the performance difference between a jsp rendering, and a xsl-tranform are pretty much the same for standard pages. Hope this helps Simon ----- Original Message ----- From: Nirmal Rajarathnam To: [email protected] Sent: Tuesday, April 29, 2003 12:28 AM Subject: [Strutscx-user] performance details Hi, I am only a beginner in this framework and am just playing around with the prototype files (part of the download). I am planning to recommend this as the framework for a new project. Do any of you have an idea about the performance details? Obviously, the first question I would get is what is the performance compared to struts. The main concern here is transformations, which is really very much CPU intensive. Your suggestions are greatly appreciated. FYI, as suggested in the site, I am planning to use neteye's actioncache; I am not sure how much I will gain. Thanks, Nirmal R.