By gst
via etorreborre.blogspot.com
Published: Oct 19 2007 / 00:13
This objective of this post is to contrast some java and scala code aimed at accomplishing the same scripting task: cleaning-up my garbage system.
I want to be able to count old items in a database and archive them (through my system API). Of course, if anything goes wrong, I want to be able to restore them.
I'll show what is the approach I took using java then the corresponding scala-way of doing things.
SaveShareSend
Tags: java, other languages
Add your comment