Results 1 to 3 of 3

Thread: About versioning Spring docs

  1. #1
    Join Date
    Aug 2004
    Location
    Stockholm
    Posts
    466

    Default About versioning Spring docs

    First of all: Spring is great! Sometimes I hardly can believe the things you can do, and I'm amazed that EJB still is "out there" (for other reasons than big finacial systems). I'm one of the guys that has spent days and maybe weeks of my life cursing over and not just grasping why all this code was really necessary. And to be honest, I've never really understood how it works, but don't tell anyone, I'm supposed to.

    The Spring documentation is also very good, and has undergone a significant expantion the last month. I regularly print it, and therefore have a little wish:

    Would it be possible to mark every version with more than just Spring version? As it is a "work in progress" it would be most useful if the docs would be marked with last changed date or some revision code. Then one would know if there is a need to print a new copy of it.

    Thank you!
    Sincerely,
    /The Cantor

    "Murphy was an optimist"
    (The O'Toole commentary on Murphy's Law)

  2. #2
    Join Date
    Aug 2004
    Location
    Toronto, Canada
    Posts
    736

    Default

    We've typically be updating the online docs to match the release candidates, and sometimes even CVS.

    I do think that it is somewhat confusing for people to know what version is being referred to, so we probably need to link to both the docs for the current released version, and the CVS version.

    W/regards to updating some sort of small version number on every change, this is a bit harder, because the docs is built automatically from a number of source XML files, and people can go in there at any time and change anything from 1 line in one file, to a bunch of stuff in mutliple chapters. So a version number doesn't really do justice to these 2 extremes.
    Colin Sampaleanu
    SpringSource - http://www.springsource.com

  3. #3
    Join Date
    Aug 2004
    Location
    Stockholm
    Posts
    466

    Default

    Hi, Colin.

    I understand. I'm not a regular CVS visitor myself, but often stick to the versions published on the site, so I probably has no need to know whenever single-line updates of the docs have occurred.

    In the future maybe the engine that compiles the docs from all these sources could put a small timestamp somewhere, on the first page or so? That would be a very convenient feature.

    Thank you!
    Sincerely,
    /The Cantor

    "Murphy was an optimist"
    (The O'Toole commentary on Murphy's Law)

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. Replies: 5
    Last Post: Aug 9th, 2008, 05:30 AM
  3. A Spring Class Loader?
    By azzoti in forum Architecture
    Replies: 8
    Last Post: May 7th, 2005, 04:02 AM
  4. Good docs and books on Spring MVC
    By lnader in forum Web
    Replies: 3
    Last Post: Apr 13th, 2005, 03:01 PM
  5. Replies: 14
    Last Post: Feb 21st, 2005, 05:41 PM

Posting Permissions

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