Top "Controller" questions

A controller is responsible for executing a sequence of instructions in response to some stimulus (maybe a command, action, or event).

Multiple FXML with Controllers, share object

Goodevening everyone, I have found a bunch of posts already on this topic but I still can not manage to …

controller javafx-2 fxml javafx-8
Why we shouldn't make a Spring MVC controller @Transactional?

There are already a few questions about the topic, but no response at all really provides arguments in order to …

java spring-mvc controller transactional
ASP.NET MVC: returning plaintext file to download from controller method

Consider the need to return a plain-text file from a controller method back to the caller. The idea is to …

asp.net-mvc controller download
.NET MVC - Call a controller Action from another controller action

I have a controller action which I would like to call another controller action. Is this a valid thing to …

asp.net-mvc controller
AngularJS: Change hash and route without completely reloading controller

I have a controller, with a route like this: #/articles/1234 I want to change the route without completely reloading the …

controller reload routes angularjs persist
Flutter - getx controller not updated when data changed

I am developing an app that has a bottomnavitaionbar with five pages. I use getx. In first page, i am …

flutter controller flutter-getx
Can't access $location when using .controller method in AngularJS

I'm using ng-submit on a form to push data to a Firebase, everything works as expected. What I would like …

angularjs controller firebase angularfire
PathVariable in Spring Controller

I'm trying to map the url /locations/{locationId}/edit.html - that seems to work with this code: @Controller @RequestMapping( "/…

java spring spring-mvc controller path-variables
CakePHP 2.3.8: Calling Another Controller function in CronController.php

For CakePHP 2.3.8 How can I call Another Controller function in CronController.php Any ideas?

controller cakephp-2.0 cakephp-2.3 cron-task
post and get with same method signature

In my controller I have two actions called "Friends". The one that executes depends on whether or not it's a "…

asp.net-mvc post controller get asp-net-mvc-1