Results 1 to 4 of 4
Thread: jsp servlet project
- 06-29-2008, 09:35 PM #1
Member
- Join Date
- Jun 2008
- Posts
- 2
- Rep Power
- 0
jsp servlet project
Hi can anybody tell me any link from where i can download a small jsp servelt project and deploy on my machine and get to know the code and understand it...
i have read the basics of jsp servelts and need a sample project to understand a small project to get an idea of a web application..
can any body help me in thi....
Regards,
Shobhit
- 06-29-2008, 09:56 PM #2
i have several ideas
First, get Marty Hall's book on the subject. Second, get the Servlet Development Kit from the Sun Java Developer site. Third, view any sources found by open web search as solely get-going materials. Fourth, jsp looks a lot like html except that java code goes inside tags that look like <% %> Fourth is that you will need an editor, there may be no IDE for jsp yet. That is a dicey statement for surely someone has come up with something already.
These tags are remarkable in that one may start writing real Java inside the tags, there are a few others. They look similar.
Have you ever coded in any language?Introduction to Programming Using Java.
Cybercartography: A new theoretical construct proposed by D.R. Fraser Taylor
- 06-30-2008, 01:44 AM #3
Just download Netbeans (or better, the Netbeans + JDK bundle) and install it. It has many example programs in many areas, including several servlet examples.
The great thing about netbeans is that it includes Tomcat (or Glassfish) and you can use the Netbeans debugger to set breakpoints and debug your code inside Tomcat.
- 06-30-2008, 04:34 AM #4
Member
- Join Date
- Jun 2008
- Posts
- 2
- Rep Power
- 0
Yes i have coded in java
Ya i have coded in java in eclipse....since i have to learn web development and have started reading the book called as Head First so i thought of forst seeing a sample web development project and then get an idea of how all the things are combined together to make a project and then start a new project to get going...
Similar Threads
-
Need help for project
By rip0904 in forum New To JavaReplies: 3Last Post: 05-15-2008, 03:24 AM -
Could anyone help with project?
By billdara in forum New To JavaReplies: 1Last Post: 03-12-2008, 05:05 PM -
javax.servlet.ServletException: Wrapper cannot find servlet class util.t2
By osval in forum Advanced JavaReplies: 1Last Post: 08-07-2007, 03:47 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks