Article Discussion
Rethinking Application Security
Summary: Discovering security problems early in the development cycle is only the first step toward creating more secure and reliable applications, says Parasoft's Wayne Ariola in an interview with Artima. For developers to work effectively in a security-conscious environment, addressing security-related coding issues must be integrated in developers' daily workflow.
1 post.
The ability to add new comments in this discussion is temporarily disabled.
Most recent reply: May 8, 2008 9:00 AM by Vijay
    Frank
     
    Posts: 135 / Nickname: fsommers / Registered: January 19, 2002 7:24 AM
    Rethinking Application Security
    May 7, 2008 0:00 PM      
    Discovering security problems early in the development cycle is only the first step toward creating more secure and reliable applications, says Parasoft's Wayne Ariola::

    http://www.artima.com/lejava/articles/javaone_2008_wayne_ariola.html

    To what extent do you integrate security-related code checks into your development workflow?
    • Vijay
       
      Posts: 4 / Nickname: vijaykandy / Registered: January 25, 2007 6:08 AM
      Re: Rethinking Application Security
      May 8, 2008 9:00 AM      
      Security is an aspect that most people don't pay attention to till its too late. I think application and its security rules should have as small intersection as possible. The great thing about JAAS is that its part of the language itself but it thins the line between business logic code and the policy rules. The essay is nice but I'd like to see Parasoft's solution with an example.