On 16-10-2009 at 22:04, nclemeur wrote:
> 
> Currently, my startup time is around 5-6 secs.
> So anyone would know of any tricks to try to reduce that startup time?

One idea is to reduce classpath scanning as much as possible. So instead of
automatically discovering your extensions, you can explicitly name them in
the configuration of your StripesFilter.

Then, set ActionResolver.Packages to the package containing your action
beans, and ensure that there is only one location for this package.

Assuming you've already tweaked your initialization code for lazy
initialization and caching, I don't think there's much more to do.


Oscar

-- 
   ,-_  Oscar Westra van Holthe - Kind      http://www.xs4all.nl/~kindop/
  /() )
 (__ (  Inequality is the inevitable consequence of liberty.
=/  ()  -- Salvador De Madariaga - "Anarchy or Hierarchy" (1937)

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) 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 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to