Quantcast
Channel: Fancy UI
Browsing all 12 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

How to Use GWT Editors with A Services oriented Backend

I searched all the internet to find how can  I use GWT editors to populate and validate data on my views with plain classic Service oriented backend : DAO Layer, Service Layer using Spring. But all I...

View Article



Image may be NSFW.
Clik here to view.

Spring GWT Integration using the RequestFactory API

Beginning from GWT 2.4 the integration of the RequestFactory API with Spring services on the backend is easy all you need to do is create a custom ServiceLocator on your server which will be used by...

View Article

Image may be NSFW.
Clik here to view.

Get to Spring ApplicationContext from everywhere (The clean way)

In this article I’ll show you a tip on how to get to your spring Application from any place on your application. Let say that you are writing a Fat client java application (using Swing for example) and...

View Article

Image may be NSFW.
Clik here to view.

Installing MongoDB 2.0 on Ubuntu 11.10

Ubuntu 11.10 ships with an older version of MongoDB, in this article I’m going to show how to install properly the latest version MongoDB which the 2.0.1. First you have to download the 32bit or 64bit...

View Article

Image may be NSFW.
Clik here to view.

How to skin a GWT CellTable

In this article I’m going to show you how to customize the look and feel of a CellTable using CSS and ClientBundle API of GWT. I assume that you already familiar with CSS and ClientBundle, if not visit...

View Article


Image may be NSFW.
Clik here to view.

Spring / GWT Software Architecture for scalable applications – Part 1

During this article I’m willing to share with you a clean software architecture to build high scalable enterprise application based upon GWT (on the front end) and Spring (on the back end). I’m going...

View Article

Image may be NSFW.
Clik here to view.

Configure LogBack Logging with Spring

LogBack is a new API for logging created by the same author of Log4j(a newer implementation, it is like a new version), during this article I’m going to show how to integrate it and use it on a Spring...

View Article

Image may be NSFW.
Clik here to view.

Spring / GWT Software Architecture for scalable applications – Part 2

During this article you will learn how to build efficiently and quickly the backend (based upon the solution described on part one : http://goo.gl/T2pLQ) that is going to be used later by any kind of...

View Article


Image may be NSFW.
Clik here to view.

Cross site requests with GWT, RestyGWT and HTML5 CORS

I’m working on a GWT project that can be added to any web site to load a banner and to do that, I had to make some requests to a REST service deployed on another server. We all know that this is...

View Article


Image may be NSFW.
Clik here to view.

Writing Custom CellRenderer using the Declarative new GWT 2.5 UiRenderer

Before GWT 2.5, writing a custom CellRenderer to present data in a certain manner was very complicated and very difficult to achieve. All the custom UI code had to be written inside a Java class that...

View Article

Image may be NSFW.
Clik here to view.

JSR 303 loading messages from an I18N property file

Overview : This article will illustrate how to adapt the JSR 303 validation API to load messages from an I18n property file, and this by conserving all benefits of internationalisation and support for...

View Article

Image may be NSFW.
Clik here to view.

Secure REST services using Spring Security

Overview : Recently, I was working on a project which uses a REST services layer to communicate with the client application (GWT application). So I have spent a lot of to time to figure out how to...

View Article
Browsing all 12 articles
Browse latest View live




Latest Images