Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in controller

Can Spring Security use @PreAuthorize on Spring controllers methods?

Fat models, skinny controllers and the MVC design pattern

How should one unit test a .NET MVC controller?

In Spring MVC, how can I set the mime type header when using @ResponseBody

Why we shouldn't make a Spring MVC controller @Transactional?

asp.net mvc3 return raw html to view

Is Spring annotation @Controller same as @Service?

spring service controller

Generate a controller with all the RESTful functions

AngularJS custom filter function

Web API Routing - api/{controller}/{action}/{id} "dysfunctions" api/{controller}/{id}

How to rename rails controller and model in a project

How to pass parameters to a partial view in ASP.NET MVC?

ASP.NET MVC - Should business logic exist in controllers?

Multiple controllers with AngularJS in single page app

Which is better, return "ModelAndView" or "String" on spring3 controller

spring-mvc controller

Init method in Spring Controller (annotation version)

Is it possible to determine whether ViewController is presented as Modal?

ASP.NET MVC: Is Controller created for every request?

Get controller and action name from within controller?

Can I get the name of the current controller in the view?