Skip to content

Magic is my personal exploration of Clojure. It is to be a generic webapp based on clojure and app-engine

Notifications You must be signed in to change notification settings

toymachine/magic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

start with

lein repl

(this will start dev server and repl, startup code in ns start.clj)


goal    
    - google app engine hosted site written in clojure and with all non-functionals already satisfied


- language
    - clojure
- login
    - openid (using openid4java)
    	- TODO implement association store (and other), such that it can be used in app engine
        - google
        - hyves
    - facebook connect 
    - persistent cookie, hmaced with secret, contains memberid, timestamp (for expiry), and sign key also includes member guid (to allow direct invalidation (server side) of any outstanding cookies)
    - brute force detection?

- orm   
    app engine/app engine magic
- frontend 
    - javascript modulesystem/dynload?
    - jquery
    - full ajax, e.g. surrounding frame and # (or html5 state API)
    - compojure routing
    - hiccup templateing
        ?default escaping?
        - url building?        
    - member role
        - sandbar
- default error pages
	dev vs live

- admin site /roles/security

About

Magic is my personal exploration of Clojure. It is to be a generic webapp based on clojure and app-engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published