Spring TechieMy experience with the Struts 2 framework.The first time I watched Struts2 tutorials, I had a lot of questions about its internal functioning and configuration. As the video passes…Sep 10, 2023
Imran KhanMaven + Struts2 + Hibernate + Apache Tomcat in 10 min — DRAFTThis is a very rare combination anyone will explain in detail to use Maven, Struts2, Hibernate and maven Archetype as…Oct 6, 2022
Imran KhanStruts XML based validationIn earlier topics, we had a discussion over Java based validation using addFieldError and addActionError.Feb 14, 2023Feb 14, 2023
Imran KhanStruts User and Session Management in 10 minThis is a complete guide to build a User and Session Management application using struts2.Oct 14, 2022Oct 14, 2022
Imran KhanStruts2 ActionSupport addActionErrorActionSupport class implements many interfaces such as Action, Validateable and Serializable etc.Feb 7, 2023Feb 7, 2023
Spring TechieMy experience with the Struts 2 framework.The first time I watched Struts2 tutorials, I had a lot of questions about its internal functioning and configuration. As the video passes…Sep 10, 2023
Imran KhanMaven + Struts2 + Hibernate + Apache Tomcat in 10 min — DRAFTThis is a very rare combination anyone will explain in detail to use Maven, Struts2, Hibernate and maven Archetype as…Oct 6, 2022
Imran KhanStruts XML based validationIn earlier topics, we had a discussion over Java based validation using addFieldError and addActionError.Feb 14, 2023
Imran KhanStruts User and Session Management in 10 minThis is a complete guide to build a User and Session Management application using struts2.Oct 14, 2022
Imran KhanStruts2 ActionSupport addActionErrorActionSupport class implements many interfaces such as Action, Validateable and Serializable etc.Feb 7, 2023
Imran KhanStruts2 Multiple Configuration bean XML FilesStruts allows to create multiple struts configuration xml files and include same in struts.xml file using <include file=””> tag.Jan 22, 2023
Imran KhanStruts2 Multi namespaceThis is very interesting topic where small change can load code from different directory depending on the name space defined in struts.xmlJan 6, 2023
Imran KhanStruts + Localization in 10 minI always try to write things in such a manner that everyone will be able to read and learn things in one sitting. This will also help you…Oct 7, 2022