simplesite

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

Stars
0

SimpleSite

What Is SimpleSite?

SimpleSite a framework that extends off of 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 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

Maven Artifact

<dependency>
    <groupId>me.kingtux</groupId>
    <artifactId>simplewebsite</artifactId>
    <version>1.0-SNAPSHOT</version>
</dependency>

Libraries to know.

SimpleJavaMail - http://www.simplejavamail.org/

TuxORM - https://github.com/wherkamp/tuxorm

JavalinVC - https://kingtux.dev/JavalinVC/