15
Internal Presentation On “Sell My Idea” Presented By: Rashmi Joshi 0704CS131074 Mahakal Institute of Technology Project Guide Prof. Abhishek.P.N.Sharma 04/03/16 1

sell idea

Embed Size (px)

Citation preview

Page 1: sell idea

Internal Presentation On “Sell My Idea”

Presented By:

Rashmi Joshi

0704CS131074

Mahakal Institute of Technology

Project Guide

Prof. Abhishek.P.N.Sharma

04/03/16 1

Page 2: sell idea

ContentsContents

Introduction to web Web application and components Do you have an innovative idea? Web application interaction E R diagram Web container examples Web application development application frames

04/03/16 2

Page 3: sell idea

Introduction to Web• Web features

• Clent/Server• HTTP• HyperText Markup Language• URL addresses

• Web server - a computer program that is responsible for accepting HTTP requests from clients and serving them HTTP responses

• Web application - a dynamic extension of a web or application server

Page 4: sell idea

Web Applications & Components• Two types of web applications:

• Presentation-oriented (HTML, XML pages)• Service-oriented (Web services)

• Web components provide the dynamic extension capabilities for a web server:• Java servlets• JSP pages• Web service endpoints

Page 5: sell idea

Do you have an innovative idea?

Page 6: sell idea

Share your idea and have a profitable deal by getting pretty amount In exchange of your idea

Page 7: sell idea

Your idea will be provided to top industries and this is how your idea will bring change!!!!!

Page 8: sell idea

Web Application Interaction• [client] sends an HTTP request to the web server

• [web server] HTTP request HTTPServletRequest

• This object is delivered to a web component, which can interact with JavaBeans or a DB to generate dynamic content

• [web component] generates an HTTPServletResponse or pass the request to another web component

• [web server] HTTPServletResponse HTTP response

• [web server] returns HTTP response to the client

Page 9: sell idea

Relationship of idea, shopper and buyer

Page 10: sell idea

Web Container Examples• Non-commercial

• Apache Tomcat• Jetty

• Commertial• Sun Java System Application Server • BEA WebLogic Server• Oracle Application Server• WebSphere

• Open source• JBoss

Page 11: sell idea

Web Application Development• A web application consists of:

• Web components• Static resource files (such as images)• Helper classes and libraries

• The process for creating and running a web application is different from that of traditional stand-alone Java classes

Page 12: sell idea

THE LOGIN FRAME

04/03/16 12

Page 13: sell idea

ENTERING USERNAME AND PASSWORD

04/03/16 13

Page 14: sell idea

THE REGISTERATION FORM

04/03/16 14

Page 15: sell idea

THANK YOU FOR YOUR ATTENTION

QUESTIONS?

04/03/16 15