Coder Eye
Software development and photography related issues
Friday, December 25, 2009
Validating empty text field using JSF
›
JSF has a pretty comprehensive support for validations, but it is lack of a validation for an empty field. The built-in “required” property ...
10 comments:
Monday, December 21, 2009
Tomcat Virtual Hosting
›
Tomcat is not only a servlet container. It supports many of the features of any HTTP web server and can be also used to serve static conten...
3 comments:
Installing Tomcat 6 on Windows 2008 server 64bit
›
Tomcat installation is actually composed of 2 parts: Installing Java Runtime Environment. Installing Tomcat . In order to install Tomcat...
Monday, December 7, 2009
Automatically focus first input field using JQuery
›
jQuery is a well know JavaScript framework. It has core libraries which contains many useful out of the box functions, that makes JavaScrip...
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 ...
‹
›
Home
View web version