An open API service indexing awesome lists of open source software.

https://github.com/wyatt-herkamp/simplesite

SimpleSite a framework that extends off of JavalinVC. To add Email and Database support to make a simple to use web framework.
https://github.com/wyatt-herkamp/simplesite

java javainlin javalinvc simplejavamail tuxorm

Last synced: 28 days ago
JSON representation

SimpleSite a framework that extends off of JavalinVC. To add Email and Database support to make a simple to use web framework.

Awesome Lists containing this project

README

        

# SimpleSite

### What Is SimpleSite?

SimpleSite a framework that extends off of [JavalinVC](https://github.com/wherkamp/javalinvc). To add Email and Database support to make a simple to use web framework.

### Getting Started.

There are two ways of creating a SimpleSite. First is via
[properties](https://kingtux.dev/SimpleWebsite/properties.html) second
is setting values in the SimpleSiteBuilder.

`new SimpleSiteBuilder()` will be the base for everything if you pass a
Properties that will use those rules. After that just run #create() and
it will return the simple site.

You can register a JavalinVC controller via #registerController, create
a TuxORM dao via #createDao, or send a SimpleJavaMail email via #send

#### Accessing
[How to access my Maven Repo](https://kingtux.dev/my-maven/)

Maven Artifact
```xml

me.kingtux
simplewebsite
1.0-SNAPSHOT

```

### Libraries to know.
SimpleJavaMail - [http://www.simplejavamail.org/](http://www.simplejavamail.org/)

TuxORM - [https://github.com/wherkamp/tuxorm](https://github.com/wherkamp/tuxorm)

JavalinVC - [https://kingtux.dev/JavalinVC/](https://kingtux.dev/JavalinVC/)