JamesBranam's Blog
Introduction to Developing Web Applications
Hi all,
Today I'd like to continue a blog series in which I highlight Web application tutorials for NetBeans 6.5. A few changes have been made to tutorials, so be sure to check them out again.
This fourteenth entry in the series will cover the tutorial, "Introduction to Developing Web Applications".
This tutorial takes you through the basics of using NetBeans IDE to develop web applications. It demonstrates how to create a simple web application, deploy it to a server, and view its presentation in a browser. The application employs a JavaServer Pages™ (JSP) page to ask you to input your name. It then uses a JavaBeans™ component to persist the name during the HTTP session, and retrieves the name for output on a second JSP page.
This is a great start for doing web applications in the IDE.
Cheers!
--James
Posted at 09:00AM Dec 08, 2008 by branajam in NetBeans | Comments[2]
Thanks. Will you eventually publish your tutorials in a book form?
Posted by W. Wayne Liauh on December 08, 2008 at 09:34 AM CET #
simple and easy to use the tutorial
Posted by raduga on December 08, 2008 at 07:40 PM CET #