newbie: plain old object kernel already built in?

R

RK

I'm looking to do something like POJO/AOP in Python.

(ref pojo, aspectj for Java, CodeFarms for C++
http://www.codefarms.com/ , esp see two-layer diagram #2 here:
http://incode.sourceforge.net/index.html ).

The thing with a two-layer design and plain old objects is you need a
kernel to manage it, seems to me. JBoss is a pojo kernel in the java
arena.

Is this already built-in to python somehow?

(had gone looking for unit testing in python and found it built-in,
figured this question worth a shot)

The trouble with existing pojo kernels implemented with aspect syntax
is that the aspects are in the language, seems to me you need the
second layer to be implemented in a rdbms if you want to be taken
seriously by enterprises.

Thanks,
-Rich
 
L

Larry Bates

RK said:
I'm looking to do something like POJO/AOP in Python.

(ref pojo, aspectj for Java, CodeFarms for C++
http://www.codefarms.com/ , esp see two-layer diagram #2 here:
http://incode.sourceforge.net/index.html ).

The thing with a two-layer design and plain old objects is you need a
kernel to manage it, seems to me. JBoss is a pojo kernel in the java
arena.

Is this already built-in to python somehow?

(had gone looking for unit testing in python and found it built-in,
figured this question worth a shot)

The trouble with existing pojo kernels implemented with aspect syntax
is that the aspects are in the language, seems to me you need the
second layer to be implemented in a rdbms if you want to be taken
seriously by enterprises.

Thanks,
-Rich
Zope is probably the closest thing Python has.

http://www.zope.com

-Larry Bates
 

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

Forum statistics

Threads
474,291
Messages
2,571,453
Members
48,137
Latest member
IndiraMcCo

Latest Threads

Top