One important mitigation to prevent attacks on web applications is secure development. But one layer of security is not enough. So why not develop an application that protects and defends itself? Developers know best what needs to be protected and how to identify unusual behavior. That’s ‘Application Intrusion Detection’. In addition to the subsequent analysis of an attack, it enables the application to detect an ongoing attack itself. And to respond to an attack automatically and in real time with appropriate defense measures – before an attacker gains control of the application. This session will show you how to create more secure Java web applications by adding self-defending capabilities by utilizing ‘Application Intrusion Detection’.