IOException ZIP entry size is too large when downloading excel file

2012-08-25 Thread sdia1400
Using eclipse/tomcat, I have a single page wicket app with a single link for downloading an excel sheet (*.xlsm, around 6MB) and it works, great. However, when I plug the same piece of code in my main web application (wicket + spring + hibernate + mysql), it throws java.io.IOException: ZIP entry

Re: IOException ZIP entry size is too large when downloading excel file

2012-08-25 Thread Francois Meillet
Have a look to ZipInputStreamZipEntrySource.java line 117 https://svn.apache.org/repos/asf/poi/trunk/src/ooxml/java/org/apache/poi/openxml4j/util/ZipInputStreamZipEntrySource.java Francois Le 25 août 2012 à 09:01, sdia1400 a écrit : Using eclipse/tomcat, I have a single page wicket app with a

Re: Interpolate response with IResponseFilter

2012-08-25 Thread Sven Meier
Just an idea: You could use an AjaxRequestTarget.IListener which adds a temporary behavior to the updated components. Sven On 08/24/2012 06:19 PM, guillaume.mary wrote: Because I didn't know AbstractTransformerBehavior ! :) Many thanks ! I put it on my Page instance so it fullfills the

Re: IOException ZIP entry size is too large when downloading excel file

2012-08-25 Thread sdia1400
Thank Francois, As mentioned earlier, exactly same piece of code when run on its own works. However, it throws IOException when I plug the same in my wicket application with spring/hibernate/mysql. The only difference between two setups is spring/hibernate and the following two lines from

maven archetype

2012-08-25 Thread Bruce McGuire
Hi There. It has been a while and a new company since I did a project with Wicket, and I would like to start out with a properly set up project. I am looking for an archetype that uses new versions of Wicket Spring Hibernate Any ideas would be greatly appreciated. Thanks, Bruce.

Re: maven archetype

2012-08-25 Thread Bruce McGuire
PS: I forgot to mention that I would like to use testNG. Thanks again. Bruce. On Fri, Aug 24, 2012 at 10:31 AM, Bruce McGuire brlmcgu...@gmail.comwrote: Hi There. It has been a while and a new company since I did a project with Wicket, and I would like to start out with a properly set up

Wicket Render speed

2012-08-25 Thread steven.li
Hi All I have a dataview table, for 50 rows, it takes around 10 seconds to show the page, and the render part take around 8-9 seconds from debug log, Any way to improve this ? Each row, there are 2 input DateText filed, three labels, 4 checkbox, 2 icons and 2-3 placehoder TD. around 100

Re: Slow rendering

2012-08-25 Thread steven.li
Enable wicket debug log, it will show the begin render and end render time in log file. log4j.logger.org.apache.wicket=debug -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Slow-rendering-tp4395082p4651490.html Sent from the Users forum mailing list archive at

Re: Slow rendering

2012-08-25 Thread steven.li
how to let it render lazily? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Slow-rendering-tp4395082p4651491.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe,

IOException ZIP entry size is too large when downloading excel file

2012-08-25 Thread sdia1400
Using eclipse/tomcat, I have a single page wicket app with a single link for downloading an excel sheet (*.xlsm, around 6MB) and it works, great. However, when I plug the same piece of code in my main web application (wicket + spring + hibernate + mysql), it throws java.io.IOException: ZIP entry

Re: Wicket Render speed

2012-08-25 Thread Martin Makundi
Are you using loadabledetachable models everywhere possible? ** Martin 2012/8/25 steven.li steven...@skyworthglobal.com: Hi All I have a dataview table, for 50 rows, it takes around 10 seconds to show the page, and the render part take around 8-9 seconds from debug log, Any way to improve

Re: Wicket Render speed

2012-08-25 Thread steven.li
yes. I use loadabledetachable model. it's the initial time loading takes too long time. and from the debug log, it shows most of time are spend on Beging Render--Rendered---End Render -- View this message in context:

Re: Wicket Render speed

2012-08-25 Thread Martin Makundi
Use a real profiler to see.. also running application in deployment mode will give you more appropriate results. ** Martin 2012/8/26 steven.li steven...@skyworthglobal.com: yes. I use loadabledetachable model. it's the initial time loading takes too long time. and from the debug log, it shows

New Web Site

2012-08-25 Thread Jonathan Locke
Hello Wicketeers! It's been a long while since I checked in, but I'm glad to see Wicket is still going strong! I'm posting because Steve Jobs recently trashed my iWeb site from beyond the grave and so I have migrated some of that content to WordPress, where I'm hoping to do a bit of blogging on

Re: Wicket Render speed

2012-08-25 Thread steven.li
what profiler can we use ? I changed to deploy mode, the result is the same . If I remove the 4 combo checkbox, it will be much faster. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Render-speed-tp4651489p4651505.html Sent from the Users forum mailing list

Re: Wicket Render speed

2012-08-25 Thread Martin Makundi
http://wicket.apache.org/help/ JProfiler or YourKit for example. 2012/8/26 steven.li steven...@skyworthglobal.com: what profiler can we use ? I changed to deploy mode, the result is the same . If I remove the 4 combo checkbox, it will be much faster. -- View this message in context: