[jboss-user] [JBoss Seam] - Re: JSF performance tips in Seam applications

lisaanm do-not-reply at jboss.com
Mon Nov 5 06:42:52 EST 2007


Hi,
 I came across a performance tip for JSF/JSP pages and would like to confirm it.

Here is what they say:
JSF/JSP tags should be in one line.

Example:

BEFORE

  | <h:form>
  |    <h:inputText value="SEAM Rocks!!!!">
  | </h:form>
  | 

AFTER

  | <h:form> <h:inputText value="SEAM Rocks!!!!"> </h:form>
  | 

Eventhough tough to read JSF/JSP pages, but for production i think its OK.

Any comments about this.

Thanks

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101712#4101712

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101712



More information about the jboss-user mailing list