java - Which Spring Framework provides REST Services? -
this question has answer here:
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 followbest 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
Post a Comment