Developing First Spring Application | Spring Tutorial | Mr. Nataraj

Поділитися
Вставка
  • Опубліковано 20 гру 2024

КОМЕНТАРІ • 36

  • @NareshIT
    @NareshIT  5 років тому

    Please Comment, Subscribe and Click Bell🔔🔔🔔 Icon for More Updates. To learn software course from our experts please register here for online training: goo.gl/HIB0wL

  • @priyabiradar9299
    @priyabiradar9299 7 років тому +1

    I got clarity from this video.thanks sir

  • @jeetaranikamar2961
    @jeetaranikamar2961 7 років тому +4

    you r great man.thanq sir.keep doing #great job.

  • @punyabikash3624
    @punyabikash3624 7 років тому

    very clear explanation sir....u r great I am following all your videos..... please upload more videos on spring and hibernate..

  • @sangramGi
    @sangramGi 7 років тому +1

    That's really helpful..Thank you sir....

  • @kbhange90
    @kbhange90 7 років тому

    Well delivered and well edited

  • @yashwanthreddygowreddigari1997
    @yashwanthreddygowreddigari1997 4 роки тому

    such a cool man .,,u sir

  • @srikanthjanapati4247
    @srikanthjanapati4247 7 років тому

    nice and excellent explanation

  • @bhaneshwar
    @bhaneshwar 7 років тому +3

    thanks a lot sir.

    • @bharatiyaashish
      @bharatiyaashish 6 років тому +1

      or Bhuvi kya haal h...Wicket bahut le rha h aajkal... #ChakDeFatte

  • @balakrishna7933
    @balakrishna7933 7 років тому

    Sir,while executing this first application it's showing error
    can you tell what is the problem
    Jul 01, 2017 10:58:43 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
    INFO: Loading XML bean definitions from file [C:\Users\small b\eclipse-workspace\IOCProject1.SetterInjection\src\com
    t\cfgs\applicationContext.xml]
    Exception in thread "main" org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 12 in XML document from file [C:\Users\small b\eclipse-workspace\IOCProject1.SetterInjection\src\com
    t\cfgs\applicationContext.xml] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 12; columnNumber: 10; cvc-complex-type.2.3: Element 'beans' cannot have character [children], because the type's content type is element-only.
    at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:399)
    at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:336)
    at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:304)
    at org.springframework.beans.factory.xml.XmlBeanFactory.(XmlBeanFactory.java:79)
    at org.springframework.beans.factory.xml.XmlBeanFactory.(XmlBeanFactory.java:67)
    at com.nt.test.SetterInjectionTest.main(SetterInjectionTest.java:20)
    Caused by: org.xml.sax.SAXParseException; lineNumber: 12; columnNumber: 10; cvc-complex-type.2.3: Element 'beans' cannot have character [children], because the type's content type is element-only.
    at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
    at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(Unknown Source)
    at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(Unknown Source)
    at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(Unknown Source)
    at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(Unknown Source)
    at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(Unknown Source)
    at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.reportSchemaError(Unknown Source)
    at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.elementLocallyValidComplexType(Unknown Source)
    at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.elementLocallyValidType(Unknown Source)
    at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processElementContent(Unknown Source)
    at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleEndElement(Unknown Source)
    at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
    at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
    at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
    at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
    at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(Unknown Source)
    at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
    at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
    at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
    at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
    at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown Source)
    at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown Source)
    at org.springframework.beans.factory.xml.DefaultDocumentLoader.loadDocument(DefaultDocumentLoader.java:76)
    at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadDocument(XmlBeanDefinitionReader.java:429)
    at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:391)
    ... 5 more

    • @jagadeeshkumarkotha5645
      @jagadeeshkumarkotha5645 7 років тому

      in applicationContext.xml ==> you have to add xsd schema line (as taken with the help of pdf 26:12
      )

  • @mohdahasansiddiqui9063
    @mohdahasansiddiqui9063 7 років тому

    Excellent....

  • @xis20000
    @xis20000 6 років тому +1

    why Type casting is necessary if i say "generator=(WishMessageGenerator) factory.getBean("wish");" this will run perfectly why have you taken Object obj then type cast it in to WishMessageGenerator?

  • @balakrishnac3306
    @balakrishnac3306 7 років тому

    Comment is what...???
    :p really loved the session

  • @hitekboy2507
    @hitekboy2507 7 років тому

    And if it is done throu land injection then ...called what sir? U r gre8

  • @swetham8979
    @swetham8979 7 років тому

    awesome sir

  • @prasadseelam5843
    @prasadseelam5843 7 років тому

    Awesome..

  • @priyankachoudhury3632
    @priyankachoudhury3632 6 років тому +1

    Could you please upload all modules of spring videos?

    • @kalyansrikanth9648
      @kalyansrikanth9648 6 років тому

      If download all modules of spring videos how to come classes students,madam

  • @vnvllucky3677
    @vnvllucky3677 3 роки тому

    How to get spring application in our desktop can anyone tell please

  • @mnsravani2161
    @mnsravani2161 6 років тому

    Thank u sir. But I have one basic doubt. U r saying container can use the constructor for creating
    the object. But generally constructor can be used for
    initialize the object.
    Then I confused usage of constructor here. Can u clarify it. Please any one can reply...

    • @devarajt6965
      @devarajt6965 6 років тому

      whenever object is created.., its constructor will be called. You can put some initialisation code there. As the same suggests.., constructor is used to construct the object no matter you put anything to initialise or not.

  • @bhuvanaredrouthu9776
    @bhuvanaredrouthu9776 7 років тому

    hello nataraj,I am unable find spring 4.2.x in the google.If it possible anybody help with the download link.
    Thanks

  • @vamseekrishna2579
    @vamseekrishna2579 6 років тому

    thank u sir

  • @balakrishna7933
    @balakrishna7933 7 років тому

    I am not imported XmlBeanFactory
    it's showing error
    can you explaim what is the problem in my program
    Exception in thread "main" java.lang.Error: Unresolved compilation problem:
    XmlBeanFactory cannot be resolved to a type at com.nt.test.SetterInjectionTest.main(SetterInjectionTest.java:19)

  • @milinddhowlaghar7529
    @milinddhowlaghar7529 4 роки тому

    give me the link to download spring core jar files

  • @RAJESHKUMAR-jh6bq
    @RAJESHKUMAR-jh6bq 7 років тому

    I need the full video. How to get it. kindly suggest

  • @RAHULSINGH-qx8vf
    @RAHULSINGH-qx8vf 4 роки тому

    Why it is printed name of raja
    You are not define that name

  • @shaiksamsalman
    @shaiksamsalman 4 роки тому

    Xclnt Xplanation.