Articles

 How to migrate a database-backed Java application

Migrating a database-backed Java application is usually straightforward when you plan the file...

 How to move Java application files and configuration to a new host

When you move a Java application to a new host, the main goal is to copy not only the application...

 How to update config and database access after moving a Java project

When you move a Java project to a new hosting account or a new server, the application usually...

 What breaks most often during a Java migration?

During a Java migration, the parts that break most often are usually not the application code...