Wednesday, April 25, 2007
Java security
Java has many security mechanisms built in. It pays to check Sun's Java SE Security Page, you can visit it here. A paradox is that although every computer professional that I know talks about the importance of addressing security on a web project, few have spent some time checking why Java is usually pointed as a secure language to produce web applications. The main point is that Java has strong embedded security, that will be put in use by the simple fact that an application is build on Java. This is different when you have to implement your application security by yourself. By using Java, you will be producing secure applications naturally. Go ahead, check it!
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment