Server-side

  • 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...

0 replies - 293 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 - 292 views - 01/30/13 by Andriy Redko 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...

5 replies - 1531 views - 01/29/13 by Damien Lepage 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...

0 replies - 487 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 - 538 views - 01/29/13 by Markus Eisele 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 - 1301 views - 01/28/13 by Markus Eisele in Articles

Jan 23, 2013 - Apache Camel Essential Components - Archived Webinar

Apache Camel is a powerful, popular, open-source routing and mediation library. This webinar aims to briefly introduce viewers to Camel and 6 of the...

0 replies - 53 views - 01/23/13 by Brandon Nokes in Uncategorized

ActuateOne for OEMs

"Actuate BIRT’s (Business Intelligence and Reporting Tool) proven technology allows software companies to innovate, leapfrog the competition and meet...

0 replies - 41 views - 01/22/13 by Kelley Gemma in Uncategorized

DRY Your Spring Beans Configuration File

It’s always when you discuss with people that some things that you (or the people) hold for an evidence seems to be a closely-held secret. That’s what...

0 replies - 1837 views - 01/21/13 by Nicolas Frankel in Articles

Selecting Your Java EE 6 Application Server

The number one question I get asked is: "Which Java EE Application server should we use?". With the growing adoption of Java EE 6 new compatible...

1 replies - 1882 views - 01/15/13 by Markus Eisele in Articles

JBoss BRMS at the Radboud University Nijmegen for Business Rules Guest Lecture

Today I gave my annual guest lecture on Business Rules based on a real life open source product to the students of Stijn Hoppenbrowers. He invites me yearly to...

0 replies - 557 views - 01/15/13 by Eric D. Schabell in Articles

Super Quick Tomcat App Deployment Using a PULL Script

If you managed to read my last blog you'll remember that I demonstrated a simple script for creating a new tomcat installation on a server by splitting the...

0 replies - 2136 views - 01/14/13 by Roger Hughes in Articles

Testdriving Mojarra 2.2.0-m08 on GlassFish 3.1.2.2

We just slipped into 2013 and after a wonderful holiday season it is time to kick off the new posting season on my blog. With all the Java EE 7...

0 replies - 1099 views - 01/14/13 by Markus Eisele in Articles

Enabling SSL in Tomcat

For people in hurry get the latest code and follow the steps mentioned in Github. There are lots of documents on the web on how to configure SSL in Tomcat....

0 replies - 1118 views - 01/04/13 by Krishna Prasad in Articles

Super Fast Tomcat Installation using FTP and Version Control

When talking about Continuous Delivery one of the tests that both Martin Fowler and Jez Humble often mention is their "flame thrower" test. It goes...

0 replies - 2666 views - 01/02/13 by Roger Hughes in Articles