Frameworks

  • submit to reddit

JUnit Testing of Spring MVC Application: Testing Controller

In continuation of my earlier blogs on Introduction to Spring MVC and Testing Service layer in Spring MVC, in this blog I will demonstrate how to test...

0 replies - 4099 views - 03/04/13 by Krishna Prasad in Articles

ListenableFuture in Guava

ListenableFuture in Guava is an attempt to define consistent API for Future objects to register completion callbacks. With the ability to add callback when...

0 replies - 1964 views - 03/04/13 by Tomasz Nurkiewicz in Articles

Properties with Spring

1. OverviewSpring has always tried to be as transparent as possible when it comes to working with properties. Before Spring 3.1 however, the mechanism of...

0 replies - 3099 views - 03/04/13 by Eugen Paraschiv in Articles

JUnit testing of Spring MVC application: Testing the Service Layer

In continuation of my earlier blogs on Introduction to Spring MVC and Testing DAO layer in Spring MVC, in this blog I will demonstrate how to test Service...

0 replies - 2154 views - 03/03/13 by Krishna Prasad in Articles

JUnit testing of Spring MVC application: Testing DAO layer

In continuation of my blog JUnit testing of Spring MVC application – Introduction, in this blog, I will show how to design and implement DAO layer for...

0 replies - 4301 views - 03/01/13 by Krishna Prasad in Articles

A Gentle Introduction to the JSF 2.2 Faces Flow

My well-respected colleague and good friend Arun Gupta continues his admirable effort to provide some very early...

0 replies - 2664 views - 02/28/13 by Reza Rahman in Articles

Solr Overview From a Beginner's Point of View

I’ve recently begun diving into Search Engines in general and Solr in particular. This is my understanding of it so far. Why Solr? It isn’t really...

0 replies - 2552 views - 02/25/13 by Nicolas Frankel in Articles

Configuring Spring MVC for AJAX to enable SEO

AJAX based web applications always have challenges with Search engines. The fundamental aspect of AJAX is the content bound to AJAX components are not...

0 replies - 1490 views - 02/25/13 by Krishna Prasad in Articles

Understanding the Play Filter API

With Play 2.1 hot off the press, there have been a lot of people asking about the new Play filter API. In actual fact, the API is incredibly simple:...

0 replies - 1620 views - 02/24/13 by James Roper in Articles

EasyCriteria 2.0 – JPA Criteria Should Be Easy

In the post today we will see about the new version of the framework named EasyCriteria. At the end of this post we will see what is to come here in the...

2 replies - 2369 views - 02/23/13 by Hebert Coelho D... in Articles

ScaleBase Overview – Your complete scale out partner

ScaleBase Overview – Your complete scale out partner Watch the Video below to learn how to scale out your MySQL Database with ScaleBase. Cost-effectively...

0 replies - 312 views - 02/22/13 by Kelley Gemma in Uncategorized

jOOQ’s Reason for Being

The below paragraphs were taken from the jOOQ preface from the manual. It is worth thinking about why you should (or should not) use jOOQ in a given...

4 replies - 2871 views - 02/22/13 by Lukas Eder in Articles

Comparing Job Development in Quartz and Obsidian

Getting your program code to the point that it satisfies the functional requirements provided is a milestone for developers, one that hopefully brings...

0 replies - 1601 views - 02/21/13 by Craig Flichel in Articles

Spring-Test-MVC Junit Testing Spring Security Layer with Method Level Security

For people in hurry get the code from Github. In continuation of my earlier blog on spring-test-mvc junit testing Spring Security layer with InMemoryDaoImpl,...

0 replies - 2060 views - 02/21/13 by Krishna Prasad in Articles

Leveraging MOXy in your Web Service via JAX-WS Provider

In previous articles I demonstrated how EclipseLink JAXB (MOXy) is directly integrated into the JAX-WS implementations in WebLogic (as of 12.1.1) and in...

0 replies - 2068 views - 02/19/13 by Blaise Doughan in Articles