• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

where to put .xml in spring proj

 
Ranch Hand
Posts: 46
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Where to put the .xml file in a Maven / Spring project?

I am following this tutorial http://thinkbiganalytics.com/ingestion-with-spring-integration/

The second step says 'The second step, which is similar to other Spring projects, is to set up the components that we’ll use in an XML file. I created the XML file Spring-Integration.xml and put the following content in it.'

I cant seem to figure out where I should be putting this? Does it matter?

Thanks in advance
 
Ranch Hand
Posts: 61
1
IntelliJ IDE Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not sure if it helps, but you can switch to full Java configuration for a Spring project(and that seems to be the way future look like).
reply
    Bookmark Topic Watch Topic
  • New Topic