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.
- Host: GitHub
- URL: https://github.com/wyatt-herkamp/simplesite
- Owner: wyatt-herkamp
- Created: 2019-10-03T20:31:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-05T21:48:36.000Z (about 1 year ago)
- Last Synced: 2025-02-18T19:39:32.504Z (2 months ago)
- Topics: java, javainlin, javalinvc, simplejavamail, tuxorm
- Language: Java
- Homepage: https://kingtux.dev/SimpleWebsite/
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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
```xmlme.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/)