f | # Sphene's Hibernate Autoadmin | f | # Sphene's Hibernate Autoadmin |
| | | |
| Sphene's Hibernate Autoadmin is a simple web appli | | Sphene'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. |
| | | |
| All that is needed to do by the user is to put the | | All 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. |
t | | t |
|
| | |
|
| | | The 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.
|
| | | |
| # Example | | # Example |
| | | |
| You can see it in action at: <http://sphene.net:80 | | You can see it in action at: <http://sphene.net:80 |
| 80/HibernateAutoAdmin/> (Username/Password: demo/d | | 80/HibernateAutoAdmin/> (Username/Password: demo/d |
| emo) | | emo) |
| | | |