java

  • submit to reddit

Jelastic Wins Duke’s Choice Technology Leader Award: The Java Community’s Oscar

The 2012 Duke's Choice Award Winners have been announced by Oracle in advance of the world’s largest Java event - the JavaOne Conference in San Francisco,...

0 replies - 566 views - 09/30/12 by Julia Wunder in Announcements

JProfiler 7.2 by ej-technologies

JProfiler is a powerful all-in-one Java profiler.Among the new features in JProfiler 7.2 areAn RMI probeA web services probeMore flexible offline profilnig...

0 replies - 511 views - 09/28/12 by Ingo Kegel in Announcements

Collection Framework: Missing Concepts

Introduction My first encounter with the collection framework was on my second day of Java programming. The collection framework has many implementations, and...

3 replies - 2494 views - 09/27/12 by Vijay Shanker in Articles

An Independent Review of Explorer Tools for Windows Azure Blob Storage

Windows Azure Blob StorageWindows Azure Storage is one of the core components in Windows Azure that offers a scalable, highly available, and competitively...

0 replies - 3560 views - 09/24/12 by Wely Lau in Articles

NextReports 5.3 was released

NextReports reporting suite has reached version 5.3.NextReports Designer allows now to insert a report inside another report. For making a report to be...

0 replies - 587 views - 09/24/12 by Mihai Dinca - P... in Announcements

A Lazy Developers Introduction to Java Concurrency Executors

I would make a fool out of myself if I tell you that util.concurrent APIs kicks cheetah’s ass when the classes are available since 2004. However, there...

1 replies - 5134 views - 09/23/12 by Arun Manivannan in Articles

GWT debugging, go further with jetty and maven

Sometimes during the gwt debugging with Google plugin for Eclipse or with maven gwt plugin, you will need to access some jndi datasource or some environment...

0 replies - 1489 views - 09/23/12 by Jerome Raduget in Announcements

REST Web Services Using the CloudBees Java PaaS Platform

 A short video tutorial showing how easy it is to build, deploy and run REST web services using the CloudBees Java PaaS platform. The demo shows...

0 replies - 2180 views - 09/22/12 by Allen Coin in Articles

A Brief Overview of Java Assertions

First, what are asserts? An assertion is a predicate (a true–false statement) placed in a program to indicate that the developer thinks that the predicate...

0 replies - 3625 views - 09/21/12 by Mike Ensor in Articles

Oracle and Maven

Oracle has a problem with Maven and the negative effects of that is spreading to us Java developers.I do not think it is an intentional Oracle strategy to...

6 replies - 4617 views - 09/21/12 by Daniel Marell in Articles

Apache Karaf meets Apache HBase

Introduction Apache HBase is an open-source, distributed, versioned, column-oriented store modeled after Google's Bigtable....

0 replies - 2985 views - 09/20/12 by Ioannis Canellos in Articles

Concurrency

My first chance to do serious concurrent programming was using C++ on Windows in the 90s, on NT, where async programming was done with IOCompletionPorts....

1 replies - 3796 views - 09/19/12 by Rob Williams in Articles

Through the Eyes of a Newbie

The wife is interested in learning programming so she has been doing the Code Academy JavaScript course. It’s incredible to observe a person...

0 replies - 1068 views - 09/19/12 by Rob Galanakis in Articles

Top 20 Features of Code Completion in IntelliJ IDEA

In this article I would like to highlight the top features of code completion in IntelliJ IDEA, which make coding for Java incredibly productive. Everyone...

0 replies - 20741 views - 09/18/12 by Andrey Cheptsov in Articles

Add a JavaFX Component Built with Scene Builder and FXML to a NetBeans RCP Application

Most of the tutorials and demos I have seen up to this point for integrating JavaFX with NetBeans Rich Client Platform (RCP) applications have created and...

0 replies - 8557 views - 09/18/12 by Rob Terpilowski in Articles