Code Monkey home page Code Monkey logo

web-simple-servlet-app's Introduction

web-simple-servlet-app

Web-app on Java Servlets + JSPs

Simple web-application with form-based authentication. You can log in/logout and retrieve the list of users that have access to the app (their names and logins). Users are retrieved from in-memory list of server (checkout the db_branch for db implementation). Unauthorized users do not have access to any of app resources.

Default domain URL is http://localhost:8081/web-simple-servlet-app

List with user logins and passwords can be found at src/main/java/org.ivanservlets/user/UserDao.java

Build & deployment

To build the web-app, run mvn package in terminal from project destination.

A .war file will appear at target folder after BUILD SUCCESS.

Start Tomcat server and deploy the .war file.

*Note: the app uses javax-servlet-api v. 3.1.0, so be advised to use web-container that does support that.

web-simple-servlet-app's People

Contributors

ivanfromodesa 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.