1

I can't find

http://www.springframework.org/schema/integration/aws/spring-integration-aws.xsd

under

http://www.springframework.org/schema/integration/

Any help?

Vishal Zanzrukia
  • 4,902
  • 4
  • 38
  • 82
  • You should add a few more things to your question like - What all you have tried, What confused you or what stopped you from finding further etc. When someone sees incomplete question, they down-vote it. Happy coding! – nitinr708 Aug 04 '17 at 07:22
  • I agree, but I thought it was enough context! Developer should know that why a developer need the xml schema! (XSD)? – Vishal Zanzrukia Aug 04 '17 at 11:48
  • Close to 20 million developers are there in the world, only 8 million are java professionals and I am sure lot of them may not have used XSD which goes as old as 2001 and that it stands for Xml Schema Definition. Please give the world some time to keep up, eh! – nitinr708 Aug 05 '17 at 08:13
  • @nitinr708 : You are right, but that's why stackoverflow provides tag mechanism, if developer is not aware about the XSD and Spring(or java), then why should they look this question at all? I tagged this question properly! – Vishal Zanzrukia Aug 05 '17 at 08:35
  • perhaps it was unlucky a shooter stopped by your post! with his vote gun not reading the tag name plate ;) BEWARE OF VOTE HUNTERS! – nitinr708 Aug 05 '17 at 08:51

1 Answers1

2

You shouldn't care about that these days. The normal IDEs are able to resolve XSD against classpath, reading the content of the jars you provide for your project.

That schema is located here: https://github.com/spring-projects/spring-integration-aws/tree/master/src/main/resources/org/springframework/integration/aws/config

Artem Bilan
  • 113,505
  • 11
  • 91
  • 118