Interested in JavaFX?
I've started this community aggregator for easy access to blog posts on JavaFX. It's at javafx-blogs.feedcluster.com. I don't think there are that... more »
0 commentsSave Tags: java, news, other languages
VMware and SpringSource integrate on virtual Java roadmap
VMware has expanded its relationship with SpringSource to support an unfolding virtual appliance roadmap utilizing Linux and open-source Java.
0 commentsSave Tags: java, news, tools, unix-linux
A Brief Conversation with David Moon
I had an email conversation between myself, David Moon & Daniel Weinreb. For the younger readers: David Moon is one of the original architects of the... more »
0 commentsSave Tags: hardware, java, opinion
OpenJDK 6: Sources for b14 published
On December 3, the OpenJDK 6 b14 source bundle was published. Changes of note in this build
0 commentsSave Tags: java, news, open source
Deploy OpenBD to the cloud with Elastic Server
Alan Williamson has created a specialised portal for OpenBlueDragon on the Elastic Server platform. This portal would bundle as standard JDK1.5 and... more »
0 commentsSave Tags: announcement, java, server, tools
SVNKit 1.2.1 released
SVNKit is a pure Java Open Source Subversion library. Version 1.2.1 of SVNKit includes stability and performance improvements and adds support of... more »
0 commentsSave Tags: announcement, java, open source, tools
Young & Upcoming Generation of Powerful Languages
Several upcoming popular future programming languages including some on top of JVM and CLR ( IronRuby, Scala , Clojure, Groovy, F#, Erlang, Haskell... more »
3 commentsSave Tags: .net, java, opinion, other languages
JavaOne and CommunityOne 2009
It's that time of year again, and the call for papers for JavaOne and CommunityOne is closing soon! We're hoping for a lot more diverse JRuby... more »
0 commentsSave Tags: java, news
Java Mobility Podcast 62: Microlog
Johan Karlsson discusses Microlog, a small logging library for Java ME, with Terrence Barr.
0 commentsSave Tags: frameworks, java, mobile
Cometd + Wicket
First off, I think I like wicket, its a pretty neat framework and it has some pretty solid integration with ajax which is interesting. I have to say... more »
0 commentsSave Tags: frameworks, java, javascript, server
Accessing JVM arguments from Java (to determine if JVM is running in debug mode)
The other day, I was using the JDeveloper debugger to locally debug some code in an application that uses (and therefore becomes part of) an Oracle... more »
0 commentsSave Tags: java
Glassfish v3 with Merb and Warbler
For a project I’m currently working on we needed something really really fast. Rails with Ruby MRI was out of the question so we went for JRuby and... more »
0 commentsSave Tags: java, ruby, server
Creating a NetBeans Platform Toolbar in 6.5
Creating a new toolbar for NetBeans IDE is now easy in 6.5. Just use the New Action wizard, which gives you an "ActionListener", and then replace the... more »
0 commentsSave Tags: frameworks, java, tools
Integrating ZK and Spring Web Flow
In this article, Henri Chen, co-founder of ZK framework, will demonstrate with an example the way to navigate a work flow with ZK, Spring Security,... more »
0 commentsSave Tags: frameworks, java
JBoss Microcontainer goes 2.0.0.GA
What better time to start blogging here as on the day we push our 2years+ work out as GA ready. By our work I mean JBoss Microcontainer project, MC... more »
0 commentsSave Tags: java, news, server
Spring Integration 1.0 Released
Spring Integration 1.0 GA has been readied for download, and soon will be available.
0 commentsSave Tags: frameworks, java, open source, web services
vraptor mini-Review – wiring Code and Views
Review of alternative MVC framework vraptor.
0 commentsSave Tags: frameworks, java, open source, reviews
Free Webinar:How Software Development Organizations Can Improve Application Architecture to Drive Long Term Cost Savings
The consistent use of sound application architecture is key to the success of software development. In modern design environments, whether agile or... more »
0 commentsSave Tags: c-and-cpp, java
JBPM ESB Integration
BPM promotes a model-based approach to task definitions: it encourages a top-down approach to service orchestration and requirements. Since the... more »
0 commentsSave Tags: how-to, java, open source, server
reflections - A Java runtime metadata analysis, in the spirit of Scannotations
Reflections scans your classpath, indexes the metadata, allows you to query it on runtime and may save and collect that information for many... more »
0 commentsSave Tags: frameworks, java
Exjali : EXpressiveness JAva LIbrary
Inspired by the buzz around Java 7 and "new" JVM language (Groovy, JRuby, Scala, ...), Exjali is a small Java librairy, allowing more expressive... more »
0 commentsSave Tags: frameworks, java
Creating Table, Header & Footer in PDF files using Aspose.Pdf
Aspose.Pdf is a Java Pdf component to create Pdf documents without using Adobe Acrobat. It supports compression, text, tables, graphs, images,... more »
0 commentsSave Tags: java, news, unix-linux, windows
Manage SOA with iTKO LISA and dynaTrace
Who is LISA? “The LISA 4 Complete SOA Test Platform is a comprehensive testing solution that reduces the effort and cost of SOA test creation and... more »
0 commentsSave Tags: announcement, java, reviews, web services
Log4J Logging Inside Eclipse Console
We use Apache Log4J for performing Logging at runtime for debugging Java Application. Eclipse is widely used IDE in Java Development environment, so... more »
0 commentsSave Tags: eclipse, java
A short program to count lines of code
A short program written in groovy that counts lines of code, given as an alternative to another C# implementation. The behavior is the same as the... more »
0 commentsSave Tags: .net, groovy, java