Skip to main content
View by: Most Recent | Topic | Community | Webloggers   
Monthly Archives:    

Blog Posts by Community

• General  • Glassfish  • Global Education and Learning  
• Identity Management  • Java Communications  • Java Desktop  
• Java Enterprise  • Java Patterns  • Java Tools  
• Java User Groups  • Java Web Services and XML  • JCP  
• JDDAC  • Jini  • JXTA  
• Mac Java  • Mobile and Embedded  • NetBeans  
• Open JDK  • Portlet  • Robotics  
• Sun Grid  • Sun RFID and Sensor  


Java Desktop

The next entry of the Swing in a better world serial
on Feb 9, 2012 | Permalink | Discuss
Last night I dreamed seemingly all night about NetBeans 7.1, the JavaFX 2.1 Developer Preview, the JDK 6 and JDK 7 installations on my CentOS Linux system, Java threads, the JDK 7 Fork/Join framework, closures...
on Feb 4, 2012 | Permalink | Discuss
Information on the new SwingX 1.6.3 release.
on Feb 2, 2012 | Permalink | Discuss
Know how persist document in the Cassandra in a way fairly simple
on Feb 1, 2012 | Permalink | Discuss
Many things changed from java 1 in 1995 at java 7 2012. Learn about this reading this article.
on Jan 17, 2012 | Permalink | Discuss

Open JDK

Recently, I got a chance to build OpenJDK 8 on a Windows 7 host. Thanks to a detailed article "YAOJOWBI - Yet another OpenJDK on Windows Build Instruction" on http://weblogs.java.net/blog/simonis/archive/2011/10/28/yaojowbi-yet-ano..., I avoided many problems that could have cost me several hours to probe.  Though it is almost complete and comprehensive to most users, I still came...
on Feb 9, 2012 | Permalink | Discuss
Old friends may want to gather in Brussels the weekend of February 4-5 for FOSDEM.
on Jan 23, 2012 | Permalink | Discuss

JCP

I was surprised to read the JCP Program Office's recent announcement that AT&T, Samsung, and SK Telecom have all lost their Executive Committee (EC) voting rights. The reason? Well, the JCP EC meeting held earlier this month was the second held under the new JCP 2.8 EC Standing Rules. Under those rules...
on Jan 29, 2012 | Permalink | Discuss
I will talk at FOSDEM, Paris Jug and Devoxx France. See you there.
on Jan 22, 2012 | Permalink | Discuss

Java Tools

We coax Rhino (an elusive, misunderstood, and ignored member of the Java ecosystem) into a mind meld, giving it access to the JVM's thoughts, experiences, memories, and knowledge; and take it where no rhino has gone before!
on Jan 25, 2012 | Permalink | Discuss
I think that Maven is a great tool for development. But it can be used for more. For instance, I've just prepared things so that starting from a clean room you can try out my lightweight CMS, NorthernWind, by just invoking a couple of commands. They will install and run NorthernWind, an embedded server and an example site. More information at the NorthernWind blog.
on Jan 23, 2012 | Permalink | Discuss
Today I decided it was past time to reorganize the slides in the performance testing section of the course. I added a number of new diagrams and charts to help organize the materials and then I went back and started to review some of the definitions that I was using. First up was the question; what is performance testing and how is it related to load testing
on Jan 12, 2012 | Permalink | Discuss
I mentioned the idea to use Wordle as an execution profiler while presenting the profiling section of my performance tuning course in Paris last December. The idea was seeded by presentation that Neal Ford did a few years ago in which he used Wordle to expose the vocabulary of a Java application. Instead of vocabulary, I wanted to see if Wordle could be used to visualize an applications dominate behavior.
on Jan 9, 2012 | Permalink | Discuss
A preview of the pure Java version of VisualLangLab is now available. The GUI, and other characteristics, are virtually identical to the previous version, but the JAR file is very much smaller as it does not bundle the Scala API jars.
on Jan 5, 2012 | Permalink | Discuss

NetBeans

This article has the main objective show a little example for persist information in Cassandra using java. For demonstrated the persistence with Cassandra will used the Easy-Cassandra, a framework open source for use this SGBG in an easy mode.   @ColumnFamilyValue(nome = "person")// public class Person implements...
on Jan 24, 2012 | Permalink | Discuss
The latest Java.net poll suggests that NetBeans users have been quick in their adoption of the NetBeans IDE 7.1 Release. A total of 802 votes were cast in the poll, with the following results...
on Jan 21, 2012 | Permalink | Discuss

Java Patterns

You want JAXB to unmarshal singletons? You already spent lots of time coding rather complex workarounds applying XmlAdapters and afterUnmarshal callbacks? The solution is astonishingly simple!
on Jan 14, 2012 | Permalink | Discuss

Java Enterprise

 In the previous articles we have concentrated on testing using Glassfish. But can you use the same recipe to do testing on Weblogic. The answer is YES, but ..... Yea you know there is always a caveat. First make sure you have Weblogic installed properly. Note I did the testing with the latest 12c version, so your mileage may vary. Download the attached zip file again and follow along. In...
on Jan 13, 2012 | Permalink | Discuss
We added an accordion demo to our JSF demos. See it in action over here. If you have suggestions. Let us know!
on Jan 10, 2012 | Permalink | Discuss
 In the previous article we described how to do testing with multiple containers. But since joining the Glassfish team I have wondered how can I test applications against different versions of JSF on Glassfish? As it turns out it is actually quite straightforward. This blog entry shows you how to do it. It will allow you to test using a 2.1.2 version and up. All by using properties passed in...
on Jan 6, 2012 | Permalink | Discuss