I will be giving a 45 minute talk on the new generation of developer tools available for Drupal at Froscon 2006 in Sankt Augustin, Germany. Join me after the talk for improvised Drupal talk/coding sessions.

http://www.froscon.org/wiki/FrOSCon

The session description

New tools are available that will make Drupal easier to customize and which will reduce the workload of programmers dramatically. Individually, these tools are each powerful and interesting in their own right, but used together they can revolutionize the way Drupal is used to build web applications.

The Tools
-------------------------------

Content Construction Kit (CCK) [2]

The ability to define custom data types easily, and from the web interface, is one of the most popular features of Drupal today, with the flexinode module[1] being one of the most popular modules. With Drupal 4.7, a new tool has emerged that overcomes flexinode's limitations with regards to performance while adding semantic meaning to fields, making them reusable, and separating the concepts of data type and user interface.

Views [3]

The views module is Drupal's version of saved queries with a reporting tool built on top. Views enables the custom presentation of existing data, including tabular and list views.

Actions [4]

A Drupal action is a specially written PHP function that can be named, configured through the web interface, and saved.

Workflow [5]

The workflow module allows for the definition of the various states a Drupal object (node) can have. The possible set of state changes can be defined and a set of actions can be assigned to each transition. Initiating state change is governed by role-based user permissions.

The Relationship Manager [6]

Allows Drupal objects (nodes) to be aware of how they relate to other objects. These relations can be expressed in RDF making Drupal a premier candidate for driving the Semantic Web.

The Message
-------------------------------

Using these tools together opens up whole new ways of building applications. The developer can start by defining the various data types (CCK), including the data structures and User Interface. Then, using the Relationship Manager, the various relations and connections between data types is determined. The Workflow module is used to assign named states to the data model, and the Actions module provides the framework for deciding what happens when state transitions are triggered. Finally, the Views module allows the data model to be queried and presented.

This lecture will cover each of these tools while walking through the creation of a new web application.

[1] http://drupal.org/project/flexinode
[2] http://drupal.org/project/cck
[3] http://drupal.org/project/views
[4] http://drupal.org/project/actions
[5] http://drupal.org/project/workflow
[6] http://drupal.org/node/40611

Comments

globo’s picture

Hi Robert,

I'd love to hear your lecture, won't be able to come though. I was wondering if the lecture could be taped on video.

Distribution could be done with bittorrent just like the ones from drupalcon 2005
http://drupal.org/drupalcon-2005-media

Any chance for that to happen?

globo

robertdouglass’s picture

I'll have to check with the organizers. If they can't do it, then maybe the Köln/Bonn Drupal User's Group can arrange something.

- Robert Douglass

-----
My Drupal book: Building Online Communities with Drupal, phpBB and WordPress

scroogie’s picture

This sounds very interesting. As Im a student in Bonn I would like to attend this talk. Is the talk open to everybody? Do I have to register somewhere? Thanks in advance.

robertdouglass’s picture

To be honest, I don't know. I did see the preliminary schedule, and they have 4-5 tracks booked for the two days. That means there are 4-5 talks going on, all day long, both days. That's quite a few speakers. The site also says that there will be additional Zope and PHP rooms run by the German user groups for those.

If you're a student in Bonn, you should join the Drupal user group:
http://groups.drupal.org/koeln-bonn-drupal-users-group

And you might consider applying to do a Summer of Code project:
http://drupal.org/google-summer-of-code-2006
http://code.google.com/soc

- Robert Douglass

-----
My Drupal book: Building Online Communities with Drupal, phpBB and WordPress

scroogie’s picture

The Registration for visitors is now open since 1. May. Its not compulsory, but I just registered. That means I will attend your talk, too. Looking forward to it.
I would have liked to apply for SOC, but Im going to spend my next semester at the Politecnica in Valencia - Spain.