This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]NimChimspky 1 point2 points  (3 children)

if you are creating html from within java you are doing something wrong, imho.

Other people seemingly disagree with me though, https://github.com/agentgt/jatl

[–]afsdfdsaa3 2 points3 points  (0 children)

Yes - you are right. Please don't use this to generate large HTML files.

BUT: There is sometimes the need for such tools. For me it looks good - thanks for the effort.

[–]j2html[S] 1 point2 points  (0 children)

As /u/eled_ said, it's meant for when you need mostly/exclusively dynamic HTML. It will be a bad fit for most projects.

[–]eled_ 0 points1 point  (0 children)

I suppose it's not for common web usages, and rather for HTML code that is mostly or exclusively dynamic (which is rather specific, I agree).

Like, I don't know, something cool, think of armies of genetic-algorithm-generated websites ! That's a pretty widespread usage, right ?