The Artima Developer Community
Sponsored Link

Java Buzz Forum
Java News Brief (JNB): NetBeans Platform

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Weiqi Gao

Posts: 1808
Nickname: weiqigao
Registered: Jun, 2003

Weiqi Gao is a Java programmer.
Java News Brief (JNB): NetBeans Platform Posted: Sep 7, 2005 7:39 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Weiqi Gao.
Original Post: Java News Brief (JNB): NetBeans Platform
Feed Title: Weiqi Gao's Weblog
Feed URL: http://www.weiqigao.com/blog/rss.xml
Feed Description: Sharing My Experience...
Latest Java Buzz Posts
Latest Java Buzz Posts by Weiqi Gao
Latest Posts From Weiqi Gao's Weblog

Advertisement

In this month's installment of OCI's Java News Brief (JNB), Tom Wheeler writes about the NetBeans Platform.

Ever since IDE's were invented, IDE vendors had been selling us code that they wrote to build their IDE, thinking that we might get some reuse out of them. At first they are called class libraries. Then they become application frameworks. Now they are calling them platforms.

I liked Tom's exposition style a lot. I think inviting is the word to describe it. Half way into the article, I wanted to reinstall NetBeans, which I uninstalled 44 days ago and try out Tom's examples, which are temporarily available here.

I did have a few problems:

  • When I ran ant tryme, and could not find some of the classes in the org.apache.tools.ant package. (If you think about it, this is almost comical.) Adding /usr/share/java/ant-1.6.2.jar to my CLASSPATH environment variable won't help. I have to specify it on the command line using -Dant.jar=/usr/share/java/ant-1.6.2.jar for the example to proceed.
  • The sample tries to modify or write files in the NetBeans installation directory, which under my installation scheme is not writable. I usually don't like it when programs want to mess up a perfectly good installation. But for Tom there is nothing that a little chmod 777 won't fix.
  • In the step where Tom says to edit nbbuild/user.build.properties he really means nbbuild/user.cluster.properties.

Other than these, the introduction is a smooth sail. Look what I did:


Now that I'm talking about NetBeans, I should point out that the promised change of the click through license on the NetBeans download site still hasn't happened. According to Tim Boudreau in a comment made 24 days ago:

Turns out we have to do something or other for all the historical releases as well, so we've been iterating with the lawyers on clear, unambiguous text for those. I know that sounds Dilbert-esque, but lawyers are paid to be paranoid. I made a commitment, and what I said will happen will happen. I will post a follow-up here as soon as it does.

See also Tim Bray's post 40 days ago.


On the other hand, it seems that the scrambled jars problem that Tom mentioned in the article are gone. Great!

Read: Java News Brief (JNB): NetBeans Platform

Topic: Is It The Materials? Previous Topic   Next Topic Topic: Eclipse-WTP-Nooks and Crannies

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use