Results 1 to 2 of 2

Thread: Java Servlet and IOC

  1. #1

    Default Java Servlet and IOC

    Hi

    I'm using Struts as my MVC implementation. I'm creating some servlets and I would like to apply IOC to my servlets. Is there a way to use the spring file configured for struts to do IOC on the servlets?

    Regards,

    Néstor Boscán

  2. #2
    Join Date
    Aug 2004
    Posts
    1,905

    Default

    The simplest way would be to use spring to manage the servlets, i.e. turn those servlets into Controllers.

Posting Permissions

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