2011-10-24

Let's Code Jumi #86: Generating the Events (Part 1)

Generating source code for the event classes whose instances will be passed through event queues.

Download as MP4

Episode Archive

2011-10-20

Let's Code Jumi #83: Generating the Backend (Part 1)

Generating source code for the backend class which will convert event instances into method calls.

Download as MP4

Episode Archive

2011-10-14

Let's Code Jumi #80: Generating the Frontend (Part 1)

Generating source code for the frontend class which will convert method calls into event instances.

Download as MP4

Episode Archive

2011-10-13

Let's Code Jumi #79: Generating the Factory

Generating source code for the factory class which will instantiate all the other generated classes.

Download as MP4

Episode Archive

2011-10-10

Let's Code Jumi #77: Code Generation (Part 1)

Creating classes which generate the Java source code of the event stubs based on an event listener interface. There will be one factory, one frontend and one backend class for the interface, plus one event class for each method of the interface.

Download as MP4

Episode Archive

2011-10-08

Let's Code Dimdwarf #69: Commit Requests

Deepening the design of our walking skeleton by introducing asynchronous messages for transaction commit requests.

Download as MP4

Episode Archive

2011-10-06

Let's Code Jumi #75: Hello Maven Plugin (Part 1)

After a quick test for the SuiteListener interface, the next big refactoring is to create a source code generator for the event stubs of the actors framework. It should be best implemented as a Maven plugin, which I have never done before, so it will be interesting to find out how to do it.

Download as MP4

Episode Archive

2011-10-05

Let's Code Jumi #74: New Domain

I registered the domain jumi.fi so I will need to change all packages and groupIds of the project. The build tests prove their worth once again by reminding about all the places which need to be updated.

Download as MP4

Episode Archive

2011-10-02

Let's Code Dimdwarf #68: Session API

Deepening the design of our walking skeleton by creating the application API for sending and receiving session messages.

Download as MP4

Episode Archive