• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Spring book question

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Will I find a complete module for Spring secutiry and REST services with some examples?, and, how to use Spring with the most used IDE's (Eclipse, NetBeans, RAD)??? It would be great if this modules are in the book, it would help me a lot in my job.

BR,
 
author
Posts: 469
20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Rafael,

Spring Web MVC, RESTful web services and Spring Security modules are covered in chapters 10-14. You'll find many samples in these 5 chapters that you can use to learn and implement RESTful web services and secure Spring applications. The book only shows how to configure and use Eclipse IDE to import and run samples. If you are using any other IDE, it won't be difficult to follow similar steps to configure your IDE to run samples.

regards
ashish
 
reply
    Bookmark Topic Watch Topic
  • New Topic