Coder Eye
Software development and photography related issues
Wednesday, July 29, 2009
Convert IP String to numeric representation and numeric representation to IP String in SQL Server
›
In the post Convert IP String to numeric representation and numeric representation to IP String in Java we dealt with IP conversions in Jav...
Friday, July 24, 2009
Convert IP String to numeric representation and numeric representation to IP String in Java
›
There are times we would like to convert IP string to its numeric representation. For example, if we would like to store in our database ran...
Saturday, July 18, 2009
Getting all time zones of a Country in Java
›
In this post I wrote about how to get a complete time zone list in java. In terms of UI, it is not always the best thing to show a complete...
Saturday, July 11, 2009
Programmatically Delete a database in SQL server
›
Sometimes we would like to programmatically delete SQL server database. Simply writing: DROP DATABASE ' database_name ' is not al...
Saturday, June 27, 2009
Hibernate Bi-Directional Many to Many mapping
›
There are times we have many to many relation between 2 objects (tables). The many to many relationship between 2 tables is defined by a thi...
7 comments:
Hibernate Annotations CollectionOfElements to create a Map
›
There are times is it very comfortable using Map data structure to easily get elements by some key. For example, suppose we have in our data...
2 comments:
Saturday, June 13, 2009
Programtically compile Java source code
›
There are times we need to compile Java code from our application. For example, if we are dynamically generating some specific Java code to ...
‹
›
Home
View web version