how to avoid hacking complex web applications

can any one provide a solution for avoiding the theft(breaching ) the data in the servlets
[97 byte] By [MSSLa] at [2007-11-27 7:37:32]
# 1
Go ask Sun... :pThere shouldn't be any data in servlets. Anyway, if you make it publically accessible, the data will be free to be grabbed. What exactly is it you want to prevent (example scenario) and what exactly is it you want to protect?
CeciNEstPasUnProgrammeura at 2007-7-12 19:18:08 > top of Java-index,Java Essentials,Java Programming...
# 2
just don't make stupid mistakes...The vast majority of vulnerabilities and loopholes are caused by stupid mistakes, so if you don't make those you already prevent the vast majority of intrusions.
jwentinga at 2007-7-12 19:18:08 > top of Java-index,Java Essentials,Java Programming...