Mallim

Author posts

Mybatis Batch mode

in Mybatis 1 min read

IBATIS/Mybatis has the same underlying thing to watch out: To get benefit from batch executor, all the statements must be the same (it internally uses java.sql.PreparedStatement#addBatch()). If you use <foreach />, the statement changes and MyBatis has to create a new state ...

Java - Random test data generator

in Test Data-generator 1 min read

Good to use if you are required to generate a few thousand data elements. As described in random-beans: Because life is too short to generate random Java beans by hand. These are the two Java based libraries if I want to try Java libraries MockNeat random-beans

Notes on Kilim

in Kilim 1 min read

Introduction I am actually think is so impressive and reading a technical paper on it Related resources Kilim 2 Kilim streams - useful?? Kilim: A server framework with lightweight actors, isolation types and zero-copy messaging KilimBenchmarkMain.java Examples using kilim-strea ...

Building diary for mallim.github.io

in Static Site 3 min read

Introduction This post records my actvities on this github blog pages :-) Table of Contents Introduction Update 30-May-2018 Version Info Update Another Theme... Changelog Update 09-May-2018 Update 10-Apr-2018: Add jekyll-seo-tag Update 12-Apr-2018: Upgrade to Bootstrap ...

Lesson 20180319: Gitbucket

in Gitbucket 1 min read

Lesson 20180319: Scala can actually develop something ... Gitbucket Good alternative if you need to have a Git server in-house

My study notes

in Angularjs 1 min read

During my course of development on SBAngular, I come across alot of useful idea from various resources. I have jot them here for references AngularJS Form Processing Form processings in Angularjs http://www.lullabot.com/blog/article/processing-forms-angularjs AngularJS Authentica ...