java - Which Spring Framework provides REST Services? -


in spring have spring ws soap api's.

my concern :

  • i want implement rest services spring
  • want follow proven best practices
  • want deliver in time ( avoid redo )

is there spring framework rest services ( spring ws soap api ) ?

i unable find one answer blueprint restful services , best practices.

( feel free leave comments )

update :

  • if don't need framework how make sure follow best practices
  • i mean, developer might unknowingly miss or might overdo some.
  • so, why don't have rest , should 1 refer void ?

you don't need framework implement rest services spring, it's possibile way how can implement services in spring.

as official doc spring - creating restful services says:

spring's annotation-based mvc framework serves basis creating restful web services.

so, if haven't added spring-web & spring-webmvc dependencies project, can have do.


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -