My Tech Tip
Pages
(Move to ...)
About
▼
Wednesday, January 10, 2018
Spring Data: How to Sort BigDecimal Fields Correctly When Using MongoDB
›
If you use spring data together with mongodb and one of your entity has some fields of type "BigDecimal", You have probably alread...
2 comments:
Thursday, January 4, 2018
MongoDB Convert Field Type from String to Decimal in Bulk
›
Sometimes you want to convert a field type in MongoDB collection from one to another in bulk. For example, you store the price of a produ...
1 comment:
Tuesday, June 23, 2015
Bootstrap CSS not Loaded in Yeoman Generated App
›
Recently, I've been confused by the strange behaviour of my yeoman generated app. It used to work with the well known bootstrap css styl...
Tuesday, May 19, 2015
Protect Angularjs Application with Login: A simple working Example.
›
An AngularJS web application is normally a single page application (SPA). You can define different views under different bookmark tag (#) us...
Tuesday, March 25, 2014
Popup Timepicker Using AngularJS and Bootstrap
›
AngularUI for AngularJS has implemented some Booststrap components in native AngularJS, such as date picker, time picker and etc. It's ...
Wednesday, February 5, 2014
Build Eclipse Plugin/RCP App with External Dependencies Using Maven
›
The eclipse is the only good tool to develop eclipse plugins, rich client platform (RCP) applications i guess. However, when it comes t...
Friday, September 27, 2013
Simple Example of Using Spring Data for JPA
›
Alright. Now that spring data has bee out for another abstract layer of data access, it is time to try it to see how easy it is for the real...
›
Home
View web version