Tag: Java

Test Driven Development Tdd In Java Helloworld Examples

Test Driven Development Tdd In Java Helloworld Examples

Test-driven development is not about testing. Test-driven development is about development (and design), specifically improving the quality and design of code...

2021-02-18 · java · junit · spring

Javaee Angularjs Bootstrap Tutorials

Javaee Angularjs Bootstrap Tutorials

Here are all my tutorials about JavaEE/AngularJS/Bootstrap, from 2015 to 2016 (it's time to change...

2017-05-11 · angularjs · java · javascript

Javaee Angularjs Web Packaging Concat Minify

Javaee Angularjs Web Packaging Concat Minify

.This tutorial is intended to make a Maven web packaging like NodeJS+Brunch or NodeJS+WebPack...

2016-05-22 · angularjs · css · javascript

How To Cucumber Test Report Plugin 2 With Maven And Java

How To Cucumber Test Report Plugin 2 With Maven And Java

It is often useful to show the results of our tests to others people who are not developers...

2016-05-09 · bdd · cucumber · java

Javaee Angularjs Loading Screen

Javaee Angularjs Loading Screen

A simple way to handle loading screen before javascript kick-in, rely on ng-if....

2016-01-18 · angularjs · java · javascript

Javaee Angularjs Browser Compatibility Alert

Javaee Angularjs Browser Compatibility Alert

An example of alert in case of client side incompatible browser, like IE8. On others browsers like...

2016-01-17 · angularjs · java · javascript

Javaee Angularjs Browser Urls Cache And Version

Javaee Angularjs Browser Urls Cache And Version

This tutorial provides a way for the browser to manage different versions of the same resource....

2016-01-09 · angularjs · java · javascript

Maven Project With Embedded Repository

Maven Project With Embedded Repository

Use this when : a dependency is not available on a public Maven repository and you need your project...

2016-01-08 · java · quicktip

Javaee Angularjs Bootstrap How To Authent Basic

Javaee Angularjs Bootstrap How To Authent Basic

This post is about basic authentification with AngularJs, Satellizer and JAX-RS Jersey...

2015-11-19 · angularjs · java · javascript

Javaee Angularjs Bootstrap Howto Charts With D3js

Javaee Angularjs Bootstrap Howto Charts With D3js

Here simple use cases: a static Bar chart and a dynamic Line chart. It’s build with d3js and nvd3...

2015-11-08 · angularjs · java · javascript

Javaee Angularjs Bootstrap How To Multilingual I18n L10n

Javaee Angularjs Bootstrap How To Multilingual I18n L10n

This is about dynamic Internationalization (i18n*), Localization (L10n*) , Globalization...

2015-11-06 · angularjs · java · javascript

Javaee Angularjs Bootstrap How To Breadcrumb And Navbar

Javaee Angularjs Bootstrap How To Breadcrumb And Navbar

A navigation feature: simple responsive navbar, with breadcrumb and home view. Using vanilla AngularJS...

2015-11-05 · angularjs · java · javascript

Javaee Angularjs Bootstrap How To Infinite Scroll

Javaee Angularjs Bootstrap How To Infinite Scroll

A simple infinite scroll like Twitter or Facebook’s timelines. You’ll never reach the footer...

2015-11-04 · angularjs · java · javascript

Javaee Angularjs Bootstrap How To Sort With Smart Table

Javaee Angularjs Bootstrap How To Sort With Smart Table

Here is a sortable data-table. Using Twitter Bootstrap, ng-module SmartTable for front-end...

2015-11-03 · angularjs · java · javascript

Javaee Angularjs Bootstrap How To Pagination With Smart Table

Javaee Angularjs Bootstrap How To Pagination With Smart Table

A paginated data-table with a back-end inspired by Spring-Data Repository pattern implementation...

2015-11-02 · angularjs · java · javascript

Javaee Angularjs Bootstrap How To Filtering

Javaee Angularjs Bootstrap How To Filtering

This tutorial is about a simple field that will filter datas. Using Bootstrap’s Data-Table and...

2015-10-31 · angularjs · java · javascript

How To Cucumber Java Wants To Quit

How To Cucumber Java Wants To Quit

...

2015-10-27 · bdd · cucumber · java

Javaee Angularjs Bootstrap Datatable And Excel Export

Javaee Angularjs Bootstrap Datatable And Excel Export

This is a read-only table with a CSV export button, then an editable table form like Excel tab...

2015-10-20 · angularjs · java · javascript

Javaee Angularjs Bootstrap File Upload

Javaee Angularjs Bootstrap File Upload

A simple picture upload with preview with alert messages for avatar and a multiple files upload...

2015-10-19 · angularjs · java · javascript

Javaee Angularjs Bootstrap Form Bean Validation Front And Back

Javaee Angularjs Bootstrap Form Bean Validation Front And Back

Dual Validation, on Web side and Server side (UI and API), using AngularJs Validation directives...

2015-10-17 · angularjs · java · javascript

Javaee Angularjs Bootstrap Date Picker

Javaee Angularjs Bootstrap Date Picker

Build a DatePicker with AngularUI Widget from Bootstrap and post it to a REST Java server with...

2015-10-17 · angularjs · java · javascript

Javaee Angularjs Bootstrap Form Basic Read Post

Javaee Angularjs Bootstrap Form Basic Read Post

A tutorial about form with AngularJS and a rest server. Featuring most current usecases...

2015-10-16 · angularjs · java · javascript

Javaee Angularjs Bootstrap Routes Templates Redirection And Params

Javaee Angularjs Bootstrap Routes Templates Redirection And Params

A simple example about navigation inside a web application, using native AngularJS components...

2015-10-15 · angularjs · java · javascript

Javaee Angularjs Bootstrap Integration

Javaee Angularjs Bootstrap Integration

This tutorial is a basic integration of AngularJS, Bootstrap3, JavaEE JAX-RS, Maven and WebJars...

2015-10-13 · angularjs · java · javascript

Webjars Use Dynamic Urls For Your Dependencies Vs Versionning Hell

Webjars Use Dynamic Urls For Your Dependencies Vs Versionning Hell

WebJars is a useful tool. It’s a client-side web libraries (e.g. jQuery & Bootstrap) packaged...

2015-10-08 · java · javascript

Webjars Manage Your Web Dependencies With Maven

Webjars Manage Your Web Dependencies With Maven

No more /src/main/webapp/vendor/jquery.min.js, or /styles/bootstrap.css! Just a Maven dependency...

2015-10-07 · java · javascript

Migrating From Simple Junit Test To Cucumber Java

Migrating From Simple Junit Test To Cucumber Java

This post explains how to migrate source code from simple JUnit test to Cucumber Java Test...

2015-08-07 · bdd · cucumber · java

Migrating From Java4 Commonslang To Java6 Guava To Java8

Migrating From Java4 Commonslang To Java6 Guava To Java8

This tutorial cover code migration from different historical technical stacks. It goes from Java 1.4...

2015-08-06 · java

How To Cucumber Test Reporting Plugin With Maven And Java

How To Cucumber Test Reporting Plugin With Maven And Java

It is often useful to show the results of our tests to others people who are not developers, like managers or executive...

2015-07-30 · bdd · cucumber · java

How To Cucumber Java Reuse Same Scenario For Core Service And Web Ui Tests

How To Cucumber Java Reuse Same Scenario For Core Service And Web Ui Tests

An example of unified code to reuse the same functional test scenario. Over unit tests of the core component code...

2015-07-23 · bdd · cucumber · java

Tests Bdd Cucumber Simplifies Avec Les Lambdas Java8

Tests Bdd Cucumber Simplifies Avec Les Lambdas Java8

Ce tutorial explique comment écrire et coder des tests BDD (Behavior Driven Development) grâce à Cucumber ...

2015-04-19 · bdd · cucumber · java

Tests Bdd Avec Cucumber Java

Tests Bdd Avec Cucumber Java

Ce tutorial explique comment écrire et coder des tests BDD (Behavior Driven Development)...

2015-01-29 · bdd · cucumber · java

Test Web Ui Automatise Avec Fluentlenium Java

Test Web Ui Automatise Avec Fluentlenium Java

Ce tuto permet de tester une interface web de façon rapide et maintenable en utilisant Fluentlenium...

2015-01-25 · java · selenium · test

Creer Et Tester Un Client Http Rest En Jax Rs Javaee Avec Jersey

Creer Et Tester Un Client Http Rest En Jax Rs Javaee Avec Jersey

Voici comment créer un client HTTP REST en Java appelant un simple service CRUD. La solution se base...

2015-01-20 · java · rest · test

Tester Une Webapp Avec Selenium Java Phantomjs Et Un Webserver Embarque

Tester Une Webapp Avec Selenium Java Phantomjs Et Un Webserver Embarque

Vous avez besoin de tester en permanence votre webapp ? Mais ne disposez pas d’une infrastructure de test...

2015-01-18 · java · junit · selenium

Comment Creer Et Tester Un Server Http Rest En Jax Rs Javaee Sous Tomcat

Comment Creer Et Tester Un Server Http Rest En Jax Rs Javaee Sous Tomcat

Ce tutoriel couvre l’implémentation d’un server HTTP REST exposant du CRUD sur un simple objet....

2015-01-15 · java · rest · test

Comment Utiliser Beanvalidation Manuellement Hors Dun Serveur Javaee

Comment Utiliser Beanvalidation Manuellement Hors Dun Serveur Javaee

Ce tuto décrit comment valider un modèle de données manuellement avec JavaEE BeanValidation (JSR 303)...

2015-01-13 · java · rest · spring

Todo List Exemple Full Java Avec Gwt Tomcat Jersey

Todo List Exemple Full Java Avec Gwt Tomcat Jersey

Ce tutoriel est la suite de todoapp js, mais en java cette fois-ci. C’est le dev d’une simple TODO list de type client-serveur...

2014-12-17 · java · rest

Springbatch Xml Config Helloworld Repeat Example

Springbatch Xml Config Helloworld Repeat Example

In Java, the development of batch can be achieved with few solutions. Most applications use SpringBatch...

2013-09-14 · java · spring

Java Batch Simple Helloworld Repeat Example

Java Batch Simple Helloworld Repeat Example

In Java, the development of batch can be achieved with few solutions. Most applications use their own code from scratch...

2013-09-13 · java

New Batch Implementation

New Batch Implementation

You’re tired of spring batch? the future JavaEE batch API  leaves you cold? I’m trying to make a basic implementation of batch...

2013-07-25 · java

From Junit To Junit4

From Junit To Junit4

A post about simple JUnit tests. Unit testing is necessary, but reduce its volume (source test) is always interrestin...

2012-02-27 · java · junit · test

Hi, I'm Damien

Software Developer

LinkedIn GitHub Twitter

Founder of this blog, love Java and Open Source stuff. Follow him on Twitter.