thymeleaf-itutorial
thymeleaf-itutorial copied to clipboard
Thymeleaf interactive tutorial
Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework) from 3.2.18.RELEASE to 5.2.20.RELEASE. Release notes Sourced from spring-webmvc's releases. v5.2.20.RELEASE :star: New Features Restrict access to property paths on Class references #28262 Improve diagnostics in SpEL for...
Since the itutorial is hosted at Heroku no stats software is running. We should configure some stats software in order to get some visitor's feedback, for example, any of the...
When a error raises, highlight in the editor the line with the error. This should be possible to achieve using the **getLineNumber()** method of **TemplateProcessingException** class.
With IE8, there are encoding problems in generated sources and dynamic view boxes, for example, when typing Ñ or € in the source code box.
Provide a method to automatically show if the user answer is correct, maybe using the Thymeleaf-testing framework. When the user types a correct answer, a "Congratulations" message should pop up...
If we have problems with GAE limits we could implements some optimizations like: - Using CDN for third-party resources (jQuery, ACE, fonts...). - Do not use a request to show...
New lines are not shown in the Java code dialog (for example, when you want to see Product.java code). The cause is a ACE JS Editor related issue: https://github.com/ajaxorg/ace/issues/1551