Progress on the AW5 Kernel

0 views
Skip to first unread message

William la Forge

unread,
Dec 4, 2009, 10:33:41 PM12/4/09
to AgileWikiDevelopers
The add method has been added to the kernel API, for adding a BlockElement. Here's a sample transaction which uses it:

  def addTransaction(transactionContexts:TransactionContexts) {
    val blockElement = new BlockElement
    transactionContexts.add("123",blockElement)
  }

There is, of course, still a long way to go before we can start work on the AW5 Core.

Bill
Reply all
Reply to author
Forward
0 new messages