Tip Details Add a Related Tip

Rate as: Positive Negative

Speeding up Spring start up

If you are using the Spring framework, here's a good tip on how to speed up the start up. Don’t use classpath*:*.xml wildcards. When you use these wildcards, Spring needs to search through all of the jar files. Even worse, in some cases it has to expand the files and then things really come to a crawl. If you must use wildcards in Spring, try using a classpath:/foo/bar/*.xml search. This is faster as that can delegated to the JDK. Of course, your best speed would be had by not using wildcards of any sort.
Rating: no ratings, 0 total Votes
Categories: spring Java programming
Added: on Oct 25, 2007 at 2:10 pm
Added By: an anonymous user

Comments on this Tip

Add a Comment
There are no comments for this tip
Your Comment:
(how to format)
Rate This Tip:

Verify Humanity:
Sorry, we know it's annoying, but please enter the characters shown in the image to the left so that we know you're an actual person and not an evil spammer. Thanks.
       

Related Tips

Spring autowiring

Categories: Java spring programming xml
no ratings, 0 comments
– Tip added by javaguy on Oct 01, 2007 at 10:59 am

Choosing an interface in the Spring IoC container

Categories: Java spring programming
no ratings, 0 comments
– Tip added by an anonymous user on Jul 18, 2007 at 6:22 am

Matching any character in a javascript regular expression

100% positive, 1 comment - last added on Oct 01, 2008 at 10:12 am
– Tip added by an anonymous user on Aug 18, 2008 at 9:06 am

Debugging Javascript

100% positive, 0 comments
– Tip added by an anonymous user on Sep 12, 2008 at 2:35 pm

Submitting web forms without buttons

100% positive, 1 comment - last added on Aug 06, 2008 at 1:26 pm
– Tip added by an anonymous user on Aug 06, 2008 at 8:16 am

Random number generation

100% positive, 0 comments
– Tip added by an anonymous user on Aug 05, 2008 at 6:49 am

Optional parameters in javascript functions

100% positive, 0 comments
– Tip added by an anonymous user on Jul 30, 2008 at 10:44 am

Detecting if a variable exists in Javascript

100% positive, 1 comment - last added on Sep 03, 2008 at 6:12 am
– Tip added by an anonymous user on Jul 22, 2008 at 8:31 am

Using optional parameter in javascript

Categories: javascript programming
100% positive, 0 comments
– Tip added by an anonymous user on Jul 17, 2008 at 7:49 am

Redirecting in PHP

100% positive, 0 comments
– Tip added by an anonymous user on Jul 17, 2008 at 7:27 am

Ternary operator in Pyton

100% positive, 0 comments
– Tip added by an anonymous user on Jul 11, 2008 at 9:36 pm

Javascript Error: unterminated regular expression literal

100% positive, 0 comments
– Tip added by marty on Jun 26, 2008 at 1:20 pm

Minimize round trips to the server for best performance

100% positive, 0 comments
– Tip added by an anonymous user on Jun 18, 2008 at 4:07 pm

553 sorry, your envelope sender domain must exist errors

no ratings, 0 comments
– Tip added by an anonymous user on Sep 26, 2008 at 3:35 pm

attaching events to nodes in Javascript

no ratings, 0 comments
– Tip added by an anonymous user on Aug 18, 2008 at 11:23 am

Figuring out shortcuts in Eclipse

no ratings, 0 comments
– Tip added by an anonymous user on Aug 13, 2008 at 3:17 pm

animating elements with jQuery

no ratings, 0 comments
– Tip added by an anonymous user on Aug 04, 2008 at 1:46 pm

Broken Java in Firefox 3

no ratings, 0 comments
– Tip added by an anonymous user on Jul 15, 2008 at 11:15 am

1067 errors in Actionscript

no ratings, 0 comments
– Tip added by an anonymous user on Jun 17, 2008 at 9:28 pm

Referencing methods in PHP usort

Categories: php coding programming
no ratings, 0 comments
– Tip added by an anonymous user on Jun 13, 2008 at 11:18 am