Git Product home page Git Product logo

oss's Introduction

OSS

一个用于学习记录研究以及维护项目

一,项目计划

(1)一个gradle项目管理,maven包管理的javaweb项目;

(2)规范java文件、配置文件以及view文件存放目录。(遵守gradle默认的web项目目录分布约定);

(3)servlet、jsp基础搭建

(4)SSM架构搭建;

二,servlet、jsp基础学习和记录

1,web.xml

  • web-app
  • icon
  • display-name
  • description
  • context-param
  • listener
  • filter
  • servlet
  • session-config
  • welcome-file-list
  • error-page

web.xml的加载顺序是:

ServletContext->context-param->listener->filter->servlet

而同一类型之间的调用顺序是根据对应的mapping的顺序进行调用的。

2,Servlet

(1)普通型

(2)异步处理

(3)新增注解

(4)可插性(web-fragment)

需要导出对应的jar(META-INF和java包代码)

3,Filter

(1)普通型

(2)注解

4,Listener

(1)普通型

(2)注解

三,JSP、EL、JSTL学习和记录

1,JSP

(1)脚本元素

2,EL

3,JSTL

备忘:主题,国际化

oss's People

Contributors

notreami avatar

Watchers

James Cloos avatar  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.