weblogs.java.net

Syndicate content
Most recent java.net Weblogs
Updated: 58 min 19 sec ago

This Afternoon

7 hours 20 min ago
Packing up for the drive to CodeMash... also:
Java Today: OpenMQ webinar Friday, M3DD newsletter #4, and OpenSSO policy agents
Weblogs: Styles for JavaFX, effects in JavaFX, and freezing JTable columns
Forums: JavaFX apps on USB drives, http proxies and Metro, scripting languages in Wonderland, and GlassFish to-dos
Categories: JSP/Java

The Audacity of Hope: Thoughts on the JCP

Tue, 2009-01-06 03:17
December 2008 marks the 10th Birthday of the Java Community Process (JCP) Program. Java developers in Silicon Valley are invited to join the JCP Executive Committees and the Program Office in celebrating ten years of collaborative work from companies, academics, individual developers and not-for-profits from all over the world. The party will be at the Computer History Museum on January 13th in Mountain View, California. See the full post for registration information.
Categories: JSP/Java

The Audacity of Hope: Thoughts on the JCP

Tue, 2009-01-06 03:17
December 2008 marks the 10th Birthday of the Java Community Process (JCP) Program. Java developers in Silicon Valley are invited to join the JCP Executive Committees and the Program Office in celebrating ten years of collaborative work from companies, academics, individual developers and not-for-profits from all over the world. The party will be at the Computer History Museum on January 13th in Mountain View, California. See the full post for registration information.
Categories: JSP/Java

It will be (Open)JDK7 where OpenJDK==JDK

Mon, 2009-01-05 23:48
I'm listening to the 'holidays 2008ish' episode of Javaposse and in reviewing their last years predictions they have enough fumbling around the status of OpenJDK that I want to do a little bit of explaining. OpenJDK 6 != JDK 6...
Categories: JSP/Java

Recent Sun Videos on Some of Its Products and Technologies

Mon, 2009-01-05 22:55
Here's a handy list from Storage Stop, the Sun OpenSolaris Storage News blog.
Categories: JSP/Java

JSF 2.0 Public Review Ballot Starts Tomorrow

Mon, 2009-01-05 22:44
Notice that JSF 2.0 is almost done.
Categories: JSP/Java

Are you using Footprint project?

Mon, 2009-01-05 20:00
If yes, please register that at Ohloh.
Categories: JSP/Java

Next Go Round

Mon, 2009-01-05 16:17
Where's Java going in 2009? Also:
java.net Poll: What was the most important Java news of 2008?
Java Today: Calling JavaFX from Swing, criteria for small language changes, and JavaTools Commuinty Newsletter #187
Featured Podcast: Java Mobility Podcast 66: Sean Sheedy, JCP ME Executive Committee Feedback
Spotlight: Forum for ME EC discussion topics
Weblogs: Dragging nodes and windows in JavaFX, client/server Grizzly, and do you distribute your builds?
Forum posts: GlassFish or Tomcat, load balancing strategies, LWUIT drawing strategies, and new JavaTV forum
Categories: JSP/Java

Effects in JavaFX: The Basics

Mon, 2009-01-05 09:12
The first installment in a new series on the filter effects package in JavaFX...
Categories: JSP/Java

Freezable JTables (are they extreme?)

Mon, 2009-01-05 04:47
In this entry, I show how to implement a JTable that allows the user to freeze a column for the horizontal scrolling, similar that what common spreadsheet applications allows you to do. Let me know if you think this JTable is extreme...
Categories: JSP/Java

Do we need any tool to assist reuse process?

Sun, 2009-01-04 22:44
When a developer needs to create applications based on a framework (Struts, for instance), what does he do? Does he read the entire documentation to understand how to benefit from the framework's extension points? What if the documentation is not fully available? What if he has a tool to guide him on the proper steps of using a framework? Does it help? So that's what this post is about.
Categories: JSP/Java

Template Code Generator : Apache Velocity - JET - JET2

Sun, 2009-01-04 22:15
I wanted to use a template as input for my Code Generator, but the problem was to find one that worked in a stand alone mode, not a web based one. In my research a found few that do what I wanted. Apache Velocity and Eclipse JET/JET2. I'll explain in details theses Template Code Generator with a little application
Categories: JSP/Java

Revisiting Predictions for 2008

Fri, 2009-01-02 19:30
Now that 2009 has just begun, it's fun to read back a few predictions for 2008 and see how those crystal balls fared.
Categories: JSP/Java

method handles == closures ??

Fri, 2009-01-02 16:36
BGGA spec proposes a way to implement closure (no syntax war here) by translating closure into parameterized types. Recently, the JSR292 VM prototype allow to get a handle on a method without using reflection. This blog entry shows how closure can be implemented using these method handles.
Categories: JSP/Java

JavaFX in Style

Wed, 2008-12-31 21:21
JavaFX aims to reduce the gap between coders and designers, to the extent that controls can be styled using CSS-like files. Examples are thin on the ground, however; so before the year ends (and on the assumption I'll be too hung over tomorrow to care/remember) here's a quick guide to creating your own styled controls.
Categories: JSP/Java

SwingX 0.9.5 Released

Wed, 2008-12-31 15:31
New version of SwingX have been released.
Categories: JSP/Java

FREE NetBeans Platform Training

Wed, 2008-12-31 11:12
Egyptian Java User Group is organizing a Free NetBeans platform training by Geertjan Wielenga.
Categories: JSP/Java

Do you distribute your builds?

Tue, 2008-12-30 22:23
When organisations first set up a Continuous Integration environment, distributed builds are often fairly low down on the list - more in the "nice-to-have" category, or considered too advanced to look at initially. However, distributed builds are actually more than...
Categories: JSP/Java

M3DD: Less than 4 weeks to go

Tue, 2008-12-30 15:57

Less than 4 weeks to go: Java Mobile, Media, and Embedded Developer Days (M3DD)

Categories: JSP/Java

Mobile Device Support and Your Application

Mon, 2008-12-29 22:10
Some companies make their living off of formatting mobile content correctly, others don't. Should you bother adding support for "mobile devices" in-general? Should you remove support for aging mobile standards?
Categories: JSP/Java