Wednesday, August 24, 2016

Renew Tenancy Renewal Offer

From MY HDB PAGE, go
MY BUSINESS -> Industrial Properties -> Tenant

After completion, print out the following:
1. Acceptance Letter
2. Deed of Guarantee (print 2 pages to 1 front of back)
3. Company Resolution , must be on paper with company letter head.

The rest can be ignored.

Mail to:
Housing and Development Board
Industrial Properties Group
480 Lorong 6 Toa Payoh
HDB Hub East Wing 21st Storey,
Singapore 310480
Attn: xxx

Friday, February 05, 2016

Java 8 collections content order

It is observed that in Java 8, the content in Collections has different order than previous Java.

To compare the equality of content in two Collections, the safer strategy becomes:

1. Convert name=value pair to Collections.
http://stackoverflow.com/questions/13592236/parse-a-uri-string-into-name-value-collection

2. assertTrue(org.apache.commons.collections.CollectionUtils.isEqualCollection(Collection a, Collection b));