Results 1 to 2 of 2

Thread: Spring-Framework Software Update Site

Hybrid View

  1. #1
    Join Date
    May 2008
    Posts
    23

    Default Spring-Framework Software Update Site

    Hello

    I was wondering if there is an update site for the spring-framework, spring-security and other spring components?
    I know there is an update site for the spring tools suite (http://www.springsource.org/STS-inst...n-instructions), but I'm looking for the actual framework bundles.

    Like many eclipse developers I'm using a Target Definition (http://wiki.eclipse.org/PDE/Target_Definitions), which contains different update sites e.g.:
    http://download.eclipse.org/modeling...1.2.0/interim/
    http://download.eclipse.org/technolo...R0.10.0/indigo
    http://download.eclipse.org/releases/indigo
    http://archive.eclipse.org/jetty/upd...ty-bundles-7.x

    The target definition is used to gather all the bundles which are need to run or build (used on hudson) an application.

    Most eclipse project provide an update site right at the download page:
    http://eclipse.org/babel/downloads.php
    http://download.eclipse.org/jetty/
    http://wiki.eclipse.org/Riena/Downloads
    http://www.eclipse.org/rap/downloads/

    For now I have made our own update site containing the spring bundles we need. But there are always complications, like attaching the source to the bundles.

    Is there already a site which I did not find? Do you consider to provide a site or is this no option at all?
    This would make it a lot easier for larger eclipse/spring based application to use and update the spring framework.

    greets
    Flavio

  2. #2
    Join Date
    Aug 2012
    Posts
    21

    Default

    Flavio, the eclipse update site is an eclipse-specific concept and does not exist for runtime JAR/libraries for spring frameworks.

    However, most developers use maven to get updates -- however maven is much more than just way to get updates to spring JARs, as you may already know.

    You can of course simply download updates of spring software from our website.

    Hope this helps.
    Last edited by phumphrey; Nov 14th, 2012 at 07:34 PM.

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
  •