Convert ArrayList to Arrays in Java
"FOR NOVICE" - A lot of time I have to convert ArrayList to Arrays in my Java program. Although this is a simple task, many people don’t know how to... more »
Tweet 0 CommentsSave Tags: how-to, java
Find Out How Boeing Uses the NetBeans Platform!
The JavaOne presentations from years gone by are all available on-line in various forms. Yesterday I discovered that one of the best NetBeans Platform... more »
Tweet 0 CommentsSave Tags: frameworks, java, tools
Designing the Repository interface
In one of my most recent projects, I decided to design and build the application according to the principles of Domain Driven Design. One of the... more »
Tweet 0 CommentsSave Tags: java, methodology
New Java Framework “Clickframes” 0.9 beta released!
Clickframes is a new Java Framework. You’ve heard of self-documenting code – Clickframes provides self-coding documentation. From a Clickframes XML... more »
Tweet 4 CommentsSave Tags: agile, frameworks, java, open source
Creating a Notification Popup Widget with SWT
In this article I will explain how to create a custom widget that displays a popup notification dialog in the bottom right corner of your screen... more »
Tweet 0 CommentsSave Tags: eclipse, gui, java
Top 5 Static Analysis Plugins for Eclipse
Top 5 Static Analysis Plugins for Eclipse
JavaFX - ClipView layout container usage example
In JavaFX 1.2 a new layout container called ClipView was introduced. Mr Rakesh Menon shows how it can be used to implement scroll or pannable view.
Tweet 0 CommentsSave Tags: gui, how-to, java, other languages
Garbage First 'quite zippy'
You've probably been told over the years how great JVMs are. How well they've scaled, perform under a variety of different loads. How its doing its... more »
Tweet 0 CommentsSave Tags: java, reviews, tools
OSGi vs. Jigsaw - Why can’t we TALK ?
Before starting, I just want to make clear that I am not a member of the OSGi Alliance nor a participant of any EG. I just happen to use OSGi since... more »
Tweet 1 CommentsSave Tags: eclipse, frameworks, java, opinion
Oracle, do the right thing, set Java free
To nearly everyone’s surprise, the Department of Justice’s Antitrust Division has thrown a last-minute banana peel in front of Larry Ellison’s bid to... more »
Tweet 0 CommentsSave Tags: java
Survey Results: Java EE Containers - Heaven or Hell?
We had to draw the line for our analysis somewhere, so we took the first 700 responses and created the charts below. If there is a significant change... more »
Central Washington University on the NetBeans Platform
Central Washington Universities tools for blind programmers.
Tweet 0 CommentsSave Tags: frameworks, java, tools
IntelliJ IDEA 9 Memory Settings
Quick note on changing the memory settings for IntelliJ IDEA 9.
Tweet 0 CommentsSave Tags: how-to, java, tools
Does the canvas element make Flash irrelevant?
I have been working on a tutorial series that demonstrates how to make a simple platformer with JavaScript and the new Canvas element for the last few... more »
Tweet 1 CommentsSave Tags: flash-flex, java
The Death of Beans
Java Beans have long been the standard by which all Java objects are defined. This post challenges the notion and asks the question, "Have Beans been... more »
Tweet 0 CommentsSave Tags: java, methodology, open source, research
GParalelizer 0.8 released
GParallelizer, the opensource concurrency and actor library for Groovy, has reached its 0.8 release today. Besides further maturing the actor support... more »
Tweet 0 CommentsSave Tags: announcement, groovy, java, open source
Three Forms of RESTEasy Client
RESTEasy comes in three forms of client APIs: 1. JAX-RS annotated Interface proxying 2. Lower level fluid HTTP API 3.... more »
Tweet 0 CommentsSave Tags: frameworks, java
Chapter on using Web-based Services in Java
I just added a new chapter to my "Killer Game Programming in Java" website. It's about programming techniques for writing standalone Java programs... more »
Tweet 0 CommentsSave Tags: java, web services
Open source CRM and ERP
A review of opensource ERP and CRM products.
Tweet 0 CommentsSave Tags: frameworks, java, open source
Direct RIA + Google App Engine = Simplicity + Scalability
ZK 3.6.2 supports Google App Engine, allowing you to run ZK in the Google cloud! For more details on the installation procedure please refer to this... more »
Tweet 0 CommentsSave Tags: ajax, announcement, java
Math captcha for JSP
Math captcha web component for JSP (and/or Coldfusion). Asks the user questions in plain text. The trick is to use mathematics questions with a... more »
Spring WS plugin 0.2.2 released
I've just released version 0.2.2 of the Spring WS plugin. The major new feature in this release is the capability to completely customize the how an... more »
Tweet 0 CommentsSave Tags: announcement, frameworks, java, web services
NetBeans Showstopper: Running Tests
NetBeans seems to be really lagging behind Eclipse and IntelliJ when it comes to test execution ...
Tweet 0 CommentsSave Tags: java, reviews, tools
Mule 2.2.0 ESB Basics - Inbound and Outbound endpoints - Price Conversion Example
we discuss the following scenario where the price of an item (32GB pen drive) is as input at a given JMS Queue. The price is converted to INR and then... more »
Tweet 0 CommentsSave Tags: frameworks, how-to, java, open source
Curiosity Killed The Cat...Dunno What It's Doing To Me!
Over on Code To Joy there is a nice discussion of JFugue, the Java API for Music Programming and Groovy.
Tweet 0 CommentsSave Tags: frameworks, groovy, humor, java