Writing a NetBeans Plugin for Atlassian Bamboo Continuous Integration – Part 02

This is part 2 in my series of blogs regarding, “Writing a NetBeans Plugin for Atlassian Bamboo Continuous Integration”. Part 1 can be found here : http://pronetbeans.com/archives/286/ In the first I stumbled through cobbling together lots of examples and samples pulled together from a number of existing plugins including the Hudson plugin, the Web Services, [...]

Writing a NetBeans Plugin for Atlassian Bamboo Continuous Integration – Part 01

Since it doesn’t seem that there is an existing plugin I figured I would take a stab at trying to make one. This blog entry will be the first in what I’m sure will be many blog entries that will chronicle my beginner attempts to create a NetBeans plugin compatible in NetBeans 7+ that allows [...]

NetBeans Plugin for Bamboo Continuous Integration

It seems the Atlassian Bamboo continuous integration product has IDE plugins for Eclipse, IntelliJ, and Visual Studio, but not NetBeans. http://www.atlassian.com/software/ide-connectors/overview

NetBeans Module Automatic Unload

As a quick follow-up to my previous post on the NetBeans Feature on Demand, I was thinking about how nice it would to further optimize the NetBeans startup time (via module unloading). When NetBeans loads, it processes and loads each module that is active. To speed up this process I manually uninstall modules I know [...]