473,396 Members | 1,832 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

doubt on creating JSP in dreamweaver!

hi all

this is my first post in this forum,
i am beginner of JSP but since
i work in organisation i have to work
in Dreamweaver IDE directly instaed of textpad
so i need help in creating JSP
i am not familiar to the environmnt of Dreamweaver

i just wrote some html code as below


Expand|Select|Wrap|Line Numbers
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4. <title>Head First Servlet and JSP</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  6. </head>
  7. <p>This is just a trial of JSP</p> 
  8. <h1><ul>Here is a form which consist of two text boxes and a button</ul></h1>
  9. <form action="" method="post"><p>
  10. First Name:<input type="text" name="firstname"><br>
  11. Last Name:<input type="password" name="lastname">
  12. <input type="Submit" value="Submit">
  13. </p>
  14. </form>
  15. <body>
  16.  
  17. </body>
  18. </html>
as i see there are three tabs in dreamweaver code split and design
i wrote code but it is in html now i want to write somejsp as i have made it bold
form action tag

1)were will i create jsp then call it in form action tag
2)how must i run to check if i am in right direction?
3)where i must design like texct boxes buttons in form
i m totally confused please help me on this,atleast soo that
i can begin in writing small jsp programs ...........

it will be realy great thanks in advance...................


Dhwani:>Its always too soon to quit.
Dec 28 '07 #1
1 1747
BigDaddyLH
1,216 Expert 1GB
You can't just stumble in one morning and start writing JSPs. You need to know what you are doing. You need to read up on them, first. Here is Sun's tutorial:

http://java.sun.com/javaee/5/docs/tutorial/doc/

There are a number of good books on JSP and servlets, too:

Head First Servlets and JSP

If you are weak in Java, you should study the core language, too:

Head First Java

As for how you write the JSP and the web application, you could do it in any text editor, but most developers benefit from using an IDE designed to support peoper web development, like Eclipse or NetBeans:

http://www.eclipse.org/

http://www.netbeans.org/
Dec 28 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: davidshook | last post by:
I am a begginer with not too much time on my hand. I do some html pages with Dreamweaver and with some minor Flash actionscript and I have a minor ability (with the help of lots of tutorials) to do...
11
by: jm | last post by:
Somebody on here recommended Dreamweaver with PHP. I am coming from (still using really) ASP and ASP.NET. PHP is more like ASP and not a whole lot like .net, but I wanted to know how Dreamweaver...
0
by: Gregory | last post by:
I am using OS X and Dreamweaver MX. I am trying to make a connection to the MySQL Server from within Dreamweaver using the Applications panel and clicking on the "+". A window opens asking for:...
3
by: Richard Lawson | last post by:
I am working on a site which is written in Dreamweaver. Is it possible to write pages in ASP inside of a Dreamweaver site? Rich
12
by: David Ross | last post by:
I want to write and install a personalized "404 Error" page. How do I do that? I have over 200 HTML files on my Web site. I'm concerned that, if I change or move a file, I might not detect all...
0
by: Zorba.GR | last post by:
Macromedia Dreamweaver MX 2004 v7.0.1 Incl Keymaker, and Addons, other Workhouseboys Design The Transmitter Buttons v1.0 for Dreamweaver MX WebAssist WA eCommerce Suite v2.01 RETAIL for...
1
by: thechaosengine | last post by:
Hi all, Can anyone tell me what I need to do to create a 3 stage rolloever button out of an asp.net image control. I don't know too much about javascript or creating user controls. I'm really...
4
by: Adam Knight | last post by:
Hi all, I am using a dreamweaver template for a web app i am working on. Each time i update the template my page directives at the top of the associated pages gets removed. Anyone had...
1
by: Barkster | last post by:
I've been using Dreamweaver to create my php pages and love the functionality but when I start modifying code I start wondering if I should be something else because it always throws off the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.