Simple Apache Struts 2.5 Example

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ธ.ค. 2024

ความคิดเห็น •

  • @pinolskun8764
    @pinolskun8764 2 ปีที่แล้ว +6

    Quality explanation. Clear english, things not left to randomness, no weird cuts, a tad bit of humor. 10/10. You got a sub and i will search any topic i need in your videos from now on. Thanks

    • @cameronmcnz
      @cameronmcnz  2 ปีที่แล้ว +1

      Thanks for the kind words! Yeah, I'm trying to make my videos short and to the point. My latest ones are even more trim than ever. Thanks for noticing!

  • @marsdevops
    @marsdevops 2 หลายเดือนก่อน +1

    How you run this at the end? I don't see the option to run this on the local Apache tomcat server.

    • @cameronmcnz
      @cameronmcnz  2 หลายเดือนก่อน

      How are things! Great to see modern interest in Struts. It really is a great framework.
      At 11:37 I right-click and select Run-on Server. I don't think I set the server up in this tutorial, but in a previous one, or before I did this tutorial, I would have just gone to the servers tab and added a server, and likely chose the option to download and install Tomcat 9 all within Eclipse. The video was recorded 4 years ago so I can't remember exactly, but that is the standard way I still do it today.

  • @ashwikraoalladi3320
    @ashwikraoalladi3320 5 หลายเดือนก่อน

    i have a small doubt that in web.xml you mentioned as index.jsp in tag but the file is index.html and how it can open for you ?.

  • @jagadeesh.a4272
    @jagadeesh.a4272 4 ปีที่แล้ว

    I am upgrading struts to 2.5.26 from 2.5.22 , while deploying geetting StringIndexOutofBoundException in weblogic server.. How can i overcome from this.

  • @tathagata51
    @tathagata51 4 ปีที่แล้ว +1

    Great Tutorial. But I am facing a problem, although I am entering a name in browser through index.html in console it is showing "Value of firstName is:null". But in url firstName=Tathagata appearing. And as an output:
    Results Page
    Hello !!!
    Name entered through input box is not appearing

    • @tathagata51
      @tathagata51 4 ปีที่แล้ว +1

      Nevermind, in index.html, solved the problem.

    • @cameronmcnz
      @cameronmcnz  3 ปีที่แล้ว

      I'm so glad I could help without helping! It's always the little things. Always the little things.

  • @LiteTh-b9k
    @LiteTh-b9k 10 หลายเดือนก่อน +1

    The requested resource [/demo_struts/index.html] is not available. I am getting this error is there any way I can get it resolved

  • @r28794
    @r28794 4 ปีที่แล้ว

    How can I migrate struts version from 2.3.35 to 2.5.22 maven project eclipse??

    • @cameronmcnz
      @cameronmcnz  4 ปีที่แล้ว

      I'd start by switching the JARs in the Maven POM and seeing what breaks. There were only a few issues where backwards compatibility wasn't maintained between those two versions. What errors are you getting?