Coder Eye
Software development and photography related issues
Saturday, August 29, 2009
Tracking User Sessions in a web application using Java
›
Sometimes we would like to keep track after users in our web application. We would like to see how many active sessions we have and even whi...
Tuesday, August 18, 2009
Sending HTML Email with embedded Images using Apache Commons EMail
›
Sometimes we would like to send emails that have better looking and are more rich in their content. Today’s most email clients know to show ...
Saturday, August 15, 2009
Handling JSF ViewExpiredException with Ajax server polling
›
One of the problem with JSF and other web technologies that are base on ViewState, is that when session expires, also view expires. In this ...
1 comment:
Saturday, August 8, 2009
Validate IPv4 in Java using Regular Expressions
›
Validating an IP is a very easy task in Java. IPv4 structure is combined from 4 parts, each part moves from 0 to 255. So in order to validat...
‹
›
Home
View web version