Add GIU in JSP
Hi Guys
I have Java GUI Program, that implements an interface
of my classes which view database.
now I wont to put my GUI in JSP. how?
the java class are in other file and I have to put
the JSP file in other file, my GUI implements my class
how I implement in JSP after I put my GUI in JSP?
thanks
|