Hello Freddy,

At page 248 of the Stripes book you used the following configuration in the
persistence.xml file:

<!-- Configure the connection pool -->
<property name="hibernate.c3p0.min_size" value="5"/>
<property name="hibernate.c3p0.max_size" value="20"/>
<property name="hibernate.c3p0.timeout" value="300"/>
<property name="hibernate.c3p0.max_statements" value="50"/>
<property name="hibernate.c3p0.idle_test_period" value="3000"/>


I read the c3p0 manual (http://www.mchange.com/projects/c3p0/index.html),
but still couldn't understand what these config items are about. More
exactly, I would like to know why did you used these configurations for the
webmail example?

Hopefully next week I will deploy my very first Stripes app in the wild.
Want to thank you and everybody here for this accomplishment.

cheers!
Fabio
------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to