rareguy / carweb1-spring

A basic implementation on Java Spring Framework creating website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Framework: Web Implementation

This is a repository for a Java project that used Spring Framework. In this project I implemented Web Framework using Spring. This was intended for Framework Programming course.

This is a basic implementation from sending form, managing form data on the model, and fetching it back to the web client.

First time starting it up using Tomcat, you will see a page like this. alt text

Input a merk and type to the text box on the top form, and then press the Add button, it will be shown on the right side. alt text

Input a merk and type to the text box on the below form, and then press the Add button, and it will redirect you to another page to show you the form result. alt text

Here are several useful links to use Spring Framework

The Eclipse-based IDE for Spring Framework (no need to install it!)

The mandatory library to use Java:

The library (the actual framework):

Apache Tomcat (to run the server):

About

A basic implementation on Java Spring Framework creating website.


Languages

Language:JavaScript 97.9%Language:Java 2.1%Language:CSS 0.0%