Archive | September 27th, 2010

Struts HTML Rewrite Tag ( < html:rewrite >)

September 27, 2010

0 Comments

Struts HTML Rewrite Tag ( < html:rewrite >) Struts HTML Tag Library Struts HTML tag library provides tags which are used to create input forms and HTML user interfaces. The tags in the Struts HTML library form a bridge between a JSP view and the other components of a Web application. Since a dynamic Web [...]

email

Struts HTML Link Tag ( < html:link >)

September 27, 2010

0 Comments

Struts HTML Link Tag ( < html:link >) Struts HTML Tag Library Struts HTML tag library provides tags which are used to create input forms and HTML user interfaces. The tags in the Struts HTML library form a bridge between a JSP view and the other components of a Web application. Since a dynamic Web [...]

Struts HTML JavaScript Tag ( < html:javascript >)

September 27, 2010

0 Comments

Struts HTML JavaScript Tag ( < html:javascript >) Struts HTML Tag Library Struts HTML tag library provides tags which are used to create input forms and HTML user interfaces. The tags in the Struts HTML library form a bridge between a JSP view and the other components of a Web application. Since a dynamic Web [...]

Introduction to Comet and Reverse AJAX

September 27, 2010

2 Comments

Introduction It’s an era of Web 2.0. Most of the web applications are following the web 2.0 standards. AJAX played a major role in promoting web 2.0 applications and it had a great role in enhancing the user experience of a web applications. Comet challenges the request-response model in HTTP and allows the server to [...]