Pinned Repositories
AndroidLayouts
Java library to write Android visual layouts.
HtmlApi
A Java DSL for the HTML language.
HtmlApiFaster
HtmlApiFaster is an alternative to HtmlApi, which uses XsdAsmFaster instead of XsdAsm in order to increase performance.
HtmlFlow
HtmlFlow Java DSL to write typesafe HTML
Regex
A Java library to create and use regular expressions.
RegexApi
A Java DSL for the regular expression language.
spring-petclinic
A sample Spring-based application with HtmlFlow views
template-benchmark
JMH benchmark of the most popular Java template engines
XsdAsm
Generates a Java DSL based on a XSD DSL description.
XsdParser
A Parser that parses a XSD file into a Java Structure.
xmlet's Repositories
xmlet/HtmlFlow
HtmlFlow Java DSL to write typesafe HTML
xmlet/XsdParser
A Parser that parses a XSD file into a Java Structure.
xmlet/XsdAsm
Generates a Java DSL based on a XSD DSL description.
xmlet/HtmlApiFaster
HtmlApiFaster is an alternative to HtmlApi, which uses XsdAsmFaster instead of XsdAsm in order to increase performance.
xmlet/Regex
A Java library to create and use regular expressions.
xmlet/template-benchmark
JMH benchmark of the most popular Java template engines
xmlet/RegexApi
A Java DSL for the regular expression language.
xmlet/spring-petclinic
A sample Spring-based application with HtmlFlow views
xmlet/AndroidLayouts
Java library to write Android visual layouts.
xmlet/HtmlApi
A Java DSL for the HTML language.
xmlet/AndroidLayoutsApi
Java DSL library for the manipulation of Android visual layouts.
xmlet/HtmlApiFasterTests
Tests for HtmlApiFaster
xmlet/HtmlApiTest
Mutiple tests for the HtmlApi DSL.
xmlet/spring-comparing-template-engines
Demo project to show different Java templating engines in combination with Spring MVC
xmlet/XsdAsmFaster
XsdAsmFaster is an alternative to XsdAsm, which skips the usage of a data strucuture to store Element information in order to improve performance.
xmlet/XsdAsmFasterTests
Contains a set of tests to assert the quality of the code generated by XsdAsmFaster
xmlet/XsdAsmTests
Multiple tests for the XsdAsm library.
xmlet/spring-webflux-comparing-template-engines
Demo project to show different Java templating engines in combination with Spring WebFlux and JMH
xmlet/topgenius
Web Application comparing 3 different approaches for template views
xmlet/spring-asynchronous-views
Spring web flux with template views for asynchronous data models
xmlet/xsd2poet
Xsd2Poet is dedicated to generate a fluent java DSL based on a XSD file