Results 1 to 2 of 2

Thread: Debugging spring applications

  1. #1
    Join Date
    Nov 2004
    Posts
    159

    Default Debugging spring applications

    Once we spring enable the application, how do we debug the problems. Does spring app write to any log files about the session management/transaction management.

    I'm sorry if it's trivial.

    Thanks!

  2. #2
    Join Date
    Aug 2004
    Location
    Toulouse, France
    Posts
    148

    Default

    Spring strapbooting your application, you can use your usual debugging strategy on runtime for your own code.
    As for spring internals, it is stuff with precise logs based on commons-logging. If you set it to debug level, you'll see that the quantity of information to spot problems is really high.
    Olivier

Similar Threads

  1. Spring MVC Web Framework versus Struts
    By biguniverse in forum Web Flow
    Replies: 27
    Last Post: Aug 29th, 2012, 03:57 AM
  2. A Spring Class Loader?
    By azzoti in forum Architecture
    Replies: 8
    Last Post: May 7th, 2005, 04:02 AM
  3. Spring debugging question : IoC
    By etienno in forum Architecture
    Replies: 7
    Last Post: Apr 13th, 2005, 08:26 AM
  4. Replies: 14
    Last Post: Feb 21st, 2005, 05:41 PM
  5. Spring: useful for J2EE. not so useful for J2SE?
    By Edward Kenworthy in forum Container
    Replies: 2
    Last Post: Nov 2nd, 2004, 08:46 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •