Integration test with Jboss, Tomcat, Hibernate is now easier and funny

2009-04-24 Thread Vincenzo Vitale
Hi Wicketters, hope not to be out of scope with this message but I'm pretty sure a lot of you could be interested and we feel that the project is now at stabler stage (in TomTom we are using it in every new project where an application server is involved). The open source cargo-itest project was c

Re: OutOfMemoryError on FilePageSerializingThread

2008-02-12 Thread Vincenzo Vitale
o really it has nothing to do with load, it has to do with the number > of classes you try to load into that jvm. the more libs you use the > more different classes are loaded, the more space you need. > > -igor > > On Feb 12, 2008 1:17 PM, Vincenzo Vitale <[EMAIL PROTECTED]&g

Re: OutOfMemoryError on FilePageSerializingThread

2008-02-12 Thread Vincenzo Vitale
is under... > > -igor > > > On Feb 12, 2008 3:27 AM, Vincenzo Vitale <[EMAIL PROTECTED]> > wrote: > > Hi Johan, > > > > we proposed the increased memory solution to our IT department but the > > answer was: > > > > " Why this problem i

Re: OutOfMemoryError on FilePageSerializingThread

2008-02-12 Thread Vincenzo Vitale
> > these kind of out of mems seems to be hitten java the most. > Sun should really fix this somehow and make the perm space much more > flexable... > (that it is a shared size with the normal heap for example) > > johan > > > On Feb 4, 2008 12:24 PM, Vincenzo Vitale &

Re: OutOfMemoryError on FilePageSerializingThread

2008-02-04 Thread Vincenzo Vitale
of out of mems seems to be hitten java the most. > Sun should really fix this somehow and make the perm space much more > flexable... > (that it is a shared size with the normal heap for example) > > johan > > > On Feb 4, 2008 12:24 PM, Vincenzo Vitale <[EMAIL PROTECTED]&

OutOfMemoryError on FilePageSerializingThread

2008-02-04 Thread Vincenzo Vitale
We are using Wicket in our Admin console and sometimes an OutOfMemory problem occurs. Have you ever experienced such a problem? Here the stacktrace: 2008-02-01 09:19:04,460 [FilePageSerializingThread-Admin] ERROR STDERR - Exception in thread "FilePageSerializingThread-Admin" 2008-02-01 09:19:04,

Re: How to add filtering to AjaxFallbackDefaultDataTable

2007-12-10 Thread Vincenzo Vitale
t, getFilterState()); Collection accountAdapters = new ArrayList(); // Vincenzo Vitale(vita) Jul 13, 2007 10:00:10 AM: Constructing the list // of adapters. for (Iterator iter = accounts.iterator(); iter .hasNe

Wicket applications as indipendent component in a page...

2007-10-22 Thread Vincenzo Vitale
Would it be possible to have more than one application in a single page? It would be great if developers can create independent Wicket applications and then assemble these "enhanced components" in another phase (maybe based on roles or more complex logic) on the same page. For example an applicatio

Re: Hibernate/Spring transaction problem

2007-08-29 Thread Vincenzo Vitale
Have you the same problem using directly the Hibernate session? It's also interesting to read this article about the Hibernate template: http://blog.interface21.com/main/2007/06/26/so-should-you-still-use-springs-hibernatetemplate-andor-jpatemplate/ I remember I had in the past similar porblems

Re: Wicket and Spring MVC compared.

2007-08-24 Thread Vincenzo Vitale
layer). Now again, > Wicket is a full blown component based framework with advanced state > management, while JSP is a simple templating engine. You're trying to > compare apples with cars :) > > -Matej > > On 8/24/07, Vincenzo Vitale <[EMAIL PROTECTED]> wrote: > &

Re: Wicket and Spring MVC compared.

2007-08-24 Thread Vincenzo Vitale
wrong to just plain > compare non ajax to ajax.. > > Also you could write to the Jmeter list, to get a broader view of your > test plan. > > Also you'll post results here ? > > regards Nino > > Vincenzo Vitale wrote: > > Hi all, > > > > any perfo

Wicket and Spring MVC compared.

2007-08-24 Thread Vincenzo Vitale
Hi all, any performance comparison out there between Spring MVC and Wicket? I do want to convince people I'm working with to use Wicket for the next presentation projects but someone has concerns about the session usage and performances with Ajax. There are a lot of post in which is explained t

Re: Wicket Acegi Integration.

2007-08-23 Thread Vincenzo Vitale
ack of time, the rest of my todo list and a complete void in > knowledge about acegi have prevented me from doing it. If you would be > willing to test this i would be very thankful. > > In the mean time if you have any questions about swarm, I'll be happy > to answer them. > >

POJO Adapter in Wicket

2007-08-23 Thread Vincenzo Vitale
Hi All, I'm using Wicket (1.3.0 beta2), Hibernate and Spring. In my Wicket project for each POJO of my business model I created an Adapter maintaining the original object and having methods for the presentation layer (like getCompleteName()); I have not created a delegate getter or setter for all

Re: Wicket Acegi Integration.

2007-08-23 Thread Vincenzo Vitale
/ViewPost.jtp?post=10853436&framed=y). > > Since I do not know Swarm I can not advice on which way to go. > > Regards, > Erik. > > > Vincenzo Vitale wrote: > > Hi, > > > > In my project we are using Wicket and it definitively rocks!!! J > > >

Wicket Acegi Integration.

2007-08-22 Thread Vincenzo Vitale
Hi, In my project we are using Wicket and it definitively rocks!!! J Now I want to integrate authentication and authorization… I have red the wiki page in http://cwiki.apache.org/WICKET/acegi-and-wicket-auth-roles.html where the acegi-wicket integration is explained, but you also mention a new