netbeans java glassfishtomcat httpsnetbeansorgdownloads select all option and create servlet

NetBeans for Java with GlassFish/Tomcat: https://netbeans.org/downloads/ (select All option)) and create a servlet to display a table that contains factorials for the numbers from 0 to 10, as shown in Figure1.

 

Number Factorial
0 1
1 1
2 2
3 6
4 24
5 120
6 720
7 5040
8 40320
9 362880
10 3628800

                  

FIGURE 1

Homework Submission/Deliverables

 

 

All the required files should be submitted in your assignment folder in one zip file named StudentFirstInitialStudentLastNameHW1.zip.(For example, awebbProject1.zip):

1.   Design Diagram demonstrating the architecture of the application

2.   a zip file of your Netbeans project  and any additional files if required

3.    Word document including:

a.    Test plan (steps and scenarios including data be used for testing);

b.    Screen snapshots of each of your test cases (provide input parameters and screenshots demonstrating the results)

4.    Description of the architecture that you implemented

5.    Description of how to set up your application

a.    this description should include all steps starting from how to open your project in NetBeans, how to compile, how to run locally, version of the Netbeans, Application Server used (Tomcat or Glassfish), how to start GlassFish/Tomcat from the netbeans

6.    Description of the Tools and architecture that you implemented, such as

a.    user will open IE and invoke index.jsp located in xxx, index.jsp has an HREF that includes a location of the servlet

b.    the servlet URL is defined in web.xml and etc

7.    SQL Scripts and instructions how to execute them (when applicable)

 

 

0 replies

Leave a Reply

Want to join the discussion?
Feel free to contribute!

Leave a Reply

Your email address will not be published. Required fields are marked *