• 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

security

 
Ranch Hand
Posts: 114
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all,
how we will provide the security for our webapplication.

tell me anyone how you are providing the security for your project.

please help.

cheers,
babu.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Security is a huge subject. What exactly are you looking for - authentication, authorization, encryption, SQL injection, XSS, parameter verification, ... ?
 
A Babu
Ranch Hand
Posts: 114
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
in interviews they asked me how you are providing the security for your project.that's why i am asking

cheers,
babu.
 
Ranch Hand
Posts: 135
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is kinda open-ended question. Read up more on security and you shall be able to answer it. Single sign-on stuffs might be interesting enought for the interviewer
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by A Babu:
hi,
in interviews they asked me how you are providing the security for your project.that's why i am asking

cheers,
babu.



Getting a short answer here wouldn't help you much in this case.
There are several approaches to securing web sites. I'm sure that, as soon as you told the interviewer which approach you were taking, he/she would have asked you why you chose that approach and what it's advantages and disadvantages are when compared with some of the other approaches.

A Google search with "declarative programmatic security" should give you plenty to read on the subject.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic