Skip to content

You can use this jar to create html pages dynamically in java ,

Notifications You must be signed in to change notification settings

BinayakThakur/j2html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

What is J2HTML

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

What is under the hood

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 ,

Where should you use this ?

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

How is styling done for html ?

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

Example Snippets

Following is how you can create a Table easily without worrying about tags

image

This is how you can make the list

image

Creating custom re-usable tags

image

Result

image

About

You can use this jar to create html pages dynamically in java ,

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages