Results 1 to 3 of 3

Thread: Docs need update

  1. #1
    Join Date
    Jul 2005
    Location
    Foster City, CA
    Posts
    10

    Default Docs need update

    Env: Tomcat 4.1, Spring 1.2.2, Spring Web Flow PR4

    Website states:
    - You need the core web flow jar, spring-webflow.jar.
    - You'll also need spring.jar and commons-logging.jar. These are both provided in the Spring 1.2 distribution.
    - To use the Struts 1.x integration, you'll need the neccessary Struts libraries.
    - To use the Spring MVC integration, you'll need spring-web.jar.

    In addition to the above, i had to download ognl to make the sellitem sample code work.

    Another note: PR4 samples assume support for schemas (web.xml). Had to change it back to the dtd version to make it work with tomcat 4.1

    Somebody plez update the docs, it will make life easier for an newbie like me.

    thanks,
    Ramiya

  2. #2
    Join Date
    Aug 2004
    Location
    Melbourne, FL
    Posts
    2,794

    Default

    Those docs look correct to me and were recently updated.

    We favored J2EE 1.4 schema for the sample web.xml files simply because we're using JSP 2.0 (favoring its simplicity for demonstration purposes.)

    Yes, ognl is an indirect dependency used by the samples. However, if you use the provided build system (building with a 'ant dist' with ivy in the ant classpath) that will pull down the ognl.jar (and all other dependencies) automatically. See the readme.txt in the spring-webflow-samples directory.
    Keith Donald
    Core Spring Development Team

  3. #3
    Join Date
    Aug 2004
    Location
    Melbourne, FL
    Posts
    2,794

    Default

    I improved the docs on the WIKI.
    Keith Donald
    Core Spring Development Team

Similar Threads

  1. Replies: 3
    Last Post: Sep 7th, 2006, 12:49 PM
  2. batch update error using Hibernate 3
    By sbmahs in forum Data
    Replies: 1
    Last Post: Jun 17th, 2006, 01:02 PM
  3. Ibatis update issue
    By biggs in forum Data
    Replies: 0
    Last Post: Feb 2nd, 2005, 04:42 AM
  4. Replies: 2
    Last Post: Oct 22nd, 2004, 02:30 AM
  5. Replies: 2
    Last Post: Aug 17th, 2004, 04:16 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
  •