Posts by Wander Arce • 15 points
6 posts
-
0
votes0
answers147
viewsQ: concurrent transactions spring boot + Docker
I have an app on Docker with Jhipster(Spring Boot + Angular) where Gero protocols for service. I’m using the @Transactional in the class of generating the protocols for control in the generation of…
-
0
votes2
answers150
viewsA: Formatting JSON in cakephp
Cake informs that you can return a Response this way is just pass the object or the list of objects within the example below public function listar() { $this->layout = 'ajax';…
-
0
votes1
answer317
viewsQ: Cakephp 3 Permissions - Authentication
Good afternoon, Someone who has already needed to use the restrictions for the user via bank in an editable way that can help. At first I followed the initial tutorial creating the user tables and…
-
1
votes1
answer1050
viewsQ: Login Spring Boot + Spring Secutrity + Angular
What structure is used for the Spring Boot, Spring Security and Angular Js combination to manage login and the Spring application will be in Rest. Will the login controller be in the Rest format as…
-
0
votes0
answers120
viewsQ: Ionic 2 + Cakephp 2.X Rest
How to parse data in json next? I’ve tried using the promise and the observable. { "diaries": [ { "Diary": { "id": "1", "user_id": "1", "title": "T\u00edtulo da agenda", "description":…
-
0
votes1
answer185
viewsQ: Listview update does not work
Hello, Can help? On the search screen is returning the data from the previous research plus the new research performed. Listview does not update only with new search return results. I’ve used the…