I executing migration from a mobilefirst 7.0 project to mobilefirst 8.0
In 7.0 project there are some java files that does not belong to Adapters, but to server (utils and constant classes, for example).
Checking official documentation for migration purposes, I have not beenable to find anything about how to manage these kind of files.
Anyone could provide me some information about how to migrate this logic?