pcs global (4)

22

Upload: suraj-soni

Post on 26-Jan-2017

20 views

Category:

Engineering


2 download

TRANSCRIPT

Page 1: Pcs global (4)
Page 2: Pcs global (4)

PCS GLOBAL is one of the leading consultancy solution providers since 2006 with companies in

India , Australia and United Kingdom. It is an software development company. The Organization pioneers in J2EE based technologies , Microsoft based Technologies, DBMS.

ABOUT THE COMPANY

Page 3: Pcs global (4)

REQUIREDTECHNOLOGIES

Page 4: Pcs global (4)

HTML stands for Hypertext Markup Language, and it is the most widely used language to write Web Pages.

HTML elements are represented by tags. HTML tags label pieces of content such as

"heading", "paragraph", "table", and so on.

Page 5: Pcs global (4)

<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <h1>My First Heading</h1> <p>My first paragraph.</p> </body> </html>

Example...

Page 6: Pcs global (4)
Page 7: Pcs global (4)

A Java servlet is a Java program that extends the capabilities of a server. Although servlets can respond to any types of requests, they most commonly implement applications hosted on Web servers.

Page 8: Pcs global (4)

The Smarter Way To Learn NetBeans is a software development platform written in java. The

NetBeans Platform allows applications to be developed from a set of modular software components called modules. NetBeans is cross-platform and runs on Microsoft Windows, Mac OS X, Linux, Solaris and other platforms supporting a compatible JVM.

Page 9: Pcs global (4)

MVC One of the most common Design Patterns is Model-

View-Controller (MVC) The model does all the computational work It is input/output free All communication with the model is via methods The controller tells the model what to do User input goes to the controller The view shows results; it is a “window” into the model The view can get results from the controller, or The view can get results directly from the model

Page 10: Pcs global (4)

Advantages of MVC

One advantage is separation of concerns Computation is not intermixed with I/O Consequently, code is cleaner and easier to understand Another advantage is flexibility The GUI (if one is used) can be completely revamped without

touching the model in any way Another big advantage is reusability The same model used for a servlet can equally well be used for an

application or an applet (or by another process) MVC is widely used and recommended

Page 11: Pcs global (4)

MVC for servlets The model, as usual, does all the computational work, and no

I/O The model can consist of multiple classes The servlet class (the one that extends HttpServlet) acts as

the controller The servlet gives any relevant information from the user request to the

model The servlet takes the results and passes them on to the view The view—that is, the HTML page that is returned to the user

—is frequently created by JSP

Page 12: Pcs global (4)

BASIC STRUCTURE

Page 13: Pcs global (4)

HOW TO INSERT?

Page 14: Pcs global (4)

HOW TO UPDATE?

Page 15: Pcs global (4)

VIEW FULL TABLE

Page 16: Pcs global (4)

HOW TO DELETE ?

Page 17: Pcs global (4)

DATA FLOW DIAGRAMLEVEL:0

Page 18: Pcs global (4)

DATA FLOW DIAGRAM LEVEL:1

Page 19: Pcs global (4)
Page 20: Pcs global (4)
Page 21: Pcs global (4)
Page 22: Pcs global (4)

PRESENTED BY:-Deepayan Banerjee-Sourav Dasgupta-Kajal Manglani-Kiran Manglani