Re: Testing using Camel Test or Spring Testing or Guice

2009-02-16 Thread Willem Jiang
emq.apache.org/camel/guice.html > >>>>> > >>>>> and finally support for Spring Java Config to allow folks to use > >>>>> Spring without any XML > >>>>> http://cwiki.apache.org/CAMEL/spring-java-config.html > >>>>> > >>

Re: Testing using Camel Test or Spring Testing or Guice

2009-02-15 Thread Claus Ibsen
g/CAMEL/spring-java-config.html >>>>> >>>>> However not everyone uses Spring or Guice for Dependency Injection; >>>>> sometimes folks use straight Java code. So then Camel Test has >>>>> recently come along as an option... >&

Re: Testing using Camel Test or Spring Testing or Guice

2009-02-13 Thread nojonojo
ndency Injection; >>>> sometimes folks use straight Java code. So then Camel Test has >>>> recently come along as an option... >>>> http://cwiki.apache.org/CAMEL/camel-test.html >>>> >>>> This might now all seem confusing! So I've tr

Re: Testing using Camel Test or Spring Testing or Guice

2009-02-13 Thread nojonojo
n... >>> http://cwiki.apache.org/CAMEL/camel-test.html >>> >>> This might now all seem confusing! So I've tried to create a testing >>> page describing how they are all now pretty similar; whether using >>> Camel Test, Spring Testing w