Weby

A simple spring mvc + hibernate project archetype

License

License

GroupId

GroupId

com.highwise
ArtifactId

ArtifactId

weby
Last Version

Last Version

0.22
Release Date

Release Date

Type

Type

jar
Description

Description

Weby
A simple spring mvc + hibernate project archetype
Project URL

Project URL

https://github.com/risoft/weby
Source Code Management

Source Code Management

https://github.com/risoft/weby.git

Download weby

Filename Size
weby-0.22.pom
weby-0.22.jar 11 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.highwise/weby/ -->
<dependency>
    <groupId>com.highwise</groupId>
    <artifactId>weby</artifactId>
    <version>0.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.highwise/weby/
implementation 'com.highwise:weby:0.22'
// https://jarcasting.com/artifacts/com.highwise/weby/
implementation ("com.highwise:weby:0.22")
'com.highwise:weby:jar:0.22'
<dependency org="com.highwise" name="weby" rev="0.22">
  <artifact name="weby" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.highwise', module='weby', version='0.22')
)
libraryDependencies += "com.highwise" % "weby" % "0.22"
[com.highwise/weby "0.22"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Support Note:

All inquiries addressed within 12 hours.

Fixes and new releases usually within 48 hours. (Feb 16 2014)


Out of the box Oracle support

Read More: https://github.com/risoft/weby/wiki/Oracle-Support (Feb 9 2014)


Create a skeleton for your maven + spring-mvc + hibernate web project.

The 5 minutes promise: 5 minutes and you can start coding.

No downloads, no configuration, no settings, no boilerplate. Enjoy!

For the impatient

1 Create Project

Execute:

mvn archetype:generate -DarchetypeGroupId=com.highwise -DarchetypeArtifactId=weby -DinteractiveMode=false -Dversion=1.0-SNAPSHOT -DgroupId=com.yourcompany -DartifactId=yourprojectname

Maven will create a directory called yourprojectname.

2 See it working

Execute:

cd yourprojectname

mvn tomcat:run

Open in your browser:

http://localhost:8080/yourprojectname

3 Start coding

Execute:

mvn eclipse:eclipse -Dwtpversion=1.5

In Eclipse, do: File →Import → Existing Project into Workspace.

Browse to the location of the yourprojectname directory and import it.

Start programming!

Versions

Version
0.22
0.21
0.2
0.1