Jump to Navigation

java

JPA 2 Criteria API Tutorial

When JPA 2 was released in 2009 it included the new criteria API. The purpose of the API was to get away from using JQL strings , (JPA Query Language), in your code. Although JQL seems like a great way to leverage your existing SQL knowledge ,in the OO world it has a major drawback  namely;  there is no compile time checking of your query strings. The first time you find out about a spelling or syntactical error in your query string is at run time. This can be quiet a productivity drain with developers having to correct, compile and redeploy to  continue.

Java: 

Calamari - A Squid Log File Analyser Application

Jumping Bean is happy to announce the release of Calamari, a squid log file analyser application. The application has been released under the GNU Public License V3. Calamari consists of two components, a JavaFX front-end and a Java based back-end web service. It is designed to allow system administrators to easily identify anomalous events and drill down into the detailed log entries.

Open Source: 
Java: 

Maven, Jaxb-Schemagen Plugin POM.xml Setup and How to Generate XML Schemas for POJOs

When ever I need to use the JAXB maven plugin, it is always a task to configure the maven pom.xml file to get this tool to run, but usually an answer can be found pretty quickly so its just annoying. Most often I just use javaws and jaxb plugins to import and export web services, but recently I had to export XML schemas for some POJOs for a client, and this was a bit more of a challenge. It seems, from the google search results at least, that Java developers do not export XML schema definitons for POJO's that often.

Java: 

Java - Parsing CSV Files How To

Parsing CSV files is one of those routine tasks that can end up taking an inordinate amount of time for a programmer to handle, especially once you discover the CSV file is not clean. Often CSV files come with extraneous headers and footers like, page numbers and distribution information. This is especially true if they are user generated, from spreadsheet applications like Open Office, or are effectively screen scraps of reports from some mainframe or AS400 reporting application.

Java: 

JDBC connection to MS SQL 2005

I haven't had to work with MS SQL server since around 2003 but we recently took over a project that was running on MS SQL so I got to work with it again. It was quiet nice when MS took long to release new versions of its flagship database because it meant I didn't have to learn anything new for years. Sadly things have changed since then :) Although our client is running on MS SQL 2000 and that should have been a relief, except for the fact that, being a Linux shop, we don't have a copy of MS SQL 2000 and could only get the Express version of 2008 and 2005 from MS web site.

Java: 

Java developer career at Jumping Bean

We are looking for two intermediate to advanced Java developers with at least 2-3 years experience. The applicant should be well versed with JEE technologies and should know and be familiar with at least some of the following:

Java: 
Subscribe to RSS - java


by Dr. Radut.