As of now we are using Struts1.2.4 with java4. We want to upgrade it to Java5. Java 5 has so
many deprecated method in EE. Will struts 1.2.4 work with java 5?
As of now we are using Struts1.2.4 with java4. We want to upgrade it
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Note that although they’re deprecated, they still will exist/function as before. Deprecation just means that they will disappear in a future edition.
Regardless of the deprecation, I would schedule some serious testing just to make ensure behaviour hasn’t changed (I do this for all platform migrations, no matter how trivial).