Results 1 to 3 of 3

Thread: Complete Newbie :( Logging and Java SE

  1. #1

    Red face Complete Newbie :( Logging and Java SE

    Hello all,
    sorry in advance for this (maybe) stupid question.

    I've been asked to find a better way to do logging in my company application I've inherited as designer (something like >700 java SE classes badly written, badly documented, ...) and I've just found Spring Framework site after some few readings about AOP.
    It seems AOP is a nice way to do logging but... I cannot use Java EE. Is it possible to do AOP logging with Spring Framework using Java SE only?

    Thank you very much for any help.

  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,624

    Default

    Why wouldn't it be... AOP doesn't depend on EE...
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

  3. #3

    Default

    Thank you. I didn't know that and I'm also completely unaware of JEE...

Posting Permissions

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