Question: Create a web based application using Either JSF or JSPs & Servlets in BootStrap and browse with tomacat. Your web application should maintain A

Create a web based application using Either JSF or JSPs & Servlets in BootStrap and browse with tomacat. Your web application should maintain

 

A Tax Filing Company Records. You can use a model class Tax_Filers with fields like.

 

FilerID,Name,Contact,AnnualIncome,Expenses,TaxYear, DateFiled

 

You should be able to perform all these CRUD Operations.

 

a)Create a Database FilersRecord for your application. 

 Create a table named TaxFilers in this database.

 Insert 5 to 6 Records in this table.                           

 

b) Display all the TaxFiler Records in your xhtml page View or a JSP page as a table.                            

 

c) Add a new Tax Filer Record in to the database using a button on your view page.                          

 

d)Update an existing Tax Filer Record using an Update Button on your view page.                          

 

e)Delete a Tax Filer Record using a Delete Button on your view page.                                          

                                                    

f) Use ManagedBean if using JSF  with annotation and create separate DAO class for Crud operations or use a Simple Java Bean as your Model class if using JSPs and Servlets.Try to create separate methods for all crud operations.        

Step by Step Solution

3.55 Rating (162 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

ANSWER Creating a webbased application that maintains Tax Filing Company records using either JSF or JSPs Servlets in combination with Bootstrap and Tomcat is a comprehensive task Ill provide you with ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!