Code Monkey home page Code Monkey logo

datasvr's Introduction

Intro

Datasvr is a simple collection of back-service utilities.

At the moment, we only have a springmvc-demo configuration without any other plugins, but there is more to come!

Prepare for a simple SpringMVC-demo

  • configure pom.xml, including *.jar
  • add web.xml (applicationContext.xml & dv-servlet.xml included)
  • files in WEB-INF/ is needed for the configuration in dv-servlet.xml
  • sql files is configured in 'resources/data.properties'(res), see pub/Sql.zip

Note

  • you can input http://127.0.0.1:8080/dv/home/index to see the home.jsp, if home.jsp does not exist, the console will show fault for no-mapping.
  • in cn.edu.hhuc.si.controller.api.BasicAPI, you can see different functions for the communication.

Usage

For configuration of the demo, you can:

Use Jetty:

  • mvn install
  • run DataServer.java in package cn.edu.hhuc.si.server

Use Tomcat:

Additional Readings

  • For setting springmvc, you can see V1.0
  • For solving the cross-domain, you can see V1.1
  • datasvr/web is not used

Contact us

For feedback and questions with IntelliJ IDEA building the project, feel free to email us:

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.