The Pitfalls of the “Personal Project”
One thing I’ve noticed over the past couple of years is that “personal projects” are incredibly common among software programmers. This is especially true for programmers, like me, who are new to software development. Unfortunately, it is possible to do personal projects for all the wrong reasons. Before you start your next “Personal Project”, ask … Read more
Auto-Provisioning OSGi Features: Automatic Versioning
Introduction Welcome to the third and final blog-post in the “Auto-Provisioning Features” series. For previous posts: Part One: The Basics Part Two: Deployment and Installation This post will cover the final step in auto-provisioning the features. Up until now we have required manual intervention to ensure that the “features.xml” reflected the most current release versions … Read more
Auto-Provisioning OSGi Features: Deployment and Installation
Introduction Welcome to the second blog-post in the “Auto-Provisioning Features” series. For the first post, please Go Here During this post I will be covering the improvements required to make our “features.xml” (or any XML artifact) automatically install, deploy, and release with Maven’s normal lifecycle. So let’s get right into it. I’ll warn anyone who … Read more
