Good morning,
I created a bean on the middleware named @Component (FtpClientHelper.NAME)
public class FtpClientHelper …
Is it correct to use it on the GUI controller?
Entering “import com.company.traspammversionetest.core.FtpClientHelper;” when I go to compile the message “error: cannot find symbol class FtpClientHelper” comes out
good morning,
I followed the instructions given but how much on the service I perform @injection of the service at compile time I get an error message. If I delete the import directive related to the service (and therefore I cannot use the service) the compilation works correctly.example_service_import.zip (344.9 KB)