Java

  • submit to reddit

An Introduction to WEKA - Machine Learning in Java

WEKA (acronym of Waikato Environment for Knowledge Analysis) is an open source library for machine learning, bundling lots of techniques from Support Vector...

0 replies - 1683 views - 08/19/12 by Giorgio Sironi in Articles

Chaining Functions in JavaScript

Most of us are aware of the all famous Jquery demo $("p.neat").addClass("ohmy").show("slow");which is a gem of an example of...

0 replies - 859 views - 08/19/12 by Hemanth Madhavarao in Articles

GlassFish City Revisited

More than a year ago I looked at GlassFish from a very high level point of view and did a 3D analysis of the source code. Today I feel like updating the model...

0 replies - 853 views - 08/19/12 by Markus Eisele in Articles

How to Schedule Your Java Oracle Certification

Scheduling the exam Access the link http://www.pearsonvue.com e follow the steps bellow: If you are not...

0 replies - 1055 views - 08/17/12 by Hebert Coelho D... in Articles

Introducing Spring Integration

In this article we introduce Spring Integration. If you have not worked with Spring Integration before, it might help to brush up on Enterprise Integration...

0 replies - 2232 views - 08/16/12 by Partha Bhattacharjee in Articles

How To Generate A Schema Creation Script With Hibernate 4, JPA And Maven

The scenario is trivial – you want to generate a database schema creation script while building your application (and then execute the script on the...

0 replies - 1499 views - 08/16/12 by Bozhidar Bozhanov in Articles

Database Abstraction and SQL Injection

I have subscribed to various user groups of jOOQ’s competing database abstraction tools. One of which is ActiveJDBC, a Java implementation of Active Record...

0 replies - 2499 views - 08/15/12 by Lukas Eder in Articles

New Java Update Introduces JavaFX Scene Builder

Oracle have been busy - they have released the latest update for Java 7 and JavaFX 2.2, introducing the first release of JavaFX Scene Builder. There's good...

0 replies - 2939 views - 08/15/12 by James Sugrue in Articles

Apache Lucene and Solr 4.0 Beta

We are getting closer and closer to the final release of Apache Lucene and Solr 4.0! Just a few minutes ago, the 4.0 beta of Apache Lucene library and Solr...

0 replies - 1675 views - 08/15/12 by Rafał Kuć in Articles

Named Parameters in Java – an Alternative

In the last installment of this blog I wrote about a way to fake Named Parameters in Java. As so often there are many ways to do this, so here comes another...

0 replies - 2508 views - 08/14/12 by Jens Schauder in Articles

8 Ways to Improve Your Java EE Production Support Skills

Everybody involved in Java EE production support know this job can be difficult; 7/24 pager support, multiple incidents and bug fixes to deal with on a...

0 replies - 2792 views - 08/14/12 by Pierre - Hugues... in Articles

Java hates TFS 2012? NOPE! TFS 2012 SDK for Java

Microsoft Visual Studio Team Foundation Server 2012 Software Development Kit for Java - Preview "The preview release of the Team Foundation Server...

0 replies - 1584 views - 08/14/12 by Greg Duncan in Articles

Spock @RunJetty

Working with Geb is fun especially when integrated with Spock. In order to write tests for a tapestry app, I wanted to have something on the lines of...

0 replies - 806 views - 08/14/12 by Taha Siddiqi in Articles

Kids Making the Future of Java

I had the opportunity to participate in the Make the Future of Java Workshop last week, which was a lot of fun.  Kids ages 13 and up got a chance to learn how...

0 replies - 5291 views - 08/14/12 by Stephen Chin in Articles

Using Spring Profiles in XML Config

My last blog was very simple as it covered my painless upgrade from Spring 3.0.x to Spring 3.1.x and I finished by mentioning that you can upgrade...

0 replies - 2092 views - 08/14/12 by Roger Hughes in Articles