Quantcast
Channel: Developing Code, Connecting Industry » example
Browsing latest articles
Browse All 2 View Live

Image may be NSFW.
Clik here to view.

Basic Hibernate @OneToOne @PrimaryKeyJoinColumn Example With Maven and MySQL

Recently we had a story which involved improving one of our data models. The table for the model had grown quite wide and we wanted to improve normalization and performance. We wanted to move a few...

View Article


Image may be NSFW.
Clik here to view.

Removing empty XML elements in Scala

import xml.transform.{RuleTransformer, RewriteRule} import xml.{NodeSeq, Node, Elem} import xml.Utility.trim object RemoveEmptyElementsSpike { val x1 =...

View Article

Browsing latest articles
Browse All 2 View Live