Creating Your Own Java Annotations

Jonny Hackett Articles, Java, Tutorial Leave a Comment

Attention: This article was published over 12 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. …

My Move From ColdFusion to Java Development

Dmitry Kolesnikov Articles, Development Technologies & Tools, Java 9 Comments

Attention: This article was published over 12 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.Although I studied and experimented with different development technologies and tools throughout my college and graduate careers, my full-time professional career began with development …

The Journey From Java EE to SPA

John Hoestje Articles, Java, JavaScript, Single-Page Application 2 Comments

Attention: This article was published over 12 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.While pulling down an existing Backbone.js project that I was helping with, I felt confident enough with JavaScript that I figured I could start …

Developers Are Lazy (And How To Use That To Your Advantage With Eclipse)

Adi Rosenblum Articles, Java, Programming 2 Comments

Attention: This article was published over 12 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.As I sat down to write this blog post, I thought through how many years Iโ€™ve been developing, and how many great people I …

Dependency Injection Options for Java

Shannon Griswold Articles, Development Technologies & Tools, Java 12 Comments

Attention: This article was published over 12 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 wanted to take some time to put together a summary of some popular dependency injection (DI) frameworks for Java. This is a high-level …