This is custom library made purely in core java to make html pages without touching html and only using core java, for projects that require dymanically made html pages , as it is made in core java you can integrate it with any type of projects, be it EE, Embedded Systems ,Spring ,Java FX,Swing or any framework
This project uses inbuilt java FileOutputStream to create the html pages and html is created as String , so you can also disable it and use where you want to dynamically send html eg. Email etc , All the tags are made as an object following a simple pattern , so you can easily create your custom re-usable tags , few examples of custom tags are provided inside project ,
The project should be used where you don't want to bugged with heavy frameworks, and just want quick html creation based upon criterial, eg: firing mutiple threads with different html 'which are looks good without much work
CSS styling is done, using external property file, and uses inline Tags for styling ,other then that we are currently implementing themes ,which can be easily changed