RSS

Tag Archive | "Java"

Nimbus LNF “Almost Done”

Friday, September 7, 2007

3 Comments

I saw this post by Daniel Spiewak that is a great summary of what is going on with Nimbus LNF as well as the fact that the LNF is based on the new “painter” functionality introduced by the SwingX project. For those not in-the-know about Nimbus, it’s the new Look and Feel that will be part [...]

Continue reading...

Java Kernel Shipping with 6.0 Update 4

Wednesday, August 22, 2007

0 Comments

A while back we covered the new Consumer JRE coming from Sun to improve Java on the desktop in a myriad of ways (hit the link for summary and screenshots). The original goal was to have beta portions of this ready during the end of this year, but it looks like one of the core [...]

Continue reading...

Sun Interview on Consumer JRE

Thursday, June 14, 2007

0 Comments

I know the Consumer JRE has been talked to death , but I’ve been sitting and listening to the interview by ITConversations with Chet Haase and Ben (Galbraith, I didn’t see his last name given but I’m assuming who that was) and thought it was an excellent interview. Besides all the features coming [...]

Continue reading...

Java “Consumer JRE” is Awesome

Saturday, May 19, 2007

3 Comments

Wow, I was over on Chet Haase’s blog reading about the Consumer JRE… something that up until now I thought just some marketing idea for a JSR that would be filed and possibly make it into Java in 7.0 or later… it seems not only is that not the case, but it will be rolled [...]

Continue reading...

Wicket vs JSF, Forum Application

Tuesday, May 15, 2007

1 Comment

Peter Thomas has put together an excellent blog post comparing the development of a simple “forum application” using both Wicket (now in Apache Incubator) and JavaServer Faces (JSF). I’ve wanted to do a comparison like this for a long time and while I’ve developed using both technologies I’ve never done a side by side comparison [...]

Continue reading...

JIDE Common Layer Goes Open Source

Saturday, May 5, 2007

0 Comments

I saw this a few days ago and it’s the type of thing you think “Ok cool, I’ll try and remember that” but you forget about later when you need it, so I wanted to blog it. The JIDE team (those professional Swing/Component development guys) open sourced what they are calling the “JIDE Common Layer“. For [...]

Continue reading...

A Tip for Writing Better Javadoc

Saturday, April 21, 2007

5 Comments

Writing good Javadoc is hard enough as it is; getting the descriptions just right, explaining enough of the API to make it clear without imposing implementation guidelines on implementors, etc. One thing I’ve been doing for the last few years to make my Javadoc actually look better is trying to be better about using <code></code> tags [...]

Continue reading...

JSR 296: Swing Application Framework

Tuesday, April 3, 2007

0 Comments

Dean Iverson just put together an excellent introduction to JSR 296 (Swing Application Framework) over on his blog. For those that don’t know, JSR 296 is an attempt to create a simple application framework to build your Swing applications on top of. Word on the street is that it will be part of the Java 7 [...]

Continue reading...

Java Swing LNF: Nimbus

Tuesday, March 27, 2007

0 Comments

There has been some buzz recently surround a new LNF (look and feel) being worked on at Sun called Nimbus. Over all I think it looks fantastic and doing a great-looking LNF is something I’ve always wanted to do, but never set down to actually work on. Here are some quick shots of what [...]

Continue reading...

Apple iPhone Does Not Support Java

Monday, January 15, 2007

0 Comments

Well this sucks, apparently Jobs doesn’t think much of Java: Java’s not worth building in [to the phone]. Nobody uses Java anymore. It’s this big heavyweight ball and chain. That’s unfortunate to hear, especially with Java becoming such a ubiquitous language for a lot of software, some really good on the Mac. If he doesn’t think much [...]

Continue reading...

JAVASOFT’s Synthetica LNF

Friday, January 5, 2007

0 Comments

JAVASOFT has been working on the Synthetica LNF for quite a while and until recently I didn’t think it looked that great… then I had a look at the screenshot page and noticed just how different the LNF can look with different themes and some of the changes look fantastic. You can launch the WebStart [...]

Continue reading...

Top 10 Reasons to Upgrade to Java 6

Wednesday, December 13, 2006

0 Comments

Awesome matrix of new features and compelling reasons to start using Java 6: Countdown Summary Who’s blogging about it ? Web Services Easy to use APIs for developing web service clients. Rajiv and Bob’s write first an introduction to web services with NetBeans 5.5 and then building a Java SE 6 client to eBay, included as one of the new samples [...]

Continue reading...