Results 1 to 2 of 2

Thread: How to use only IoC container?

  1. #1
    Join Date
    May 2010
    Posts
    1

    Default How to use only IoC container?

    We develop application that is very exacting to disk space. Also we need to use Spring IoC container functionality. Therefore we find the way to use just IoC container from full distributive.

    Are there already known steps to reach our aims? How we can decrease size of Spring jars to minimum and keep IoC container functionality?

    Thanks for any help,
    timonik

  2. #2
    Join Date
    May 2010
    Location
    Lima, Perú
    Posts
    26

    Default

    Hi Timonik,
    I am currently doing a Spring 3 manual but it is in spanish, for this manual I am doing real code which you can download from:

    https://code.google.com/p/spring3-manual-ejemplos/

    In this code I am using only the needed spring jars. The code also include a pom.xml (maven file).

    The manual entry that you could check is in:

    http://www.agile-works.com/blog/?cat=14&paged=2

    and the code for this is in:

    https://code.google.com/p/spring3-ma...anual/ejemplo1

    I hope that this info will be helpful for you.
    Please let me know if you need something else

Tags for this Thread

Posting Permissions

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