Skip to content

athenaeum-school/Spring-example-school

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Spring-example-school

Spring example for Java novice   未経験者のためのSpringテンプレートの格納庫です

Purpose

To give the examples for non-programmers to get started on developing the Spring based web application. The examples given herein should be presented by the good learners well-versed in the Java design patterns, build tools, and unit test frameworks but not by professional programmers.

Background

The project is a part of charge-no-fees job training programme. This will encourage the participants to really undertake the project useful to the real world web application developments, and use this template for their future career.

Development Tools

マニュアルを見ながら各種ツールを使って見てください。

ツールの全てを使いこなすことは求められていないので、始めは試すだけで大丈夫です。実際の開発者でもMaven/JUnit/Mockitoしか使わない方もいるので、最低その程度は使いこなせる方がよいでしょう。

IDE

統合開発環境は

  • NetBeans(EJB3.1の開発に便利)
  • STS(SpringのためのEclipse)

のどちらでも大丈夫ですが、始めはSTSが使いやすいと思います。

Build Tools

  • Maven
  • Gradle

Test Tools

  • JUnit
  • DBUnit
  • Mockito
  • EasyMock

UI Test

  • Selenium

Coverage

  • Cobertura

Source Code Analytics

  • PMD

About

Spring example for Java novice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages