Spring Python 0.2.0 is released

G

gregturn

Spring Python is an offshoot of the Java-based SpringFramework and
AcegiSecurityFramework, targeted for Python. Spring provides many
useful features, and I wanted those same features available when
working with Python.

The site is http://springpython.python-hosting.com, with information
about source code, releases, and mailing lists.

The following features have been implemented.
* DatabaseTemplate - Reading from the database requires a
monotonous cycle of opening cursors, reading rows, and closing
cursors, along with exception handlers. With this template class, all
you need is the SQL query and row-handling function. Spring Python
does the rest.
* InversionOfControl - The idea is to decouple two classes at the
interface level. This lets you build many reusable parts in your
software, and your whole application becomes more pluggable.
* AspectOrientedProgramming - Spring Python provides great ways to
wrap advice around objects. It is utilized for remoting. Another use
is for debug tracers and performance tracing.
* DistributedRemoting - It is easy to convert your local
application into a distributed one. If you have already built your
client and server pieces using the IoC container, then going from
local to distributed is just a configuration change.
* PetClinic - A nice sample web application has been built
utilizing CherryPy as the web container. Go check it out for an
example of how to use this framework.
* ApplicationSecurity - Plugin security interceptors to lock down
access to your methods, utilizing both authentication and domain
authorization.
* SpringWiki - Wikis are powerful ways to store and manage
content, so we created a simple one as a demo!

For more details about implemented features, check out the tickets
tied to this baseline at: http://springpython.python-hosting.com/query?status=closed&milestone=0.2
 
J

Jonathan Curran

Greg,
You have managed to peak my interest. I'll be dabbling with this in the next
few hours. This looks very promising, keep up the good work.

- Jonathan
 
G

greg

Jonathan said:
Greg,
You have managed to peak my interest.

I think the word you're after here is "pique"
(although I suppose "peak" kind of makes sense
as well:).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top