Tag: jsp

  • Improving JSP Serving Time for an ATG Application

    Improving the performance of the JSPs that serve your HTML pages is the first step in improving the overall site performance. The user’s browser can not start rendering the page or requesting the secondary media. Also the faster the page request is completed, the sooner you have a thread free to handle the next request.…

  • Preventing Multiple Submits On An ATG Form

    Often, you’ll want to prevent impatient users from clicking a submit button multiple times, as you can end up with multiple actions taking place, or object state can get in a bad way leading to errors. For this example we’ll assume you have a final Submit Order form that actually places the order, auth’s the…

PHP Code Snippets Powered By : XYZScripts.com