Git Product home page Git Product logo

veeshostak / java-spring-mvc-ai-chat-analyzer-web Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 2.0 31 KB

Java Spring Maven Web App using Spring MVC, Hibernate, JSP, and PostgreSQL. Used to analyze the PostgreSQL Database from https://github.com/VeeShostak/react-native-ai-chat-hybrid

Java 91.96% CSS 8.04%
java javaspring spring spring-mvc java-spring hibernate hibernate-orm postgresql amazon-rds jsp-servlet

java-spring-mvc-ai-chat-analyzer-web's Introduction

java-spring-mvc-ai-chat-analyzer-web's People

Contributors

veeshostak avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

java-spring-mvc-ai-chat-analyzer-web's Issues

Spring MVC Configuration

  1. Configure Spring MVC Dispatcher Servlet (Front Controller. Web browser sends request to front controller, it delegates request to other object or items. Part of the Spring Framework)

  2. Set up URL mappings to Spring MVC Dispatcher Servlet
    (for any URL coming in, pass it off to the Dispatcher Servlet(Front Controller))

  3. Add support for Spring component scanning (scan package for any Spring Beans and make them available and add them to spring context)

  4. Add support for conversion, formatting and validation (annotatiuon-driven for form validation support)

  5. Configure Spring MVC View Resolver (how do display the pages. SpringMvc will automatically prepend prefix and append suffix (ex.for view: “show-chat-list”: /WEB-INF/view/ + show-chat-list + .jsp))

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.