Wednesday, September 28, 2011

How to Create DAO using Java

What is DAO (Data Access Object) ? Maybe it's that currently exists in your mind. It’s very reasonable because it’s usually spoken by someone who is just learning programming. About what DAO is will be discussed by the Ar-Rohman Software House Team in another post, so please be patient to wait. In this post we will explain how to make it directly(we got this idea after completing the DAO of Equipment History Software).

Tuesday, September 27, 2011

How to Parse String into Date

After creating the DAO (Data Access Object) of Equipment History Software there is one interesting thing that Ar-Rohman Software House Team have learned. The thing is Parsing String Data Type into Date Data Type. As we know that basically all programs, software, or applications input are usually using character (char, String, etc.) or numbers (int, float, etc.). What if it input in the Date data type form ? Here's the tutorial to parse String data type into Date data type using Java.