Results 1 to 3 of 3

Thread: Bean Properties Best Practices (Real Newbie)

  1. #1
    Join Date
    Oct 2004
    Posts
    4

    Default Bean Properties Best Practices (Real Newbie)

    Hi,

    1. Is it good practice to be setting non interface properties using the the configuration xml file?

    2. Are there any tutorials out there for using spring outside of a web application? I have googled high and low but cant find any.

    Regards
    Willie

  2. #2
    Join Date
    Oct 2004
    Posts
    4

    Default

    Ok, now that I have given everyone a good laugh.... this is much the point of spring it seems. My excuse ... such a different doing things - you end up writing hardly anything in Java and it becomse a bit unnerving.

  3. #3
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Posts
    2,768

    Default

    If you want to see some examples of loading a Spring application context outside a web container, try some of the following:

    - Spring jPetstore sample, client directory
    - Spring Rich Client CVS Petclinic sample, PetclinicStandalone class
    - Acegi Security Contact sample, client directory

Similar Threads

  1. Order of Bean definitions matters?
    By cfuser in forum Container
    Replies: 2
    Last Post: Oct 21st, 2005, 10:29 AM
  2. Spring container fails with no exception
    By naor in forum Container
    Replies: 9
    Last Post: Oct 1st, 2005, 03:39 PM
  3. EHCaching Hibernate
    By dencamel in forum Data
    Replies: 3
    Last Post: Sep 6th, 2005, 09:03 PM
  4. could not satisfy dependencies
    By springuser in forum Container
    Replies: 4
    Last Post: Apr 26th, 2005, 01:15 PM
  5. Replies: 1
    Last Post: Apr 25th, 2005, 07:37 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
  •