Brazil's President Has a Java Ring!
Sun's Chief Open Source Officer, Simon Phipps, presented Brazilian President Lula with a Java ring to acknowledge his support for open source... more »
Tweet 2 CommentsSave Tags: java, open source, trends
How to use JavaFX in your Swing Application - JavaFX 1.2 version
At one of my sessions showing off JavaFX, I was asked the question, how can I run JavaFX in my Swing Application? At first, I asked why do you want to... more »
Tweet 0 CommentsSave Tags: how-to, java, ria
Virtualizing CMT for Hadoop
Recently I have been involved in scaling Hadoop for our Chip Multi-Threading (CMT) machines (e.g., systems running up to 256 threads per node.) ... more »
Tweet 0 CommentsSave Tags: hardware, java, methodology, server
Diagnosing and Resolving StackOverflowError
A recent JavaWorld Community forum message (Stack Overflow after instantiating new object) reminded me that the basics of the StackOverflowError are... more »
Tweet 0 CommentsSave Tags: how-to, java, other languages
Splitting the atom is hard, splitting strings is even harder
I always seem to underestimate how much readers of this blog enjoy a good coding challenge. A few days ago, one of my coworkers was tripped by a line... more »
Tweet 0 CommentsSave Tags: how-to, java
JBoss Open Choice, Part 1 - JBoss Enterprise Web Server
Open Choice isn’t some big, far-into-the-future vision thing it’s something we’re doing now. This year. Product-wise it consists of four offerings... more »
Tweet 0 CommentsSave Tags: java, open source, server
Resolving conflicts on DWR with jQuery
Since DWR’s util.js uses $ as an alias to ‘dwr.util.byId’ function, it may not have a smooth integration with jQuery as $ is also used by the latter... more »
Tweet 0 CommentsSave Tags: frameworks, how-to, java, javascript
The quest for a portal web framework is over and the winner is: Spring Portlet MVC
For a long time I've been looking for a web framework that would ease the development of web UI in portlets. Pure JSP is too old-fashioned and the... more »
Tweet 0 CommentsSave Tags: frameworks, java, opinion, server
Eclipse Galileo and the Rich Ajax Platform (RAP)
As Galileo is out in the wild and we are all already working on Helios… I thought it would be handy to give a quick overview of the New and Noteworthy... more »
Tweet 0 CommentsSave Tags: ajax, eclipse, java, open source
A tale of two components (JSF2)
Today, I'd like to take a look at two different ways to create a poll component. Poll components are a way to periodically update a page with new... more »
Tweet 0 CommentsSave Tags: frameworks, java, server
Creating a JSON web service API for Find My iPhone
One of the really cool features of MobileMe and the new iPhone 3.0 OS is the ability for it to reach out and locate your iPhone at any time if you... more »
Tweet 0 CommentsSave Tags: how-to, java, web services
Optimize Resourses with JVM Shutdown Hooks
JVM's seldom used feature shutdown hooks provide the ability to clean up resources
Tweet 0 CommentsSave Tags: java
jBPM 3 seam/jsf/richfaces based console
A few months ago, development on the new console for jBPM started. Initially, it was the intention that this console could also serve as the next... more »
Tweet 0 CommentsSave Tags: frameworks, java, open source, server
To ESB or not to ESB
Many of us have had to ponder this question. Technology selection is notoriously difficult in the enterprise space since the criteria and complexity... more »
Tweet 0 CommentsSave Tags: java, server
Using Portal Pack on NetBeans IDE With Theme Plugin Support
This article describes how to use Portal Pack plugins to create and modify Sun GlassFish Web Space Server/Liferay themes on NetBeans IDE (Integrated... more »
Tweet 0 CommentsSave Tags: frameworks, java, server, tools
Intro to Caching,Caching algorithms and caching frameworks
A lot of us heard the word cache and when you ask them about caching they give you a perfect answer but they don’t know how it is built, or on which... more »
Tweet 0 CommentsSave Tags: how-to, java
Partially Destructive Garbage Collection
While lying in bed and trying to sleep last night, I had an idea I'd like some feedback on. The idea is partially destructive garbage collection,... more »
Tweet 0 CommentsSave Tags: java, other languages, research
Project Marble – augmented reality in Java with JMF, Java3D, NYArToolkit and Trident
Today i’m going to talk about setting up the development environment for running the augmented reality demo shown in this video from my previous post.
Tweet 0 CommentsSave Tags: frameworks, how-to, java
Accessing A Local EJB 3 in Glassfish
Using the annotation @EJB is not enough for glassfish to inject a new instance of a java bean in my class. Local EJBs are stored in the local naming... more »
Tweet 0 CommentsSave Tags: how-to, java, server
Mule CXF synchronous web service integration - Finding lowest book price
Mule is one of the mature ESBs in the market and CXF facilitates rapid development of web services. Together they ease the realization of service... more »
Tweet 0 CommentsSave Tags: frameworks, how-to, java, web services
Rails on GlassFish - "most performant of all", "simpler and just works", "blazing speed"
Here are some quotes about running Rails applications on GlassFish from user@jruby mailing list...
A Better Looking ADF Faces Application Sample
One of my tasks for the Fusion Middleware 11g launch event was to build the JDeveloper/ADF part of the demo (along with Juan).
Tweet 0 CommentsSave Tags: frameworks, java, server
SpringSource Tool Suite (STS) is a free tool now
The latest version of SpringSource Tool Suite (STS), an Eclipse-based development environment for building Spring applications, supports Spring 3.0... more »
Tweet 2 CommentsSave Tags: java, tools
J2ME Canvas sample to show games programming in J2ME
This sample J2ME demonstrates the use of Canvas in a midlet. Most of the graphics methods available are used here to let you quickly learn the... more »
Tweet 0 CommentsSave Tags: how-to, java, mobile
translate() Sample program in J2ME
The point (x, y) specifies to a drawing function a location relative to the point (0, 0). The point (0, 0) is the origin of the Graphics. When you... more »
Tweet 0 CommentsSave Tags: how-to, java, mobile