• 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 Security or Spring ACEGI?

 
Ranch Hand
Posts: 774
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All,

I am new to Spring security and authentication. I am asked to modify this
example to include spring security in it. It can be either using Spring security or Spring ACEGI plugin. It is said that, i don't need to make any UI for this.
It is said that i need to create required tables for Security implementation, so that I will be able to add User, assign Authority and resource to access.
I can simply create tables and add data for testing. I don't need to create any UI for this. You can generate DB layer by using any tool.

Now my question is as i am new to this and this task has a very short time-span, can someone tell me which one is better to use. Spring ACEGI or Spring
Security itself. Can someone give me some good pointers to start with?

Looking forward to hear from you.

 
Ranch Hand
Posts: 433
Netbeans IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Acegi was renamed to Spring Security. Where to start? At the official page: http://static.springsource.org/spring-security/site/start-here.html
 
Life just hasn't been the same since the volcano erupted and now the air is full of tiny ads.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic