All Questions
2 questions
0
votes
1
answer
124
views
Turning complex XML (or content tree) into HTML - How to do it (in Java)?
I have a deep object content tree that I transform into a XML using JAXB and a small self written API on top.
But now I want to create a static HTML site that has basically the same content (and ...
4
votes
4
answers
4k
views
When are scripts inside HTML not considered a bad practice?
I am new to web development. While studying the Play framework and JSP, I noticed that they both give an option to place script (in jsp scriptlet) inside HTML, but in both books I am reading they both ...