Re: [python-uk] hexagonal Django

2012-12-05 Thread John Lee
On Tue, 4 Dec 2012, Jonathan Hartley wrote: The last few weeks I've been thinking about the architectural pattern known as Clean, Onion, Hexagonal, or Ports'n'Adaptors (http://blog.8thlight.com/uncle-bob/2012/08/13/the

Re: [python-uk] hexagonal Django

2012-12-05 Thread Jonathan Hartley
On 05/12/2012 13:08, Michael Foord wrote: On 5 Dec 2012, at 07:33, Chris Withers wrote: On 04/12/2012 17:46, Menno Smits wrote: On 2012-12-04 14:46, Jonathan Hartley wrote: I haven't, yet, but I'm thinking of refactoring a vertical slice of our monster Django app into this style, and I'd lo

Re: [python-uk] hexagonal Django

2012-12-05 Thread Andy Robinson
On 5 December 2012 07:33, Chris Withers wrote: > The closest thing I can think of is the move to the component architecture > that Zope did from v2 to v3; architecturally brilliant but actually killed > off the platform... ROTFL! I have to admit my first thought on reading that page and diagram

Re: [python-uk] hexagonal Django

2012-12-05 Thread Matt Hamilton
On 5 Dec 2012, at 07:33, Chris Withers wrote: > That said, I'd love to see a project that's a good example of this, are there > any around online in Python? The closest thing I can think of is the move to > the component architecture that Zope did from v2 to v3; architecturally > brilliant but

Re: [python-uk] hexagonal Django

2012-12-05 Thread Michael Foord
On 5 Dec 2012, at 07:33, Chris Withers wrote: > On 04/12/2012 17:46, Menno Smits wrote: >> On 2012-12-04 14:46, Jonathan Hartley wrote: >> >>> I haven't, yet, but I'm thinking of refactoring a vertical slice of our >>> monster Django app into this style, and I'd love to hear if you think >>> it

Re: [python-uk] hexagonal Django

2012-12-05 Thread Chris Withers
On 04/12/2012 17:46, Menno Smits wrote: On 2012-12-04 14:46, Jonathan Hartley wrote: I haven't, yet, but I'm thinking of refactoring a vertical slice of our monster Django app into this style, and I'd love to hear if you think it's crazy / brilliant / obvious / old-hat, etc. Since you mention