Thanks to visit codestin.com
Credit goes to github.com

Skip to content

machadolucas/avanto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Avanto

by Lucas Machado

Warning!

Although this platform was being developed for over an year, just recently I decided to made it available publicly. Therefore, I didn't tested it in non specific contexts yet. It was made to run in a JBoss AS7 in Openshift, but I know it also runs in Apache Tomcat 7. It needs a MongoDB database, but I will make this abstract in the future.

Blog system

What

Avanto is a blog system developed in Java (with JSF, Primefaces and some other technologies).

Why Avanto

I like ice swimming after a good sauna ;)

Features

The blog system provides an quite comprehensive administrative interface accessible in the address "/admin". After initializing the application for the first time, the first attempt of login will be recorded as the administrative account. (You could change the data later).

Passwords are correctly cryptographed. ;)

It is fully compliant to receive modern code like HTML5, CSS3 and so on.

The blog system provides a RSS feed of the posts in the address "/rss"

Requirements and instructions

  • The code is currently available as an Eclipse project. You will also need Maven to build it.
  • The project is currently configured to Java 7.
  • MongoDB: You need a MongoDB instance running. You can configurate the connection settings in the "Database.properties" file that is in the package me.machadolucas.avanto.db
  • Internationalization: The system is compatible with internationalization. The strings can be configured in the locale correspondent files in the package me.machadolucas.avanto.resources. After that, they could be invoked in the xhtml files by using JSF Expression Language and the variable msg ("{#msg.key}" renders the value associated to 'key').

About

Avanto blog system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published