
Part A
Servlets: The life cycle of Servlet, Java Servlet Development kit, Servlet API, Reading the servletparameters, Reading initialization parameters, Handling HTTP requests and responses, Using cookies, Session tracking and security issues.
Java Server Pages (JSP): JSP Architecture, Life cycle of JSP, JSP syntax basics–Directives, Declarations, Scripting, Standard actions, Custom tag libraries, Implicit objects, Object scope. Synchronization issues, Session management.
Struts : Introduction to struts framework, understanding basic architecture of Model, view, controller. Deploying the application in struts with database connectivity.
Part B
Hibernate : Introduction to hibernate framework, understanding basic architecture of Model, view, controller. Basic concepts of creating pojo files, reverse mapping, object creation in hibernate, database connectivity.
Enterprise Java Bean: The bean developer kit (BDK), Use of JAR files, The java beans API, Creating a JavaBean, Types of beans, Stateful session bean, Stateless session bean, Entity bean.
Remote Method Invocation: Defining the remote interface, Implementing the remote interface, Compiling and executing the server and the client.
Common Object Request Broker Architecture (CORBA): Overview of technical architecture, CORBA basics, CORBA services.
