| Author |
How can i add a security for webapplication ?
|
Sirish Kumar Gongal Reddy
Ranch Hand
Joined: Oct 25, 2004
Posts: 109
|
|
Hi folks, I'm developing a webapplication so far i didn't think about security my query is how can i apply security for my application.my application is web based.plz tell me the way. Thnx, G.sirish Reddy
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12327
|
|
What aspect of security are you talking about - control over admiting users to the application, control over what the application is allowed to do, encryption of communication? Control over users may already be built into the container your application runs in - what are you using? Java provides for very fine-grained control over what a given application is allowed to do through security managers. Bill Note that the performance forum is not really the place for this question. [ July 23, 2005: Message edited by: William Brogden ]
|
Java Resources at www.wbrogden.com
|
 |
 |
|
|
subject: How can i add a security for webapplication ?
|
|
|