Category Archives: Technical

Version Control != Dependency Management

Are you using svn:externals, git-submodules or something similar with your Version Control System (VCS) of choice for connecting third-party libraries to your PHP projects? This article explores ways to handle dependencies in PHP projects, just like projects in other programming languages have done for ages. Continue reading

Posted in php, Technical | Tagged , , , , , , , , , , , , , | Leave a comment

(Download) File Organizer Tool

Update 2011-05-28: Looks like someone else already did a very good job creating something like the (Download) File Organizer Tool. It’s called “Sick Beard” and does a bit more on some parts and a bit less on other parts. Checkout … Continue reading

Posted in Technical | Tagged , , | Leave a comment

Spinning ideas for an advanced Gigaspaces shell

Update 2011-05-28: A colleague of mine did a create job getting a Gigaspaces Shell project started and working, thanks Jos Check it out on https://code.google.com/p/gash/   As the original GigaSpaces command-line scripts and maven OpenSpaces plugin are far to minimalistic … Continue reading

Posted in Technical | Tagged , , , | Leave a comment

Maven download sources of dependencies

mvn dependency:sources Continue reading

Posted in Hints, Technical | Tagged | Leave a comment