Giter Site home page Giter Site logo

geekcheng / terasoluna-gfw-web-blank Goto Github PK

View Code? Open in Web Editor NEW

This project forked from terasolunaorg/terasoluna-gfw-web-blank

0.0 1.0 0.0 923 KB

Blank project for web application using TERASOLUNA Server Framework for Java (5.x)

Shell 64.42% Java 22.79% HTML 1.26% CSS 11.53%

terasoluna-gfw-web-blank's Introduction

TERASOLUNA Server Framework for Java (5.x) Blank Project

This is blank project template for web application is provided in collaboration with TERASOLUNA Server Framework for Java (5.x) (Spring MVC + Spring + MyBatis3/JPA).

Use this as the starting point of all kinds of development activities.

This blank project can be be beneficial in following ways.

  1. The most standard and ideal baseline configuration and structure to all the development activities.
  2. Quickly jump to focus on business application.

Getting Started

There are two ways to get started. Download or use maven archetype to let it download and setup the project for you.

Use maven archetype

Quickly create your blank project using maven archetype of TERASOLUNA Server Framework for Java (5.x). Execute mvn archetype:generate -DarchetypeCatalog=http://repo.terasoluna.org/nexus/content/repositories/terasoluna-gfw-releases <options>.

a blank project without any DB configuration

To create a plain blank project

for CommandPrompt
mvn archetype:generate^
 -DarchetypeCatalog=http://repo.terasoluna.org/nexus/content/repositories/terasoluna-gfw-releases^
 -DarchetypeGroupId=org.terasoluna.gfw.blank^
 -DarchetypeArtifactId=terasoluna-gfw-web-blank-archetype^
 -DarchetypeVersion=5.0.1.RELEASE
for Bash
mvn archetype:generate\
 -DarchetypeCatalog=http://repo.terasoluna.org/nexus/content/repositories/terasoluna-gfw-releases\
 -DarchetypeGroupId=org.terasoluna.gfw.blank\
 -DarchetypeArtifactId=terasoluna-gfw-web-blank-archetype\
 -DarchetypeVersion=5.0.1.RELEASE

a blank project with MyBatis3

To create a blank project with MyBatis3

for CommandPrompt
mvn archetype:generate^
 -DarchetypeCatalog=http://repo.terasoluna.org/nexus/content/repositories/terasoluna-gfw-releases^
 -DarchetypeGroupId=org.terasoluna.gfw.blank^
 -DarchetypeArtifactId=terasoluna-gfw-web-blank-mybatis3-archetype^
 -DarchetypeVersion=5.0.1.RELEASE
for Bash
mvn archetype:generate\
 -DarchetypeCatalog=http://repo.terasoluna.org/nexus/content/repositories/terasoluna-gfw-releases\
 -DarchetypeGroupId=org.terasoluna.gfw.blank\
 -DarchetypeArtifactId=terasoluna-gfw-web-blank-mybatis3-archetype\
 -DarchetypeVersion=5.0.1.RELEASE

a blank project with JPA (Spring Data JPA)

To create a blank project with JPA (Spring Data JPA)

for CommandPrompt
mvn archetype:generate^
 -DarchetypeCatalog=http://repo.terasoluna.org/nexus/content/repositories/terasoluna-gfw-releases^
 -DarchetypeGroupId=org.terasoluna.gfw.blank^
 -DarchetypeArtifactId=terasoluna-gfw-web-blank-jpa-archetype^
 -DarchetypeVersion=5.0.1.RELEASE
for Bash
mvn archetype:generate\
 -DarchetypeCatalog=http://repo.terasoluna.org/nexus/content/repositories/terasoluna-gfw-releases\
 -DarchetypeGroupId=org.terasoluna.gfw.blank\
 -DarchetypeArtifactId=terasoluna-gfw-web-blank-jpa-archetype\
 -DarchetypeVersion=5.0.1.RELEASE

Download

If you don't want to use maven archetype, download manually from the following link.

https://github.com/terasolunaorg/terasoluna-gfw-web-blank/releases

There are two type of downloads available.

  1. Project that includes settings related to WTP of Eclipse and dependency libraries (jar files).
  2. Maven project which does not include jar files.

When downloaded manually, following points needs to be taken care of separately.

  1. groupId is xxxxxx.yyyyyy.zzzzzz.
  2. artifactId is projectName. Accordingly, all the configuration filenames have projectName as prefix.

The above two points need to be modified manually as per the requirements.

Run

In order to run the blank project, execute the below command. (This command starts the embedded tomcat server. Hence check whether any other instance of Tomcat is not running on your local machine)

$ cd <your artifaceId>
$ mvn tomcat7:run

Access the following to confirm.

http://localhost:8080/<your artifactId\>

terasoluna-gfw-web-blank's People

Contributors

btarakists avatar btdaruwanib avatar btkatoutkm avatar btshimizukza avatar ikeyat avatar itouyun avatar iwanagah avatar kashimakz avatar kazuki43zoo avatar making avatar makits avatar

Watchers

 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.