Here are all my tutorials about JavaEE/AngularJS/Bootstrap, from 2015 to 2016 (it’s time to change for ReactJS).
bootstrap
JavaEE AngularJS : Web Packaging – Concat – Minify
This tutorial is intended to make a Maven web packaging like NodeJS+Brunch or NodeJS+WebPack. With HTML to JS, Single JS file, Minify. It’s usefull for web release because you’ll to limit the number of HTTP request, have a simple artifact to update, and limit the size of your app.
Continue reading
JavaEE AngularJS Bootstrap: How to Authent (Basic)
This post is about basic authentification with AngularJs, Satellizer and JAX-RS Jersey.
Warning: it only covers auth and token. For a production-ready app, you need to add Keystore, back-end URL filtering, encryption.
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 for angularjs integration and java jersey for backend datas.
Continue reading
JavaEE AngularJS Bootstrap: How to Multilingual (i18n, l10n)
This is about dynamic Internationalization (i18n*), Localization (L10n*) , Globalization (i18n* and L10n*) and Cookies storage with angular-translate and agular-dynamic-locale.
JavaEE AngularJS Bootstrap: How to Breadcrumb and NavBar
JavaEE AngularJS Bootstrap: How to Infinite-Scroll
A simple infinite scroll like Twitter or Facebook’s timelines. You’ll never reach the footer!
Continue reading
JavaEE AngularJS Bootstrap: How to Sort with Smart-Table
Here is a sortable data-table. Using Twitter Bootstrap, ng-module SmartTable for front-end. And Spring-Data, Jersey JAXRS for backend. Continue reading
JavaEE AngularJS Bootstrap: How to Pagination with Smart-Table
A paginated data-table with a back-end inspired by Spring-Data Repository pattern implementation and front-end using Bootstrap pagination and ng-module Smart-Table.
Continue reading
JavaEE AngularJS Bootstrap: How to Filtering
This tutorial is about a simple field that will filter datas. Using Bootstrap’s Data-Table and AngularJS ng-change event.
Continue reading