Can I please get help doing this assignment? how much will it cost and how long will it take? i have one other assignment that i need done by tomorrow at midnight. that is the due date for this one as well, well actually this one was due last week, but i had trouble with my computer and router.
Can I please get help doing this assignment? how much will it cost
and how long will it take? i have one other assignment that i need done by tomorrow at midnight. that is the due date for this one as well, well actually this one was due last week, but i had trouble with my computer and router. they both went down one after another. thanks in advance!
In Week 1 you have tested, explored some Java Server Pages examples and run them in the Web container (Tomcat or GlassFish). Time to start familiarizing yourself with the basic JSP syntax and constructs and write your own Java Server Pages.
Please do the proper reading and create the following Java Server and HTML pages making use of the NetBeans IDE:
-The first page should generate schedule calendar for the following month (similar to the one you see in Microsoft Outlook). This calendar is to be generated when the JSP runs on the server side, but not manually as the pure HTML page.Make sure you use a variety of appropriate basic JSP constructs you read about in the module materials ( we are not using session objects and other advanced JSP techniques yet). Note that the name of the first page should be “index.jsp”.
-Each Wednesday’s cell of generated calendar will contain a hyperlink to the a specific ( and different ) event HTML page. In the latter – please use your HTML knowledge to create an interesting and well-presented Event Information page ( some could be JSPs as well if you like).
–
– In a separate .doc file please comment on your project solution, give the map of the web application and include the screen shots of successful runs of the application on your local Web server. Zip the whole NetBeans project folder with you application ( add to the root directory of the application your .doc file) and submit the complete .zip file for grading.