Giter Site home page Giter Site logo

copy_cat's Introduction

COPY_CAT

https://www.youtube.com/channel/UCTHk68ii3GweDg-SN9WIZ_A

Problem statement

image Lets get started we will project this project using JSP and servlet.

Requirement Software

Eclipse foundation SQLyog

Step to Create the project

step1 : create a dwp in eclipse

step2: create required JSP file Admin.jsp Emp.jsp index.jsp login.jsp show.jsp

step3: In java resources_ create dto file login.java create dao file logindao.java create ui files AddemployeeServlet.java LoginServlet.java

step4: mapping in xml file

step5: execute the file

Command for creating table

Create table users(username varchar(20) primary key,password varchar(15) Not Null,role enum("admin","employee") Not null,designation varchar(20),city varchar(15),country varchar(20));

Alter table users add constraint my_c check(role='admin' or role='employee')

Insert into users values("manohar","man@1234","employee","Associate software","bangalore","india");

INSERT INTO users VALUES("man","man123@","admin","manager","bangalore","india");

SELECT * FROM users;

Contributing

  1. Fork it
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

Authors

Manchala Meherish

Manohar Virati

License

This project is licensed under the MIT License - see the LICENSE.md file for details

copy_cat's People

Contributors

meherish1524 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.