Sei sulla pagina 1di 4

MODULE 3: JAVA BEANS AND WEB STRUCTURES

 Introduction to Java beans, advantages and properties

Refer to page 1 for introduction advantages and page 7 for properties:


http://jvpm.in/logo/INTRODUCTION_TO_JAVA_BEANS.pdf
More about properties:
https://docs.oracle.com/javase/tutorial/javabeans/writing/properties.html

 Introduction to EJB

https://www.tutorialspoint.com/ejb/ejb_overview.htm

 Java beans API

http://openjdk.java.net/groups/swing/beans/index.html
https://en.wikipedia.org/wiki/JavaBeans#JavaBeans_API

 Introduction to Servlets

https://javabeat.net/java-servlet/
http://www.baeldung.com/intro-to-servlets
https://en.wikipedia.org/wiki/Java_servlet

 Lifecycle

https://beginnersbook.com/2013/05/servlet-life-cycle/

More detail about the cycle here: https://www.tutorialspoint.com/servlets/servlets-life-


cycle.htm
 Servlet API, Servlets Packages

https://www.javatpoint.com/servlet-api

https://tomcat.apache.org/tomcat-5.5-doc/servletapi/

 HTTP package with Http request and response

Couldn’t find anything for HTTP packages but here:


https://www.packtpub.com/mapt/book/web_development/9781783981304/1/ch01lvl1
sec09/introducing-the-http-package

HTTP Requests: https://www.tutorialspoint.com/http/http_requests.htm

HTTP Responses: https://www.tutorialspoint.com/http/http_responses.htm

 Security Issues (of HTTP)

https://www.tutorialspoint.com/http/http_security.htm

MODULE 4: JSP

 Introduction to JSP

https://www.javatpoint.com/jsp-tutorial

 JSP processing, JSP Application Design

http://www.onjava.com/excerpt/jsp2_3/index2.html

 Implicit JSP objects, Conditional Processing

Implicit JSP Objects: https://beginnersbook.com/2013/11/jsp-implicit-objects/


For easier version: https://www.tutorialspoint.com/jsp/jsp_implicit_objects.htm

Couldn’t find anything for conditional processing (Apologies!), but here


https://www.safaribooksonline.com/library/view/java-server-
pages/156592746X/ch06s03.html

 Declaring variables and methods (for JSP, I assumed)

https://www.guru99.com/jsp-elements.html

 Error Handling and Debugging

Debugging
https://www.guru99.com/debug-jsp.html
https://www.tutorialspoint.com/jsp/jsp_debugging.htm

Was unable to find error handling but found about exception handling. Was confused so
have a look first.
https://beginnersbook.com/2013/11/jsp-exception-handling/
https://www.tutorialspoint.com/jsp/jsp_exception_handling.htm
https://www.javatpoint.com/exception-handling-in-jsp
http://www.studytonight.com/jsp/exception-handling-in-jsp.php

 Sharing data between JSP pages- Sharing Session and Application Data.

All I could find 


http://ofim.oscsbras.ru/~eugene/docums/JSP/JSP-
2nd_edit/10_Sharing%20Data%20Between%20JSP%20Pages,%20Requests,%20and%20User
s/10.2_Sharing%20Session%20and%20Application%20Data.htm

 Introduction to active server pages (ASP) and ASP.Net

ASP: http://searchwindowsserver.techtarget.com/definition/Active-Server-Page

ASP.Net: http://searchwindevelopment.techtarget.com/definition/ASPNET

Their difference: http://www.differencebetween.info/difference-between-asp-and-asp.net

MODULE 5: DATABASE CONNECTIVITY

 PHP: An introduction to PHP

https://www.tutorialspoint.com/php/php_introduction.htm

 PHP- Using PHP- Variables- Program control- Built-in functions

PHP Variables: https://www.w3schools.in/php/php-variables/


Examples: http://php.net/manual/en/functions.variable-functions.php

Built-in functions:
https://www.tutorialspoint.com/php/php_function_reference.htm
https://matthewhorne.me/learning-php-101-built-in-functions/
https://www.guru99.com/functions-in-php.html#2
All the above 3 have a long list of categories, so maybe just go through some?

Program Control/Control Structures:


http://www.w3schoolas.com/php%20control%20structures.php

A simple tutorial (Using PHP): http://php.net/manual/en/tutorial.php


 Connecting PHP to SQL database

https://coolestguidesontheplanet.com/how-to-connect-to-a-mysql-database-with-php/
https://www.a2hosting.in/kb/developer-corner/mysql/connect-to-mysql-using-php
http://webcheatsheet.com/php/connect_mysql_database.php

 Introduction to Struts framework

http://mrbool.com/introduction-to-struts-framework/27062

 Joomla

https://en.wikipedia.org/wiki/Joomla
https://www.bodhost.com/blog/introduction-to-joomla-content-management-system/

Potrebbero piacerti anche