Link to home
Start Free TrialLog in
Avatar of barnarp
barnarp

asked on

Running/converting normal application in JSP

Hi,

I have two classes which I instantiate with a test.java file and then get a String as output using the command line in windows.

I would like to output the string to a dropdown list in a jsp page. Would I have to implement the two classes as bean/s and then call them as normal from the jsp page?

Or is there another method?

Regards

Avatar of bloodredsun
bloodredsun
Flag of Australia image

You could just import them and use them in a scriplet if you wanted...
Avatar of barnarp
barnarp

ASKER

what would be the easiest way?
ASKER CERTIFIED SOLUTION
Avatar of TimYates
TimYates
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial