Java to JSP. How to? -
I have written a Java program that currently runs as a desktop app,
this Returning All Results Required In Console Correctly Now I am facing a challenge to convert this application into a web application (JSP).
Currently, the code of my projects is in the user / workspace (as I am using Eclipse)
and my badge is installed on C: / server / Tomcat ..
I am basically a .NET developer and know about peanuts about Java web development. Can someone guide me in the guidance that how can I present my existing project in a web application? Can I change
How do I add a project to a user / workspace in the JSP file? This has been done before confusing it as hell first.
If you can tell me right direction, or provide some links, so that I can use thm as an indicator
Many thanks in advance.
I recommend that you do not use JSP technology yet, unless you (-> customers Want).
Instead, get GWT or Grails. Both tools come from an Eclipse to set up the project which can be compiled and run with a button press. In addition, both technologies are much more advanced than JSP and you will find more ease in understanding them as a net net developer.
Comments
Post a Comment