• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Secure Coding Rules for Java Live Lessons
Image from InformIT
Title: Secure Coding Rules for Java Live Lessons
Author(s): Robert Seacord
Publisher: Addison-Wesley Professional
Category: Security


Summary

InformIT wrote:Java Professional Development LiveLessons provides developers with practical guidance for developing Java programs that are robust and secure. These LiveLessons complement The CERT Oracle Secure Coding Standard for Java.

In this video training, Robert provides complementary coverage to the rules in The CERT Oracle Secure Coding Standard for Java, demonstrating common Java programming errors and their consequences using Java 8 and Eclipse. Robert describes language behaviors left to the discretion of JVM and compiler implementers and guides developers in the proper use of Java’s APIs including lang, util, Collections, Concurrency Utilities, Logging, Management, Reflection, Regular Expressions, Zip, I/O, JMX, JNI, Math, Serialization, and JAXP.




From the publisher
  • Table of Contents


  • Where to get it?
  • InformIT.com



  • Related Websites
    COMMENTS:
     
    author & internet detective
    Posts: 41860
    908
    Eclipse IDE VI Editor Java
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    I give these Live Lessons 8 out of 10 horseshoes.

    “Secure Coding Rules for Java Live Lessons” is well laid out. Each of the 38 videos covers a specific security topic. The interface is well designed – you can download the videos and change the rate of playback. It also shows you which videos you've started or completed which is helpful as I didn't go in order. The only annoying thing is that each video resets to 1X speed even if it auto-plays form the previous one.

    Videos are a mix of concepts, “what could go wrong,” code in Eclipse along with how to fix/avoid the problem. The tips are solid and go way beyond SQL Injection and other common security issues. As does the variety of tips. A good number were things I didn't know.

    The price point is similar to a book. Which is fair as the content is about that of a book as well. This was referenced as being “part 1”. I don't see a part 2 yet, but I imagine that is coming.

    They did a good job with these Live Lessons.

    ---
    Disclosure: I received a review copy of this book from the publisher for reviewing it on behalf of CodeRanch.
     
    Consider Paul's rocket mass heater.
    reply
      Bookmark Topic Watch Topic
    • New Topic