Archive for the ‘JSP’ Category

Doctype Declaration with XMLC

Sunday, March 23rd, 2008 Posted in JSP, Java, XMLC | No Comments »

Enhydra XMLC is a neat alternative to Java Server Pages (JSP). XMLC takes a page of plain old HTML and generates a java class capable of producing the same HTML. By marking important elements in the HTML with id and ...

LazyList not lazy enough

Tuesday, October 16th, 2007 Posted in JSP, Java, Struts | No Comments »

Today I was writing a jsp for Struts in which I needed to define a text field for an indexed property of the form bean. The property was a string list which could be any length, depending on what was ...