• 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

Getting started

 
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Which site is good for getting started in spring security ? I need to work on sec from next week onwards.
 
Ranch Hand
Posts: 1325
Android Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are some suggested Steps to getting Started with Spring Security.
 
Pradeep bhatt
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks. It looks like Spring security is complicated with so many intefaces/classes.
 
Author
Posts: 84
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Pradeep,

My suggestion is to read my book

If you don't want to read it, I'd suggest coming up with a small, simple project - just build a simple web application and try to add security to it. Use a step-by-step approach, first adding Spring Security without doing much else. Next, you can use the concept of progressive enhancement to continue to explore features of the framework once you understand the baseline. Spring Security also comes with some good sample applications, and a well-written reference manual.

I had also written a getting started guide for Spring Security which is pretty popular. It was written at the time of Spr Sec 2.0, but should work pretty much without modification for Spr Sec 3.

Actually, for most of the simple functionality, you don't need to get into the source code at all - you can do a lot simply with the XML-based namespace configuration, which abstracts a lot of the back-end functionality.

Hope that answers your question (and hopefully you win the book )

Peter
 
Pradeep bhatt
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Peter for the encouraging words. Your tutorial was excellent to get started.

Sure. I will buy this book if I don't win here.
 
We begin by testing your absorbancy by exposing you to this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic