Archives
There's a new update of Maven support (version 3.1.2) on NetBeans stable update center since yesterday. You are encouraged to upgrade as it fixes a...
When updating the mojo.codehaus.org svn repository, I noticed there's a new maven plugin in the sandbox with a cool name: "IANAL Maven Plugin" . I've...
I've just finished installing the new Powerpack of Mandriva 2008.1 Spring linux distribution. When I browsed the available software I discovered this little gem. I...
It's great to see that many public Maven2 remote repositories are providing the index of the repository now. I've just figured Terracotta.org has used the...
It's a good practice to have your code internationalized. The coding pattern for doing so in NetBeans modules is following: org.openide.util.NbBundle.getMessage(FindResultsPanel.class, "FindResultsPanel.btnModify.text") Here the FindResultsPanel...
Eric Hartmann of the Mevenide team announced yesterday that a new version of Maven 1.1 support in NetBeans was just released. This is a maintainance...
Got any idea for a new feature today that sounds cool and useful now but I'm not sure if it's really so, please advise. A...
I've fallen in love in Ohloh. Not only makes it a cool " coding experience" bullet in your resume, but also gives you interesting information...
I've been asked many times about using Maven dependency management within NetBeans' ant projects. I've usually just simply pointed to the Maven Ant tasks page....
The NetBeans community quit has been announced. Question number 4 caught my eyes. Which big change was made in the project build process from NetBeans...
Have you ever used the Maven 2 support for NetBeans IDE? Do you have something to say about it and don't mind being quoted on...
Traditionally, a few serious bugs made it into the mevenide release from last week. Also traditionally, a hotfix release ready and up on the update...
Everyone seems to celebrating birthdays nowadays. Netbeans, Eclipse, Mylar, so why not Mevenide? Everyone is counting differently, so I decided to go by first commit....
The Maven POM file contains a lot of useful information but it's not always ready at hand. While browsing some pom.xml file and copy-pasting the...
A few days ago, articles on use of GWT within Netbeans appeared on planetnetbeans.org. That reminded me of an article by Robert Cooper on ONJava.com...
After re-reading the official release announcement I figured I forgot to include what's new in this version. Additionally I can go in more detail here...
Don't create, just open March 20, 2006
It's interesting how easy is for a cool feature to become a usability problem. For both Maven1 and Maven2 integrations for Netbeans, the Maven's POM...
Diagrams for Everyone II February 20, 2006
Last week I discovered the netbeans graph library. It seems quite flexible so far. For mevenide2 I managed to create a nice transitive dependencies graph....
Diagrams for everyone February 12, 2006
Even though I'm not a J2ME developer, I've always liked the screenshots of Netbeans Mobile Edition. They have these cool looking diagrams everywhere. Yesterday I've...
For those creating netbeans modules using Maven (most probably with the maven-nbm-plugin) the biggest problem always was to populate the local repository with Netbeans API...
Mevenide at Javapolis 2005 December 05, 2005
I'll be showing the Maven integration in the Netbeans IDE live at Javapolis 2005 Plugin Bazaar. Both the Maven1 support (now almost feature complete) and...
A new release of Mevenide for Netbeans is almost out of the door (new version 0.8 to be released in one or two weeks time)....
PopupFactory gotchas April 21, 2005
I've spent some time figuring this out, hopefully will save time of people reading this. PopupFactory creates instances of Popup that one can show/hide in...
Check out the epic saga of a lost PET bottle at Prague Sun site. (or was it stolen/abducted ?)...
Maven's Hidden Dragon April 03, 2005
A few days ago, I was blogging about features that are part of Maven and it's javadoc plugin but are not used. Today I figured...
Maven: Unused features April 01, 2005
While Maven provides a lot of features in various plugins, some of them seem not to be used at all. One example I've encountered lately...
I've written a short tutorial on creating Netbeans modules (plugins) using Maven and Mevenide. After the initial steps of installing Maven and Mevenide, the only...
Those UI design dilemmas October 15, 2004
Working on mevenide (integration of Maven and popular IDEs) for Netbeans is full of UI decisions that have major influence on the usability of the...