I have written a code in java for some conversion in eclipse IDE.And i have designed an UI using js and jsp.
The inteface has two textarea and browse button,convert button.I have written a Jsp code to to display the contents of browsed file in first text Area.when i press convert button the result should appear in 2nd textarea.So,how Should i link the coverter code to convert button so that when i press convert button convert button code gets executed.