Sphene's Hibernate Autoadmin

Community

Copyright © 2007-2018 by Herbert Poul

You are not logged in.
Login
Register

Change Language:



AddThis Social Bookmark Button

A Django site.

Powered by Sphene Community Tools

Autogenerated Administration for Hibernate Models

Start

Back to Snip <-- Previous Change

Diff Summary
Title
Date 2007-05-01 00:11:45 2007-05-01 00:15:09
Editor Herbert Poul Herbert Poul
Tags

2007-05-01 00:11:45 by Herbert Poul
2007-05-01 00:15:09 by Herbert Poul
f1# Sphene's Hibernate Autoadminf1# Sphene's Hibernate Autoadmin
22
3Sphene's Hibernate Autoadmin is a simple web appli3Sphene's Hibernate Autoadmin is a simple web appli
>cation which generates a web based administration >cation which generates a web based administration 
>interface for any hibernate model on-the-fly with >interface for any hibernate model on-the-fly with 
>minimal (if any) configuration.>minimal (if any) configuration.
44
5All that is needed to do by the user is to put the5All that is needed to do by the user is to put the
> hibernate configuration file as well as the model> hibernate configuration file as well as the model
>s into the classpath and tell the autoadmin where/>s into the classpath and tell the autoadmin where/
>how to find it.>how to find it.
tt6
7
8The idea (and layout/html of the admin interface) 
 >is borrowed from [Django](http://www.djangoproject
 >.com/) - One of the best (python) web frameworks /
 > templating engine / ORM and more - which includes
 > a feature rich auto generated [admin interface](h
 >ttp://www.djangoproject.com/documentation/tutorial
 >02/) for it's ORM.
69
7# Example10# Example
811
9You can see it in action at: <http://sphene.net:8012You can see it in action at: <http://sphene.net:80
>80/HibernateAutoAdmin/> (Username/Password: demo/d>80/HibernateAutoAdmin/> (Username/Password: demo/d
>emo)>emo)
1013


Powered by Sphene Community Tools