Here is a sortable data-table. Using Twitter Bootstrap, ng-module SmartTable for front-end. And Spring-Data, Jersey JAXRS for backend. Continue reading
angularjs
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
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 (DataTable) with add, remove, undo and update buttons. There is also a default focus on last editable row.
Continue reading
JavaEE AngularJS Bootstrap: File Upload
A simple picture upload with preview with alert messages for avatar and a multiple files upload with progress bar.
JavaEE AngularJS Bootstrap: Date Picker
Build a DatePicker with AngularUI Widget from Bootstrap and post it to a REST Java server with Jersey and Bean Validation.
JavaEE AngularJS Bootstrap: Form Bean Validation (front and back)
Dual Validation, on Web side and Server side (UI and API), using AngularJs Validation directives and JavaEE BeanValidation API.
JavaEE AngularJS Bootstrap: Form (Basic: read, post)
JavaEE AngularJS Bootstrap: routes, templates, redirection and params
JavaEE AngularJS Bootstrap: Integration
This tutorial is a basic integration of AngularJS, Bootstrap3, JavaEE JAX-RS, Maven and WebJars. Usefull for replacing your old JSF or GWT application from intranet.
Continue reading