Coder Eye
Software development and photography related issues
Sunday, November 8, 2009
Automatically remove HTML remarks with Facelets
›
If you are working with Facelets , you can easily remove all you HTML remarks on the resulted page, by simply adding this directive in your ...
Saturday, November 7, 2009
Using jQuery with JSF
›
JSF is using its own ids naming convention in order to prevent duplicate ids on the generated HTML page. JSF uses “:” as id separator. When ...
2 comments:
Friday, November 6, 2009
Hibernate Paging with Previous and Next
›
Usually in web applications we have to show some table or list of data to the user. Over time this data is growing. Most of the times, the a...
Nicely truncating text with Java (by adding “…”)
›
Sometimes we have to show long text in place that is too small. Simply truncating text is not so nice, and it does not visually implies that...
Saturday, October 31, 2009
Date validation with Java
›
Even though there are many fancy calendar inputs on the internet, sometimes, the easiest way to let simple users to input date in web app...
Monday, October 12, 2009
Java Servlet that returns a transparent pixel
›
Advertising and web analytic services use many techniques and tricks in order to track user impressions and actions. One of the common ways ...
Saturday, October 3, 2009
User Type Enumeration in Hibernate Annotations
›
There are times we would like to work with enum types in Hibernate, but we would like the enum name to be different then the enum value in t...
2 comments:
‹
›
Home
View web version