OpenSolaris Community: DocumentationView the leaders for this communityCommunity Observers
Endorsed projects
BlogsGregg Sporar - Triple Boot, Part 5: Reinstalling GRUBAug 6, 9:06 AM << Back to Part 4, Windows via VirtualBox This is the only blog entry in this series that I have not actually performed on my laptop. Instead, I experimented with the instructions in a virtual ... Roman Strobl - New NetBeans plug-in for DTraceAug 5, 10:21 AM A new version (0.4) of NetBeans DTrace GUI plug-in is ready for download from NetBeans Update Center. New features include: - Chime (the DTrace output visualization) is embedded into the NetBeans ... geertjan - NetBeans Podcast Episode 45Aug 4, 2:07 AM Here's the next podcast, featuring a lengthy interview with Python's Ted Leung, a short chat with NetBeans User Researcher Jakub Franc, and all the regular bits: Jaroslav Tulach's API Design tip, the ... Roman Strobl - Getting documentation for OpenSolarisAug 3, 4:00 PM If you want documentation for OpenSolaris, the best place to go is the OpenSolaris docs community . I have discovered by a coincidence that these guys have a ZIP archive with the most current ... Alan McClellan - Taking stock afer my 1st quarter with OpenSolarisAug 1, 1:25 PM Well, I've just wrapped up my first quarter as the OpenSolaris documentation community manager (modulo a pre-arranged trip to Europe :-). I have several impressions to share: Boy, Michelle Olson set ... geertjan - "grails netbeans"Aug 1, 9:42 AM In the last few days, I've blogged about Groovy scripts that generate application source structures. As examples, I used a Groovy script that generates a skeleton NetBeans Platform application and a ... geertjan - Groovy: Bridge Between Eclipse and NetBeans IDE?Jul 31, 11:08 AM If you're able to use a Groovy script to generate a NetBeans Platform application (as shown over the past few days in this blog), then why not go a step further and also generate two additional ... rchrd - New Performance Tools in Sun Studio Express July 2008Jul 30, 11:37 PM We should also mention that the July 2008 release of Sun Studio Express also includes a number of cool performance tools: New Performance and Optimization Tools The Simple Performance Optimization ... MissMichelle - Rolling New RolesJul 30, 6:19 PM Tomorrow is the end of fiscal year 2008 here at Sun, what a year it has been for me. In this final quarter, I made a job change, added a new governance role and started a new group, as follows: ... rchrd - Sun Studio Express July 08 ReleasedJul 30, 10:12 AM We released Sun Studio Express July 2008 today! This is a big update from Sun Studio 12 featuring the first implementations of the new features in OpenMP 3.0 in the C/C++/Fortran compilers. Also, ... geertjan - World's Simplest GroovyBuilderJul 30, 6:26 AM Here's a GroovyBuilder for generating NetBeans projects such as the one I showed in the past days: package generators import groovy.util.BuilderSupport class NBProjectGenerator extends ... geertjan - Groovy Generation of NetBeans ModulesJul 29, 6:33 AM I'm continuing to be impressed with the usefulness of Groovy in getting started with source structures for applications. Yesterday I showed how to generate a NetBeans Platform application from a ... Gregg Sporar - Muting the SpeakersJul 28, 10:02 AM Support for audio is always a bit different on each operating system I use , even when running on the exact same laptop . For example, with Windows Vista when I plug into the headphone jack the ... geertjan - Groovy Generation of Modular Desktop ApplicationsJul 28, 6:09 AM I came across a rather cool blog entry today, ICEFaces Project Generation Using Groovy , by Rob Mayhew. Very cool that he included all his code. A few tweaks later I was able to generate a new ... geertjan - NetBeans IDE 6.1 Java Editor RefcardJul 27, 7:02 PM Here it is: Click the above or click this link: http://refcardz.dzone.com/announcements/netbeans It specifically covers the Java editor (no way could it cover everything the IDE offers, so choices ... geertjan - Idiomatic GroovyJul 25, 9:57 AM The code shown in my screenshot yesterday was correct Groovy but not idiomatic Groovy . This was the method in question: String setSearchString(searchString) { def xml = ... Brian Leonard - PowerTOPJul 25, 8:23 AM PowerTOP v1.1 was released earlier this week. Dave Stewart initially turned me onto PowerTOP with his comment to my Results of Power Management blog. PowerTOP for OpenSolaris stems from what was ... geertjan - Parsing XML with GroovyJul 24, 1:49 PM The web service looked at yesterday returns a Shakespeare speech in XML format based on the search string that is sent via Groovy from a Swing form created in Matisse. Groovy isn't only useful in ... Patricia Levinson - Difficult ConversationsJul 23, 1:26 PM This past weekend, when I was out to dinner, the conversation turned to virtual realities and Second Life . As it happened, I was with a rather large group, and while one person besides myself had ... geertjan - Groovy Makes Web Services Embarrassingly EasyJul 23, 9:33 AM Meera pointed me to another very cool article she's written, RESTful Web Services in 60 Seconds , and (because I've been in an intensely groovy frame of mind for a few days now), I immediately ... |