Sorry, this entry is only available in 日本語.
Category Archives: Code
Thymeleaf Partial Template
Thymeleaf でどうやってフラグメント(部分テンプレート)を実現するのか書きました。 In Rails, it is called partial template, but in Thymeleaf, usually called fragment.
Continue reading Thymeleaf Partial TemplateKotlin: Primary and Secondary Constructor, and Inheritance
In Kotlin, class can have primary constructor and secondary constructor. Constructors in subclass varies according to their circumstances.
Continue reading Kotlin: Primary and Secondary Constructor, and Inheritance