Olá a todos,
preciso colocar esta rotina numa thread, mais tenho dúvidas sobre como fazer:
command action:
if (command == cAnalisarEntradaDia){
try {
chamaServlet();
} catch (IOException ex) {
}
}
public void chamaServlet() throws IOException {
…
}