by thesurlydev on 7/29/24, 5:29 PM with 1 comments
For a flavor of what I'm talking about a typical Java app is written in Java 6, is built via Ant and is manually deployed to machines in a private data center. There are no existing tests. Many of the library dependences are unversioned and the jars are checked into the version control system.
How would you approach the process of modernizing these apps?
by physicsguy on 7/31/24, 3:07 PM