| Author |
from java to HTML
|
meeraa pillaii
Ranch Hand
Joined: Apr 19, 2008
Posts: 30
|
|
Hi friends, I want to create one html page.html page template is located in another folder.Input for this HTML file should come from one java program using swing. Can anybody give me logic or step to do this thanks in advance
|
 |
Rodrigo Tomita
Ranch Hand
Joined: Apr 28, 2008
Posts: 70
|
|
Hi, Well... I think it depends on how complex your template is and how flexible you want your solution to be. You can simply open the template file and replace the values, writing it to another file. Classes from the API you may want to look at include FileReader, FileWriter, and String itself. Or, you can use a 3rd party library for that. Apache Velocity is an example of one (although I haven't used it myself). Hope it helps.
|
 |
meeraa pillaii
Ranch Hand
Joined: Apr 19, 2008
Posts: 30
|
|
|
thank you
|
 |
 |
|
|
subject: from java to HTML
|
|
|