For a lot of us using Struts1.x internationalization is as simple as having resource bundles in the classpath, and the simple struts-config.xml configuration: However, this approach has a simple limitation, that the resource bundles have to be in the classpath of the application. However, in one of the projects at work, one of the design … Continue reading
Struts 1.x has inbuilt mechanisms to handle multi part posts (file uploads). By default it uses Apache Commons Fileupload. In the application I was working on we used Struts as the MVC framework, but Spring to do pretty much everything else. Springs, Struts integration module was extensively used, and we were using Spring’s SpringBindingActionForm for … Continue reading