spring mvc - How to implement multi-action controllers -



spring mvc - How to implement multi-action controllers -

i pretty familiar asp.net mvc, want seek spring mvc. did tutorial examples. in asp.net mvc, can set many action methods in single mvc controller class, seems me in spring mvc, can have "one" action method in controller class?

i wondering find out spring mvc correspondence of action methods in asp.net mvc? can have many action methods in single controller how asp.net mvc does?

in spring mvc, can have "one" action method in controller class

i'm not sure got from, it's not true now, , never has been. you've been misinformed.

look @requestmapping-annotated methods in spring docs, or old-style (and obsolete/deprecated) multiactioncontroller.

spring-mvc

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - cuda, pycuda -- how to write complex numbers -- errors:class "cuComplex" has no member "i" -

How do I check if an insert was successful with MySQLdb in Python? -