OpenSolaris Community: DocumentationView the leaders for this communityCommunity Observers
Endorsed projects
Blogsgeertjan - Update on the NetBeans Podcast!Aug 28, 8:31 AM Lloyd and I started doing recordings for the next NetBeans Podcast today. More will be done during the coming week (so there's still time to send your suggestions to nbpodcast AT netbeans DOT org), ... David Botterill - Beyond DHCP with DNS and Routing in OpenSolarisAug 28, 6:38 AM I've finally had time to install OpenSolaris on bare metal. Previously I've installed it under VirtualBox on my Mac and Linux machines. The networking configuration really had me pulling out my ... rchrd - Supercomputing 2008 in Austin, TX in NovemberAug 27, 12:29 PM This year's Supercomputing Conference, SC08 will be in Austin Texas, Nov 17-20. Sun will have a boot there, as usual, with lots of interesting things to show off. I've been able to attend most of ... geertjan - Jumping from the Swing Explorer Back into NetBeans IDEAug 27, 6:49 AM I saw Maxim's announcement about a NetBeans plugin for his Swing Explorer and tried it. First I was unable to install his plugin. But then I checked out his sources and rebuilt the plugin and ... Gregg Sporar - DTrace PrivilegesAug 26, 1:29 PM I wanted to learn more about DTrace, so I started at the beginning: Chapter 1 of the Solaris Dynamic Tracing Guide . Using my installation of OpenSolaris 2008.05 , I typed in the first command ... geertjan - Collaborative Writing in a Distributed EnvironmentAug 26, 1:57 AM Here you can read how Alex Kotchnev is putting together a few people to write a new book on Tapestry 5. I got an e-mail from him this morning, asking: "Since you're the only person that I know that ... geertjan - Jumping to Related Places in the NetBeans Java EditorAug 25, 11:24 AM I learned something interesting about the NetBeans Java Editor today. Say you have an import statement (or anything else) selected, as here: Now look at those browny-greeny marks in the right ... geertjan - Which of these is "better"?Aug 24, 12:55 PM Today I was studying this piece of code: Lookup lkp = Lookups.forPath("MessageProviders"); Collection coll = (Collection) lkp.lookupAll(MessageInterface.class); for (Iterator it = ... geertjan - Video: Ted Neward, Tim Boudreau, and Me on the NetBeans PlatformAug 23, 3:10 AM During the most recent JavaOne, Ted Neward interviewed Tim and myself about the NetBeans Platform, in light of the release of " Rich Client Programming: Plugging into the NetBeans Platform ". ... geertjan - FAQ Nodes in TopComponentAug 22, 7:03 AM Combining the info from yesterday's blog entry with the Quick Search Integration Tutorial , you can implement an ExplorerManager Provider in a TopComponent, with this result: I.e. a FAQ window in the ... geertjan - Create Lazy Children with NetBeans Platform 6.5Aug 21, 9:39 AM The NetBeans System Properties Module Tutorial uses Children.Keys to create the children of the node. There are two other (better) ways of doing this instead: org.openide.nodes.ChildFactory . Use ... rchrd - Sun Studio Wikipedia PageAug 20, 12:01 PM Looks like finally we have a page on Wikipedia for Sun Studio . The problem was that there already is, thanks to Elvis, an entry for another Sun Studio . And getting the two properly disambiguated ... geertjan - Sakila and "org.netbeans.swing.etable.ETable"Aug 20, 6:52 AM I read about the Sakila sample database in James' blog and thought it a good opportunity to try out the new "ETable" component. "ETable? What's that?" you might be wondering. ETable is a Swing ... sweber - [zip]Aug 19, 10:37 PM docs.sun.com , Sun's documentation website, has delivered on one of our customer's most common requests-- PDF downloads at the collection level. Look for the [zip] next the collection title, and ... Alan McClellan - OpenSolaris Student Pack - Docs DeliveredAug 18, 4:13 PM Hey, we've just recently wrapped up a set of doc deliverables for an OpenSolaris Student Pack that is going to be distributed at various campus events this fall (back-to-school special :-). The ... geertjan - Deadline Approaching for the 1st Annual "Will Code For Food" CompetitionAug 18, 2:29 PM As mentioned in Jarda's blog , don't forget the 1st Annual "Will Code For Food" Competition ! The closing date for the competition is now set as the 28th of August, i.e., you have 10 more days! The ... geertjan - Thanks Sandip!Aug 16, 9:16 AM Some pretty bad news—Sandip Chitale, one of the key players in the popularization of the NetBeans Platform, has left Sun . Although he never worked in any official capacity in relation to the ... geertjan - Migrating from TreeTableView to OutlineViewAug 15, 1:27 PM Here, based on an existing example, is how to migrate from "TreeTableView" to the new NetBeans Platform 6.5 "OutlineView": Install the Marilyn TreeTableView Sample . Create the sample, i.e., choose ... Brian Leonard - Accessing Windows SharesAug 15, 1:22 PM In this entry I'll show you how to access Microsoft Windows shares that may be running alongside OpenSolaris on your network. Step 1: Share The Windows Folder The first step is to make sure the ... jyothi - Burning a data DVD from Virtual BoxAug 14, 2:47 PM I wanted to upgrade from OpenSolaris 2008.05 running in VirtualBox to the latest OpenSolaris development build . After downloading the iso image , I wanted to burn it on a DVD. Since I am running the ... |