I am working on a project for a business. Using Java application, I am planning generate a sales bill. This is how it is going to work.....
When I run my java application, GUI window will popup and it will ask me to enter details to generate bill......after hitting submit button some background processing should happen and it should redirect me to
all data enter should be replaced by variable shown on the second pic, I also have code ready to generate this page in HTML.
Not able to figure out how to make this work.