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
IT Tutorials
How to Cucumber : Test Report Plugin 2 with Maven and Java
JavaEE AngularJS : Loading Screen
A simple way to handle loading screen before javascript kick-in, rely on ng-if.
Continue reading
JavaEE AngularJs: Browser Compatibility Alert
An example of alert in case of client side incompatible browser, like IE8. On others browsers like Chrome, FF or Safari, it will not popup.
JavaEE AngularJs: Browser URLs Cache and Version
This tutorial provides a way for the browser to manage different versions of the same resource.
Maven Project with Embedded Repository
Use this when : a dependency is not available on a public Maven repository and you need your project portable (ex: unreachable repository), or it’s not a maven dependency at all (ex: proprietary IBM jars)
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.