To configure your own DataSource for SpringBoot, with fully automatic initialization, semi-auto or static configuration. With various properties or a JNDI.
data
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 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: 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