aspose file tools
The moose likes JSP and the fly likes Make a Web Page Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Make a Web Page" Watch "Make a Web Page" New topic
Author

Make a Web Page

duhit Choudhary
Ranch Hand

Joined: Apr 01, 2012
Posts: 64
Hello all,
I am a beginner in jsp and i have to make a server pages using jsp which containing buttons, labels, text areas, text fields and a couple of divisions. please tell me from where to start reading about these all so that i can understand it thoroughly and complete my program within 5-6 hours.

thanks in advance.
Amit Ghorpade
Bartender

Joined: Jun 06, 2007
Posts: 2549
    
    2

duhit Choudhary wrote:
I am a beginner in jsp and i have to make a server pages using jsp which containing buttons, labels, text areas, text fields and a couple of divisions.

That is all done in HTML, I mean pure HTML, you don't really need JSP tags for that.
duhit Choudhary wrote:
please tell me from where to start reading about these all so that i can understand it thoroughly and complete my program within 5-6 hours.

Start with a good HTML editor/IDE like Dreamweaver.


SCJP, SCWCD.
|Asking Good Questions|
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Make a Web Page
 
Similar Threads
Run time checkbox values
Setting the content type of Servlet to text/html
JSP/HTML/Javascript/XML task: Need Consultation
Need a GUI
Populate Form Elements