Hi,
I posted this just to see what the response is.
Having experienced the frustration of slogging through a Drupal installation (beyond basic)
which is a nightmare of checkboxes, I came away as a programmer believing
a java (or whatever language) class library would be a superior way to configure it.
Class Blog extends Data Type
Class Image .....
Class LayoutManager ..
Class Page
{
new Blog ......
new Image
}
Class Website
{
[new Page ..]
new LayoutManager
}
etc
also, I posted a similar question on the grails page
also regarding Drupal modules (PHP) a library 1000's of submissions is a huge resource, just writing a a general interface between the two might be interesting for a test case. The accepted modules are all well debugged and follow a rigid programming structure
Brian
|