Frameworks

  • submit to reddit

The Definitive Guide to Developing Portable Tizen Apps

Russian (русский) Translation available Table of Contents List of Figures Source Code Listings Introducing Tizen Motivation behind...

0 replies - 4441 views - 04/29/13 by Michael Schloh ... in Articles

First look at Learning Play! Framework 2

I have always wanted to learn and use Play Framework and there have been previous attempts which I have blogged before, but recently I have got an opportunity...

0 replies - 2621 views - 04/26/13 by Mohamed Sanaulla in Articles

Modern Enterprise Application Configuration with Spring

Modern enterprise application configuration with Spring from Øredev Conference on Vimeo. The Spring family of projects have long been some of the most...

0 replies - 1766 views - 04/25/13 by Mitch Pronschinske in Articles

Fault Injection with Byteman and JUnit: Do Even More to Ensure Robustness of Your Applications

The time when our applications lived in isolation have passed long-long ago. Nowadays applications are a very complicated beasts talking to each other...

0 replies - 2120 views - 04/25/13 by Andriy Redko in Articles

A Case Study: A JavaFX Widget Framework API

A prototype of a widget container Building a better mousetrap In short I want to revisit the idea of a cross platform widget framework using JavaFX. In...

0 replies - 1837 views - 04/24/13 by Carl Dea in Articles

Customizing EclipseLink JPA-RS Messages with MOXy

In a previous post I covered how EclipseLink JPA-RS can be used to expose a JPA persistence unit as a RESTful service.  In that example we interacted...

0 replies - 3069 views - 04/21/13 by Blaise Doughan in Articles

Introducing EclipseLink JPA-RS

In a previous series of posts I covered how to create a JAX-RS service that leveraged JPA for the persistence layer.  EclipseLink contains a component...

1 replies - 4841 views - 04/20/13 by Blaise Doughan in Articles

Just What Are Spring 3.2 Matrix Variables? - Part 2: The Code

My last blog on Spring's support for Matrix Variables concentrated on explaining what they were and why you'd want to use them. Having sorted out the what...

0 replies - 217 views - 04/19/13 by Roger Hughes in Articles

JPA - Hibernate - Type mapping on package level

When we are finally mature enough to use some custom types mapping in JPA, we usually stuck with some provider specific solution, because JPA itself...

0 replies - 2367 views - 04/15/13 by Michal Jastak in Articles

Acquaintance With Groovy

For any new language that I wish to learn, first I will try out to code sample application that just output the 'Hello World'Let's see how it can be done in...

0 replies - 433 views - 04/10/13 by Sammaiah Kyatham in Articles

The Structure of Struts.

More Apache. The search for structural excellence among the the most popular, open-source, Java programs continues with an analysis of Apache Struts, ...

2 replies - 3065 views - 04/10/13 by Edmund Kirwan in Articles

Incorporating Login/ Authentication into Play 2.x (Scala) application

For people in hurry here is the code and the steps. In continuation of Play 2.x (Scala) is it a Spring MVC contender? – Introduction, in this...

0 replies - 1905 views - 04/10/13 by Krishna Prasad in Articles

Incorporating LDAP with Play 2.x (Scala) application

For people in hurry here is the code and the steps. In continuation of Play 2.x (Scala) is it a Spring MVC contender? – Introduction, in this...

0 replies - 803 views - 04/09/13 by Krishna Prasad in Articles

Incorporating Authorization into Play 2.x (Scala) application

For people in hurry here is the code and the steps. In continuation of Play 2.x (Scala) is it a Spring MVC contender? – Introduction, in this...

0 replies - 2374 views - 04/08/13 by Krishna Prasad in Articles

MOXy's Object Graphs - Input/Output Partial Models to XML & JSON

Suppose you have a domain model that you want to expose as a RESTful service.  The problem is you only want to input/output part of your data. ...

0 replies - 2087 views - 04/08/13 by Blaise Doughan in Articles