Questions tagged as 'services'

2
answers

What is the best way to run a java application as a Service on Windows (32 or 64 bit)?

What you need to do to run a Java application (without visual interface) as a Windows service. The program basically uses the Filesystem API and the network API (java.net, java.io and java.nio) If you need to build from the sources I'd like t...
asked by 21.02.2014 / 20:59
1
answer

Using features of the Timer class (System.Timers) is a Windows service?

I need to do a check in the database once a day . I'm thinking of using the class Timer (System.Timers) . Will the time contactor feature burden / slow down other system services? Is this solution advisable within a Windows servi...
asked by 27.08.2014 / 22:16
1
answer

What are the advantages and disadvantages of using BaaS

Yesterday I witnessed a lecture where I was presenting some things about BaaS(Backend as a Service) . After this some doubts arose: Following this model the need to create a back-end for complete is eliminated leading the projec...
asked by 16.09.2016 / 16:07
2
answers

What is the service layer in DDD?

Reading about DDD I've heard about the service layer and I'm a bit doubtful about it because from what I read a service can tell business logic. Basically the definition I saw is this:    Services are classes that contain business logic, but...
asked by 05.02.2015 / 19:28
1
answer

In a service-oriented architecture, is the database decentralized?

I'm looking forward to getting a great project, and on its own scale I've suggested adopting a service-oriented architecture - because it is easier to solve several average problems than a very large one. I was asked about the database: that e...
asked by 22.08.2014 / 23:13
1
answer

Error putting Virtualbox as service [closed]

I created a service in windows to be able to configure my VM in Headless mode, with the command: sc.exe create DailyLubuntu binpath= "\"C:\Program Files\Oracle\VirtualBox\VBoxHeadless.exe\" startvm Daily LUbuntu - Lucas" DisplayName= \"Dail...
asked by 14.05.2015 / 21:56
2
answers

How to reference eSocial webservices by Visual Studio?

I've already followed the instructions of this question li, reli, and have re-read the Pedro Gaspar tutorial several times. And I can not reference the eSocial webservices through Visual Studio. What I've done so far was: I installed the...
asked by 15.06.2018 / 20:30
1
answer

Manipulate services with powershell

I've created a script to start and stop a service. My intention is to be able to start or stop a service through a simple mouse click on a desktop shortcut. I created a shortcut to the script and in the target field in the shortcut properties I...
asked by 24.01.2016 / 13:02
1
answer

How to implement Service Layer with Spring?

Does anyone know of any tutorial, examples ... any source to learn how to implement service layer?     
asked by 21.12.2015 / 15:48
1
answer

Execute a method with the application closed "Service"

In Android it is possible to send notifications, make queries via http, execute methods, all through a Service without the user having to run the application, just because the service is active, everything happens naturally. I see that in iOS th...
asked by 17.06.2015 / 16:42