hi
i have written a java program which currently runs as a desktop app,
it is returning all results accurately as required in the console. I am now faced by a challenge to convert this application to a web application (JSP).
Currently, the code for my projects is in user/workspace (as i am using eclipse)
and my tomcat has been installed at c:/server/tomcat..
I am basically a .net developer and know peanuts about java web development. Can someone please guide me as to how i can convert my current project into a web application?
how do i include the project in user/workspace in the jsp file? havent done it before so its as confusing as hell.
it will be most helpful if you can point me in the right directon, or even provide some links so that I can use thm as a pointer
Many Thanks in Advance.