Link to home
Start Free TrialLog in
Avatar of tzvika179
tzvika179

asked on

java library for HTML generation

Hi,

I have a scenario where my java application needs to generate some output in HTML.
i started with generating HTML source by appending HTML stings to a very long StringBuffer.
this works, but is very ugly, and even now i am not sure whether someone will be able to understand this code.

It seems logical that someone has already created some kind of library for HTML generation in java (like the great libs for xml parsing and generation).

does anyone know such library, or has different solution?

Thanks, Ofer.
ASKER CERTIFIED SOLUTION
Avatar of maheshexp
maheshexp

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of maheshexp
maheshexp

what content do u generate??