Don’t just randomize, truly randomize!

Vince Pendergrass Articles, Development Technologies & Tools, Java, JavaScript, Security Leave a Comment

Attention: This article was published over 11 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.The state of web application cryptography has changed, and each development language provides its own way of working with it. I will touch on …

Processing Java Annotations Using Reflection

Jonny Hackett Articles, Development Technologies & Tools, Java 5 Comments

Attention: This article was published over 11 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.In my previous article covering Java Annotations, I outlined a recent use case and provided you with some examples of custom annotations and how they …

JAXB – A Newcomer’s Perspective, Part 2

Mark Adelsberger Articles, Development Technologies & Tools, Java Leave a Comment

Attention: This article was published over 11 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.In Part 1 of this series, I discussed the basics of loading data from an XML file into a database using JAXB and JPA. …

JAXB – A Newcomer’s Perspective, Part 1

Mark Adelsberger Articles, Development Technologies & Tools, Java 2 Comments

Attention: This article was published over 11 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.I know what a lot of you are already thinking, so let’s get this out of the way: “JAXB? As in XML? Come on, …

Creating Your Own Java Annotations

Jonny Hackett Articles, Java, Tutorial Leave a Comment

Attention: This article was published over 11 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.If you’ve been programming in Java and using any one of the popular frameworks like Spring and Hibernate, you should be very familiar with using annotations. …