Java

  • submit to reddit

Going REST/NoXML: Embedding Jetty with Spring and JAX-RS using Apache CXF

For hardcore server-side Java developers, the only way to "speak" out to the world is by using APIs. Today's post is all about JAX-RS: writing and exposing...

1 replies - 2236 views - 01/30/13 by Andriy Redko in Articles

Going REST/NoXML: Embedding Tomcat with Spring and JAX-RS using Apache CXF

This post is logical continuation of the previous one. The only difference is the container we are going to use: instead of Jetty it will be our old buddy...

0 replies - 2000 views - 01/30/13 by Andriy Redko in Articles

DZone Links You Don't Want To Miss (1/30/13)

Functional Programming is Coming Neal Ford published a great tutorial on IBM DevWorks about helping Java developers to get started with functional programming...

0 replies - 3945 views - 01/30/13 by Mitch Pronschinske in Articles

Feature Comparison of Java Job Schedulers

At Carfey Software, we love our flagship product, Obsidian Scheduler. We believe that Obsidian is the best choice for most scheduling needs. Why? Because...

2 replies - 4013 views - 01/30/13 by Craig Flichel in Articles

DRY Parameter Names

How often do you see code like this, especially when using dependency injection, single-responsibility principle, and other “good practices”?class...

0 replies - 1850 views - 01/30/13 by Adam Warski in Articles

If Java was a Haskell

Haskell has the reputation of being one of the most advanced programming language of our time. Its main strengths are its functional paradigm, its purity which...

7 replies - 2383 views - 01/29/13 by Damien Lepage in Articles

JavaFX 2 XYCharts and Java 7 Features

One of my favorite features of JavaFX 2 is the standard charts it provides in its javafx.scene.chart package. This package provides several different types of...

0 replies - 1470 views - 01/29/13 by Dustin Marx in Articles

Custom Error pages for Expired Conversations Involving CDI and JSF

t's been a while since I last blogged. I keep thinking of blogging something technical but end up getting busy with other things. This last week there was...

2 replies - 1611 views - 01/29/13 by Jaikiran Pai in Articles

JDBC Realm and Form Based Authentication with GlassFish 3.1.2.2 and Primefaces 3.4

One of the most popular posts on my blog is the short tutorial about the JDBC Security Realm and form based Authentication on GlassFish with Primefaces. ...

0 replies - 2214 views - 01/29/13 by Markus Eisele in Articles

Apache Isis now has Shiro Integration for Security

Hot on the heels of Isis’ first release as an Apache top-level project, we’ve now released a new security component that integrates with Apache...

0 replies - 651 views - 01/29/13 by Dan Haywood in Articles

Using JAXB to Generate Java Objects from XML Document

Quite sometime back I had written about Using JAXB to generate XML from the Java, XSD. And now I am writing how to do the reverse of it i.e generating Java...

0 replies - 2662 views - 01/29/13 by Mohamed Sanaulla in Articles

The GlassFish Story

You know that I like to play around with visualizations. I blogged about a nice way to visualize svn commits over time a while back. Today I finally found some...

1 replies - 1560 views - 01/28/13 by Markus Eisele in Articles

Apache Isis Codebase Refactored, Adopting Semantic Versioning

Following on from Isis’ recent graduation as an Apache top-level project, I also blogged about how we have a new CMS-based site and also how we’ve moved...

0 replies - 1599 views - 01/28/13 by Dan Haywood in Articles

Java concurrency: the hidden thread deadlocks

Most Java programmers are familiar with the Java thread deadlock concept. It essentially involves 2 threads waiting forever for each other. This...

0 replies - 1656 views - 01/28/13 by Pierre - Hugues... in Articles

AppFuse Light 2.2.1 Released!

In December, the AppFuse Team released 2.2.1. Right before that release, I decided to wait on enhancing its "light"...

0 replies - 834 views - 01/28/13 by Matt Raible in Articles