Re: Performance issue - next release

2012-12-17 Thread mgreau
Hi, It's done : https://issues.apache.org/jira/browse/WW-3947 Regards. Maxime -- View this message in context: http://struts.1045723.n5.nabble.com/Performance-issue-next-release-tp5711393p5711429.html Sent from the Struts - Dev mailing list archive at Nabble.com

Re: Performance issue - next release

2012-12-17 Thread Lukasz Lenart
2012/12/17 mgreau greaumax...@gmail.com: Hi, It's done : https://issues.apache.org/jira/browse/WW-3947 A bit to late ... but if we handle migration to new website publishing mechanism I'm going prepare a new release asap :-) Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/

Re: Performance issue - next release

2012-12-17 Thread mgreau
ok, no problem. -- View this message in context: http://struts.1045723.n5.nabble.com/Performance-issue-next-release-tp5711393p5711432.html Sent from the Struts - Dev mailing list archive at Nabble.com. - To unsubscribe, e

Re: Performance issue - next release

2012-12-13 Thread Philip Luppens
On Thu, Dec 13, 2012 at 7:43 AM, Lukasz Lenart lukaszlen...@apache.orgwrote: 2012/12/12 Philip Luppens philip.lupp...@gmail.com: I'd say to go for it, but please do explain what the issue was for archival reasons, since the original ticket[1] did not receive any update yet. Ok, you're

Re: Performance issue - next release

2012-12-13 Thread Lukasz Lenart
The plan is as follow: 1. I'm going to solve few more issues till weekend (NPE, some small changes) 2. Release a test build during weekend 3. Give 3-4 days for testing 4. Call for a vote on wednesday 4. Finish release before Xmas Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/

Re: Performance issue - next release

2012-12-13 Thread Johannes Geppert
+1 for an Xmas Release. @Łukasz Can we implement your suggested doStartTag Fix in 2.3.8? Johannes - web: http://www.jgeppert.com twitter: http://twitter.com/jogep -- View this message in context: http://struts.1045723.n5.nabble.com/Performance-issue-next-release-tp5711393p5711400.html

Re: Performance issue - next release

2012-12-13 Thread Lukasz Lenart
2012/12/13 Johannes Geppert jo...@apache.org: +1 for an Xmas Release. @Łukasz Can we implement your suggested doStartTag Fix in 2.3.8? No as this can be a breaking change and can introduce new issues - just small improvements. Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/

Re: Performance issue - next release

2012-12-13 Thread mgreau
: http://struts.1045723.n5.nabble.com/Performance-issue-next-release-tp5711393p5711402.html Sent from the Struts - Dev mailing list archive at Nabble.com. - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional

Re: Performance issue - next release

2012-12-13 Thread Lukasz Lenart
2012/12/13 mgreau greaumax...@gmail.com: Hi, I have to prepare a patch for the portlet archetype which doesn't work (${packageName} is not replace in Java classes and struts.xml). It's small changes which doesn't affect core code or plugins. Can it will be included in 2.3.8 release ? Sure

Performance issue - next release

2012-12-12 Thread Łukasz Lenart
Johannes discovered a huge performance issue which is already solved in trunk (2.3.8) so I'm going to prepare a new release ASAP. Is threre any other important outstanding issue that should be solved before the release? (on mobile)

Re: Performance issue - next release

2012-12-12 Thread Philip Luppens
On Wed, Dec 12, 2012 at 6:30 PM, Łukasz Lenart lukasz.len...@gmail.comwrote: Johannes discovered a huge performance issue which is already solved in trunk (2.3.8) so I'm going to prepare a new release ASAP. Is threre any other important outstanding issue that should be solved before

Re: Performance issue - next release

2012-12-12 Thread Lukasz Lenart
2012/12/12 Philip Luppens philip.lupp...@gmail.com: I'd say to go for it, but please do explain what the issue was for archival reasons, since the original ticket[1] did not receive any update yet. Ok, you're right. The problem is related to my FileManager refactorings and introduced

Re: Performance issue - next release

2012-12-12 Thread Lukasz Lenart
And there is still place for improvement, take a look at the ComponentTagSupport#doStartTag, each time instance of Container is taken from Dispatcher, which means each time configuration is checked if needs to be reloaded - obviously it doesn't make sense to check that or reload configuration

Performance issue

2007-10-24 Thread Gupta, Vikas
Hello everybody, i am facing related to performance issue while using struts2 as i am using datepicker in one of the page (the number of datepicker based on the records fetched from databse), so what i can do to improve performance. pls do reply Thanks Regards, Vikas Gupta

Re: Performance issue

2007-10-24 Thread Dave Newton
From: Gupta, Vikas [EMAIL PROTECTED] as i am using datepicker in one of the page (the number of datepicker based on the records fetched from databse), so what i can do to improve performance. Please ask questions on the struts-user list; the struts-dev list is for the development of Struts