Java Virtal Machine.net

[ News ] rss

May 22, 2007

The Top 10 Open-Source Destinations at the 2007 JavaOne Conference. This year's Conference celebrates the free and open software environment with a new Open Source...

More »

May 22, 2007

Top 10 Destinations for Enterprise Developers at the 2007 JavaOne Conference. Here are 10 must-see destinations and some related recommendations for enterprise developers at...

More »

April/2007
SunMonTueWedThuFriSat
1234567
891011121314
15161718192021
22232425262728
2930     

[ Archives News
for 'Developers' ]

home > news > developers > april 2007

April 2007

April 30, 2007

Peter von der Ahé: Suave JavaOne Schedule

The JavaOne schedule builder has been improved since last year, and it is now easier to resolve conflicts. This is much appreciated. However, the builder should have been written in Java or AJAX to limit the time required to reload the page after adding a session.

More »

April 29, 2007

Peter von der Ahé: JavaOne 2007

Come to our BOF sessions at JavaOne and hear more about the Java programming language and the Java technology tools (including javac).

More »

April 29, 2007

David Herron: Opensville?

Welcome to Opensville, Population Zero is a blog that's been referenced by Slashdot right now. It's an interesting blog posting. I've never heard of this William Hurley, but he has an interesting thing to say. When I started with open...

More »

April 28, 2007

Alan Bateman: Multicasting with NIO

A long standing issue for many developers is that the java.nio.channels package has lacked support for Internet Protocol (IP) multicasting. In the NIO.2 early review draft specification you will see that we have addressed this issue by adding multicast support to DatagramChannel. Here's a small example that opens a DatagramChannel, binds the channel's socket to a local port, sets the network...

More »

April 28, 2007

Mark Reinhold: Who are you?

Please build and then identify yourself.

More »

April 27, 2007

Kohsuke Kawaguchi: JAX-WS RI extension for JSON

Jitu and I have been working on the JAX-WS JSON extension, which is a JAX-WS RI extension that lets you write one code and have it handle both SOAP and JSON requests. I just posted version 1.1 release of this extension.

More »

April 27, 2007

Matthias Ernst: JavaOne Secrets

Some time it's always gonna be the first time, and this year I'm going to have my JavaOne initiation. So I built my session schedule and I'm hoping to turn some of my digital encounters into real ones. If you want to meet up, too, or have any tips for the best experience and be it "bring your own sandwich" I would be more ...

More »

April 27, 2007

Neal Gafter: A Consensus Closures JSR Proposal

I had set aside work on the closures prototype for a couple of months to write a JSR proposal that represents a consensus among the folks thinking about this area. You can find it at http://www.javac.info/consensus-closures-jsr.html. One of the things I learned is that unanimous agreement is rarely possible. There are those who feel that nothing should be done to the Java programming...

More »

April 27, 2007

Alan Bateman: Accessing file permissions

One of the many issues addressed by NIO.2 is that the Java SE platform doesn't have a complete set of APIs to access file permissions and other security related file attributes. It's not rare to encounter code that has to resort to using Runtime.exec to execute a command such as chmod(1).

More »

April 27, 2007

Core Dump Management on the Solaris OS

Find out about features and analysis tools in the Solaris Operating System that can be used to manage core dumps.

More »

April 26, 2007

Kohsuke Kawaguchi: Introducing Mock JavaMail project

Testing JavaMail applications is more difficult than necessary, because it involves in a lot of set up outside the test program. So I wrote a library to improve this.

More »

April 26, 2007

Éamonn McManus: JMX Technology at JavaOne

JavaOne is fast approaching, and there's quite a lot in store for those interested in JMX technology.

More »

April 26, 2007

Using SMF in the Solaris 10 OS: A Quick Example

Learn how to use the Service Management Facility -- a new, unified model for services and service management that is included in the Solaris OS. The author walks you through the creation of two services using SAS processes.

More »

April 25, 2007

Kohsuke Kawaguchi: How to convert java.net.URL to java.io.File?

Occasionally you need to convert java.net.URL to java.io.File. Do you know how to do it correctly?

More »

April 25, 2007

David Herron: Open, community developed, test suite for Java

Robert Burrell Donkin (JCP: Time For An OpenTCK) and Steve Loughran (Open tests for open standards) discuss their thoughts about an "Open TCK". These are interesting thoughts .. ones that make it tempting to conclude that there must be an...

More »

April 25, 2007

David Herron: Re: Swing versus SWT Thread Confinement

In Swing versus SWT Thread Confinement is offered a suggestion to make Swing take a behavioral leaf from SWT, and to change Swing so that it "fails fast" when called from a thread other than the event dispatch thread. Since...

More »

April 25, 2007

Joshua Marinacci: Too busy to blog

I've been too busy to blog for the past couple of weeks. Sadly this will continue for two more weeks until JavaOne begins. Don't worry, though. It's all in a good cause as you will see some great things shortly....

More »

April 25, 2007

Virtual Flying Dukes Programming Competition

Create and animate a 3D avatar that catches a t-shirt launched from a virtual stage using jMonkeyEngine (jME). Prizes will be awarded to the first 50 contestants who correctly solve the problem, with larger prizes for the most creative, humorous, and realistic solutions.

More »

April 24, 2007

David Herron: Re: Java with apt-get, what's the scoop?

Fabrizio Giudici asks Java with apt-get, what's the scoop? The big deal is we're taking steps towards a world where Java is a default part of more operating systems. Linux being very popular among the geeks we care about, we...

More »

April 24, 2007

David Dice: More musical parody - interpret this as you may

Alanis Morissette parodies "My Humps". Deep social commentary, shallow parody, both, or something else altogether? It's your call.

More »

April 24, 2007

Roger Brinkley: Open Source Video Cast

Ray Gans and Roger Brinkley discuss Sun's Open Source Java efforts in a video cast here

More »

April 24, 2007

Chet Haase: JavaOnederful Desktop Sessions

Here's my arguably subjective take on hot topics in the Desktop track. But heck, it's all good.

More »

April 24, 2007

Patrick Curran: The Confusion of Tongues

In my last post I talked about fragmentation in the Java ME space, and briefly mentioned one of the sources of this fragmentation: variability in specifications. Today I'll dig deeper into this fundamental issue.

More »

April 24, 2007

JavaOnederful Desktop Sessions

Here's my arguably subjective take on hot topics in the Desktop track. But heck, it's all good.

More »

April 23, 2007

Using Dmalloc With the Solaris OS and Sun Studio Compilers

You can use Dmalloc, an open source debugging package, on the Solaris OS with Sun Studio compilers to find application bugs related to memory access. Here's how.

More »

April 21, 2007

Saturday Morning Hack

I've heard from a number of people that the ability to jump to a file by type (Open Type), or by filename (Open File) are really important to them. To the point of being adoption blockers. Both are in the works. NetBeans has always had a Go To Type for Java (Alt/Ctrl-Shift-O), which we're now retrofitting to become a generic Goto Type facility that other languages can plug...

More »

April 20, 2007

Upcoming Gigs

It's been a busy month, and it's only going to get busier. Here are some public speaking events that are coming up - I hope you can make it to some of them: I will be speaking at the SD Forum Ruby Conference this weekend, at the San Jose tech museum, with JRuby developer Nick Sieger I have a technical session coming up at JavaOne, TS-9972, along with Martin Krauskopf who is...

More »

April 20, 2007

Ruby Screenshot of the Week #10: Taking Up The Gauntlet

SapphireSteel, makers of the Ruby In Steel plugin for Microsoft Visual Studio, has been touting their own code completion feature for a while. One thing which has irked me a bit is that they tend to dismiss "code completion" as inferior to "true IntelliSense" - as if code completion is the name for simple identifier matching. Just to be clear - IntelliSense is a trademark of Microsoft, so...

More »

April 20, 2007

BigAdmin Newsletter - April 2007

The following topics are covered in this issue: ZFS Overview and Guide, Using Solaris JumpStart With the Solaris 10 OS for x86/x64 Platforms, Multilevel Security Policies of the Solaris Trusted Extensions and Red Hat Enterprise Linux Systems, Setting Up a Demo Based on the Sun Virtual Desktop Access Kit for VMware, Deploying JBoss Application Server on Sun Fire T2000 Servers, Patching an x86...

More »

April 20, 2007

Optimizing Oracle's Siebel Applications for the Sun Platform, Solaris 10 OS, and UltraSPARC T1 Processor

This article covers the performance optimization of a complete Siebel Enterprise solution on the Sun platform using UltraSPARC T1 and UltraSPARC IV+ processor-based servers.

More »

April 20, 2007

Protecting CIFS Clients From Viruses Using Sun StorageTek NAS OS

Need to protect your Common Internet File System clients? Find out how antivirus scanning works using the Sun StorageTek NAS OS.

More »

April 19, 2007

Don't Use getScaledInstance

Chris has finally penned an article that I've had in mind for several years. Go read it.

More »

April 18, 2007

Creating Web 2.0-Enabled Communities With Sun Java System Portal Server

This article describes how Sun Java System Portal Server makes effective use of Web 2.0 features and concepts to help your users be more collaborative and productive.

More »

April 18, 2007

The Bug Story

Brian Harry, a.k.a. the "bug guy," talks at length about bugs on java.sun.com

More »

April 17, 2007

NetBeans Sample Applications Catalog

From building a web application that uses Google Maps to putting Dilbert on your mobile phone, you'll find a NetBeans sample application you just have to download.

More »

April 16, 2007

Get jMaki v.9

Download this new stable release of jMaki today

More »

April 15, 2007

Web 2.0 Expo: Moscone West, San Francisco, California

Don't miss these great Sun speakers at the Web 2.0 Expo: Dr. Jim Baty talks on Architecture for Humanity. Dan Roberts and Sanjay Sharma tell you how to Jumpstart Your Startup. Roberto Chinnici tells you why Scripting and the Java Platform is a Marriage Made in Heaven.

More »

April 13, 2007

Blog: Grid Engine DRMAA Extension Available in C and Java Language Bindings

Dan Templeton posts some "good news" about DRMAA on his blog. DRMAA is Distributed Resource Management Application API. He has tested and added an extension to the Grid Engine DRMAA implementations to allow a session to be restarted in 6.0 update 9.

More »

April 12, 2007

Solaris Developer Newletter - April 2007

Read about these topics: the Temple of the Sun game, the Power of DTrace, Using kstat From Within a Program in the Solaris OS, Developing Java Applications on the Solaris OS, Storage Standards Supported by the Solaris OS, Updating Fibre Channel Drivers to Use Sun StorEdge SAN Foundation, and more.

More »

April 12, 2007

Sun's Java compiler tech lead speaks out

Peter von der Ahé, Sun's tech lead for javac, discusses the Kitchen Sink Language, the Java Compiler API, and new ways of thinking about generics, reification, type inference for local variables, etc.

More »

April 11, 2007

Ruby Screenshot of the Week #9: Parameter Completion

Code completion now inserts the parameters for the method you select. They are inserted as a live code template such that you can jump from one parameter to the next using Tab or Return. More importantly, the parameters are also displayed as a tooltip over the method call. You can invoke this whenever you're typing in code - not just using code completion. Hit Alt-P (or on the Mac,...

More »

April 11, 2007

2007 JavaOne Conference Registration Is LIVE!

Register today for the JavaOne conference and save $100! The program is new and expanded. Learn More.

More »

April 11, 2007

Open Possibilities at CommunityOne: Moscone Center, San Francisco, California

Join us at CommunityOne, a free and open environment of participation, contribution, and innovation. In this one-day technical conference, you can explore groundbreaking open-source and community-based environments, technologies and platforms. Choose from sessions at NetBeans Day or Start-up Camp and in tracks on Web 2.0, the OpenSolaris operating system, OpenJDK / Mobile and Embedded, the...

More »

April 11, 2007

Ajax Code Camp: ProtoType

Prototype is a popular JavaScript library. In fact, several other JavaScript libraries use Prototype underneath. In this session, you are going to learn various utility functions.

More »

April 10, 2007

"Open Letter" or Extortion?

What is the Apache Harmony project's "Open Letter to Sun Microsystems" really about? The normal slimy marketing tactics we see every year right before JavaOne.

More »

April 10, 2007

Web 2.0 Expo: Moscone West, San Francisco, CA

Don't miss these great Sun speakers at the Web 2.0 Expo: Dr. Jim Baty talks on Architecture for Humanity. Dan Roberts and Sanjay Sharma tell you how to Jumpstart Your Startup. Roberto Chinnici tells you why Scripting and the Java Platform is a Marriage Made in Heaven.

More »

April 06, 2007

Ajax interfaces in Java

Ben Galbraith says that jMaki in the Sun Web Developer Pack "offers a compelling model for creating richcomponent-oriented Ajax interfaces in Java."

More »

April 05, 2007

Ruby Screenshot of the Week #8: Live Code Templates and TextMate Snippets

I've received several requests for support for TextMate-style snippets. TextMate is a very popular editor among Ruby developers, and a lot of its power comes from its code snippet functionality. Snippets are basically identical to what NetBeans calls "Live Code Templates". The code templates are live in the sense that when you insert the template, you're in a mode where you can jump...

More »

April 03, 2007

2007 JavaOne Conference Expands Focus

The JavaOne conference is expanding it's focus highlighting business management, Web 2.0, as well as open-source technologies and platforms that interoperate with and extend the core Java platform. Register today!

More »

April 02, 2007

Managing Personal Information - Using the PIM API for Java ME

In the penultimate article in the PIM API series Enrique presents sample source. Small examples of how to do everything from retrieving the names of PIM databases through PIM create/read/update/delete operations to exception handling. Now it's time to play.

More »

April 01, 2007

Java Web Start Technology and Application Clients in the GlassFish Application Server

Want to distribute your Java EE application client so that users can download and run it with a single mouse click? Learn how easy it is when you use the Java Web Start feature of the GlassFish app server.

More »

April 01, 2007

Introducing the NetBeans Sample Catalog

Browse the new NetBeans Sample Catalog for a comprehensive collection of NetBeans sample applications spanning the latest enterprise, web, mobile, and desktop technologies.

More »

April 01, 2007

Ask the Experts : WSIT and Project Tango

Got a question about Web Services Interoperability Technology (WSIT) and Project Tango—two efforts focused on delivering interoperability between Java EE and .Net.? Post it during this session and get answers from experts.

More »

April 01, 2007

Integrating NetBeans IDE Profiler Into Sun Java System Web Server

The NetBeans Profiler supports numerous profiling tasks that can help you debug memory or performance-related issues in applications. Working through the simple installation and configuration process is well worth the time and effort.

More »

April 01, 2007

Securing Site Access With CardSpace and OpenSSO: An Overview

Extending OpenSSO with Windows CardSpace delivers a more secure authentication model than the traditional user name-password model. This article describes the benefits, basic architecture, and process flow of a lightweight implementation.

More »

April 01, 2007

An Ajax-Mashup Sample Application on Sun Java System Web Server 7.0

This article showcases a sample application built with Ajax and mashup and describes how to compile and deploy that sample on Sun Java System Web Server 7.0.

More »

April 01, 2007

Articles on netbeans.org

Be sure to read these articles: Working With the Java DB (Derby) Database in NetBeans 5.5 and Portlet Creation Made Easy!

More »

April 01, 2007

Java EE Screencasts

Watch these screencasts on Getting Started With GlassFish, GlassFish V3, and How to Download, Install, and Get Started With Sun Web Developer Pack.

More »

©2002-2008Java-Virtual-Machine.net :Java Archive: :Solve Crosswords de fr ru pt es it: :Free PC Download: :Micrometer: