The Source for Java Technology Collaboration
User: Password:
Register | Login help    

Search

Online Books:
java.net on MarkMail:

Weekly Stats

December 2 2009
Projects7,240
Total Members532,500


Today on java.netDecember 02, 2009

As Roberto Chinnici points out, the JCP Executive Committee has approved the Java EE 6 specification...

Java Today

TheServerSide.com published Developers split on open sourcing Java: Developers are divided on the issue of whether or not Java should be fully open sourced. On the one hand, some say handing the Java Community Process (JCP) over to the industry at large would create an open field for different implementations and features to compete and improve. Skeptics to this view say this "free market" scen
Geertjan Wielenga continued a conversation on Swiss JUG and What We Forgot to Mention: As Toni reported here, we were in Zurich end of last week, where we gave a 1 hour introduction to the NetBeans Platform to the Swiss JUG. There were just under 30 people in attendance, some with a NetBeans Platform background, some with an Eclipse RCP background, some with a JSR-296 background, and some witho
peligri announces 3-in-1 - Patch 6 for GlassFish v2.1 Now Available: We released GlassFish v2.1.1 at the end of October. As with GlassFish v2.1, this release played two roles: it was a public, no-fee, release, and it was also a commercial patch for earlier versions in the GlassFish v2 family. GlassFish v2.1.1 is, thus, also GFv2.1 p6 and SJS AS 9.1U2 p12. GFv2.1.1 addresses 121 new defects sinc

Weblogs

Today the JCP Executive Committee approved the Java EE 6 platform specification.
Closure introduction in Java will require a mechanism like the one introduced in C# 3.0 named extension methods. This post explain why extension methods are evil and why we should try to find a better alternative.
Here is a collection of voices from the DEVOXX 2009 conference

Forums

Hello, I've just noticed that if you add a long text to a Dialog, some text will be repeated and in random places. I'm using SVN version 774, but i have an old version which showed the same behavior as well. so don't know how much...
Hi, I have the following code works for a "Cut" operation using key Ctrl+X. myCutAction = createAction("Cut", myEditMenu, false,KeyStroke.getKeyStroke(KeyEvent.VK_X , KeyEvent.CTRL_MASK)); I want the same "Cut"...
Hi! Trying to create a jdbc connection pool with asadmin, and ran into problems with a long Oracle connection string... It starts with jdbc:oracle:thin: and has parentheses, spaces, equal signs. I'm running create-jdbc-connection-pool on...