1. Interview Question (cont.)

    Leave a comment

    January 4, 2015 by huionn

    A simple Java interview question: For 1 to 100, if the number is the multiple of 3, then print ‘Hello’ …
    Continue reading

  2. Displaytag Export in Portlet

    Leave a comment

    August 31, 2014 by huionn

    displaytag-portlet (http://www.displaytag.org/1.2/portlet.html) supports pagination and sort functionality in portlet. However, the export (such as csv) is not supported. Export with …
    Continue reading

  3. Interview Question

    Leave a comment

    July 20, 2014 by huionn

    A simple Java interview question: For 1 to 100, if the number is the multiple of 3, then print ‘Hello’ …
    Continue reading

  4. Java Deadlock

    Leave a comment

    April 6, 2014 by huionn

    http://docs.oracle.com/javase/tutorial/essential/concurrency/deadlock.html Alphonse and Gaston are friends, and great believers in courtesy. A strict rule of courtesy is that when you …
    Continue reading

  5. How To Troubleshoot a Java program with high cpu usage?

    Leave a comment

    March 24, 2014 by huionn

    Sometimes a buggy java program may consume a lot of CPU. In order to troubleshoot it, you need to identify …
    Continue reading

  6. NetBeans Platform Showcase

    Leave a comment

    October 16, 2013 by huionn

    My product CaseLnk Case Management was showcased in Geertjan Wielenga’s blog. I really appreciate that he took time to publish …
    Continue reading

  7. Fallacy of User Requirement Analysis

    Leave a comment

    August 14, 2013 by huionn

    People don’t analyze what they do and can’t tell how they do it People base what they want on what’s …
    Continue reading

  8. Fail-Fast

    Leave a comment

    July 27, 2013 by huionn

    On 1 July 2013, I launched my product – a legal case management software for small legal firms. On 25 …
    Continue reading

  9. Conceptual Integrity for UX

    Leave a comment

    July 4, 2013 by huionn

    I come across this article Who Owns Your UX Philosophy? from Steve Blank’s Startup Tools. To me, it resonates as …
    Continue reading

  10. Software Qualities

    Leave a comment

    June 14, 2013 by huionn

    Conceptual Integrity Maintainability Reusability Availability Interoperability Manageability Performance Reliability Scalability Security Supportability Testability Usability http://msdn.microsoft.com/en-us/library/ee658094.aspx I always think conceptual integrity …
    Continue reading