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
Number |
Factorial |
0 |
1 |
1 |
1 |
2 |
2 |
3 |
6 |
4 |
24 |
5 |
120 |
6 |
720 |
7 |
5040 |
8 |
40320 |
9 |
362880 |
10 |
3628800 |
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).