Spring Tutorial 05 - ApplicationContext and Property Initialization
Uploader Comments (koushks)
All Comments (7)
-
This man is one of the best teachers in the world.
-
@shoibmd Spring.xml should be kept within src parallel to package not within the package because doing this will make xml file parallel to class,which will throw exception.
-
very nicely presented indeed!!
Thank you
-
Hi, can you help i'm new to this spring,i want what is this org.koushik.jababrains is this package phisically exist or just created backedge.
And created spring same as from first to 5 tutorial but i'm get error like
(
in XML document from file [D:\workspace\SpringDema\sprin
g.xml] is invalid; nested exception is org.xml.sax.SAXParseException: Document root element "beans", must match DOCTYPE root "bean") will you tell me how to fix it
-
Waiting for more tutorials in the series!
-
Awesome ... I'm awake at 3:30 am watching this ...
@shoibmd Any package name should do. Regarding the Spring XML error, check if you have the hierarchy right. First you need to have a beans element and under that, individual bean elements.
koushks 6 months ago