Skip to content

Automatically exported from code.google.com/p/nocturne

Notifications You must be signed in to change notification settings

Codeforces/nocturne

This branch is 1 commit ahead of, 20 commits behind master.

Folders and files

NameName
Last commit message
Last commit date
Nov 27, 2021
Feb 22, 2023
Nov 10, 2021
Apr 5, 2017
Nov 18, 2021
Nov 27, 2021
Nov 13, 2021
Nov 9, 2021
Dec 14, 2015
Nov 27, 2021

Repository files navigation

Nocturne is a lightweight MVC web framework. It supports code hot-swap out of the box. I believe that it dramatically speeds up development process. You can make a any change in template, controller or service code and just press F5 in your browser. Moreover using together with http://code.google.com/p/jacuzzi you can change the datasource layer of application: create or modify domain objects, DAOs and so on. In this case you can change any line of code and view the result immediately without redeploy.

Currently the framework is in development, but it is in stable state and you can try it. Latest snapshot is 1.3.3-SNAPSHOT.

How to start? Just install nocturne-archetype running "mvn install" in the tools/nocturne-archetype directory. After it you can create simple nocturne project typing

    mvn archetype:create -DarchetypeGroupId=org.nocturne.archetypes \
        -DarchetypeArtifactId=nocturne-archetype -DarchetypeVersion=1.3.3-SNAPSHOT \
        -DgroupId=?  -DartifactId=?

Use the following maven settings to try current nocturne build:

        <dependency>
            <groupId>org.nocturne</groupId>
            <artifactId>nocturne</artifactId>
            <version>1.3.3-SNAPSHOT</version>
        </dependency>

About

Automatically exported from code.google.com/p/nocturne

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages