top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Struts2 Performance Tuning

0 votes
547 views

Is this link ( http://struts.apache.org/release/2.3.x/docs/performance-tuning.html) points to the latest performance tuning for strust2 ?

freemarker template caching is confusing whether we need to locally copy those template files or not?

Can any one please provide some good resources for step by step performance tuning guide wrt latest struts2 (not old versions).

posted Jun 24, 2013 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button
I believe that all those steps are equally applicable and to all version of struts2.
Underlying working of Struts2 is more or less and same.

1 Answer

0 votes

The S2 theme templates are written in FreeMarker; if you're using the S2 UI tags, you're using FM.

Other items related to interceptor stacks, dev mode, and so on. Consider reading the whole page, as it covers the first line of defense.

answer Jun 25, 2013 by anonymous
i'm using s2 ui only but the performance tuning related to FM is confusing, one place it saying to set a cache property and other place its saying to extract static resources from jar to web. More over most plugins like json, jquery etc having static file bundled inside corresponding jar how about that?
Same thing: extrapolate--a static file is a static file, although I'm not aware of any static files in the JSON plugin.
Similar Questions
+1 vote

Will it restrict the information being stored at the browser cache.

+3 votes

I would like to integrate struts2 in an CRUD application , JDBC, Apache Tomcat, Netbeans (or eclipse) but without Hibernate , nor EJB, nor GlassFish.
Hibernate is more complex than the problem it tries to solve. Could you have any integration example please ?

+2 votes

Anyone have tried struts2 on springboot? can we run it on spring boot? or anyone tested it?

+2 votes

I am facing an issue related to maintaining session token value when we have window forms.

We have a main form, which needs token to submit. There is a link through which we can open a window , which also needs token and can submit the form.

Once we close the window and try to submit the main form, we get token mismatch error. Because the session token had changed by this time.

Is there any solution for this issue.

...