DJ Adams

Blog

  1. Some ramblings on simple CDS modelling with CDL

    A brief note-to-self after digging in to some simple constructs in CDS modelling.

  2. Hands-on domain modelling with CAP's CDS at UKISUG Connect

    A quick overview of the hands-on workshop I'll be running at UKISUG Connect this year.

  3. Quiet cds test output - two ways

    Reducing CAP server log output during tests, in two different ways, via a profile encapsulated set of log level configurations, or via the new cds test command.

  4. Modelling contained-in relationships with compositions in CDS

    A short study of the features of CDS for modelling classic contained-in relationships, with a focus on the details, and a lean towards anonymous aspects.

  5. Using @capire modules from GitHub Packages

    Here's how to access and use the @capire namespaced modules that reside in the NPM registry which is part of GitHub Packages.

  6. CDS source formatting and readability

    Embracing a modern approach to source code formatting for human-centric modelling in CAP

  7. Upcoming talks in autumn 2025

    I'm writing this mostly to organise myself and get my preparations in order!

  8. Auto formatting extensionless Bash scripts in Neovim

    Here's what I did to make the combination of the Bash language server and shfmt work with Editorconfig settings for Bash script files that don't have extensions.

  9. Neovim configuration for file and module navigation in CDS models

    In this post I describe how I extended my Lua-based Neovim configuration for CDS filetypes to improve navigation to referenced files and modules.

  10. Excluding specific diagnostics in Neovim

    Here's what I did to be able to filter out certain diagnostic messages in Neovim.

  11. A reCAP intro to the cds REPL

    Here's a summary of my talk on the cds REPL at this year's reCAP event.

  12. A modern and clean Neovim setup for CAP Node.js - configuration and diagnostics

    In this post I describe my re-worked basic setup for working with CAP Node.js in Neovim, focusing on the configuration and digging into the LSP based diagnostic facilities.

  13. Editing Markdown in a Neovim environment

    Here are some notes I made when digging into my tools for editing Markdown source.

  14. Point free coding and function composition

    In this post I explore and show examples of the concepts of point free coding, of chains of functions through which data flows, and of function composition.

  15. Adjusting the preview width in Telescope's horizontal picker

    Here's how I adjusted the width of the preview window in Telescope's horizontal picker.

  16. FP, function chains and CAP model loading

    Understanding functional programming approaches, no matter how trivial, can help in other areas. Here I explain how being comfortable with function chains helped in working out why a required (but unused) service was being loaded into the overall CDS model in a CAP project.

  17. Array.prototype.reduce and the optional initial value

    Today I learned about the subtlety of the optional initialValue parameter for the Array prototype's reduce method in JavaScript.

  18. Functional programming resources

    I've created quite a bit of FP related content in the past but it's somewhat scattered across different platforms and in different formats and I can't remember what or where it all is. So this is a meta post in which I point to all the resources (that I can remember that) I've created on the topic.

  19. How I run executables in containers

    Here's a quick post explaining how I might typically containerise an executable. This is in the context of my aim to not "pollute" my base OS (at the bare metal level) with any installs, as far as I can, as well as to remain platform independent and abstract.

  20. Level up your CAP skills by learning how to use the cds REPL

    These are notes I wrote for my talk at SAP Inside Track Madrid on 20 March 2025. I wrote them partly to think about what I wanted to say, and partly to share the info in written form too. Note that the idea is to introduce the concepts and show some basic examples for cds REPL "initiates". Nothing too exotic.

  21. Migrating GitHub issue based URL bookmarks to wallabag

    In this post I outline how I migrated my collection of reading list bookmarks, stored as issues in a GitHub repo, to wallabag which I'm now self-hosting.

  22. TASC Notes - Part 9

    These are the notes summarising what was covered in The Art and Science of CAP part 9, one episode in a mini series with Daniel Hutzel to explore the philosophy, the background, the technology history and layers that support and inform the SAP Cloud Application Programming Model.

  23. TASC Notes - Part 8

    These are the notes summarising what was covered in The Art and Science of CAP part 8, one episode in a mini series with Daniel Hutzel to explore the philosophy, the background, the technology history and layers that support and inform the SAP Cloud Application Programming Model.

  24. TASC Notes - Part 7

    These are the notes summarising what was covered in The Art and Science of CAP part 7, one episode in a mini series with Daniel Hutzel to explore the philosophy, the background, the technology history and layers that support and inform the SAP Cloud Application Programming Model.

  25. CAP Node.js plugins - part 3 - writing our own

    This blog post accompanies part 3 of a three part series where we explore the CDS Plugin mechanism in CAP Node.js to find out how it works. In part 1 we looked at the plugin mechanism itself and how it worked. In part 2 we used the cds REPL to start our CAP service running and to introspect it. In this part we'll use what we learned and discovered in the first two parts to write our own plugin.

  26. CAP Node.js plugins - part 2 - using the REPL

    This blog post accompanies part 2 of a three part video series where we explore the CDS Plugin mechanism in CAP Node.js to find out how it works. In part 1 we looked at the plugin mechanism itself and how it worked. In this part we use the cds REPL to start our CAP service running and to explore it - to introspect it.

  27. CAP Node.js Plugins

  28. TASC Notes - Part 6

  29. Functions as first class citizens in SICP Lecture 1A

  30. TASC Notes - Part 5

  31. TASC Notes - Part 4

  32. The elements of programming with respect to CDL and SICP

  33. The Art and Science of CAP

  34. TASC Notes - Part 3

  35. TASC Notes - Part 2

  36. Creating the new Tech Aloud intro and outro music

  37. Flattening the hierarchy with mixins

  38. Five reasons to use CAP

  39. Separating concerns and focusing on the important stuff

  40. Restricting access via facets with masked elements

  41. Keeping things simple in domain modelling with CDS

  42. Immutable layers, file deletion and image size in Docker

  43. CAP Node.js plugins - part 1 - how things work

  44. TASC Notes - Part 1

  45. Setting up a cache server for apt packages

  46. New source for LXD images on Crostini

  47. Using lazydocker with SSH-based remote contexts

  48. Automatic validation in OData and REST calls with CAP

  49. reduce - the ur-function

  50. Highest value in JS - different ways

  51. Turning an OData expand into a cds.ql CQL query with a projection function in CAP

  52. Enabling document fragment links for headings in SAP Community blog posts

  53. Digging into CSN diffs for CDS models

  54. CodeTalk interview - living and working on a narrowboat

  55. Using ARG in a Dockerfile - beware the gotcha

  56. Defining a custom 'after' handler in CAP with 'each'

  57. Obtaining auth code grant type OAuth 2.0 tokens for Google APIs with a script

  58. Controlling automatic HTTP requests in CAP Node.js design time loops

  59. Simple script for previewing CDS models in CSN - cdsray

  60. Using @cap-js/sqlite in CF for your CAP services

  61. Running non-production CAP services in CF

  62. Easily add an explicit cds.requires.db to your CAP project's package.json

  63. Improve your CAP dev container shell prompt

  64. Avoid design time CAP server restarts when maintaining local data files

  65. CAP, CDS, CDL, CSN and jq - finding associations

  66. CAP, CORS and custom headers

  67. Test drive Joule's generative AI features in SAP Build Code now!

  68. Curating a collection of jq functions

  69. ISO content for common CAP types

  70. Quick conversion of multiple values using with_entries in jq

  71. Opening files from the terminal in BAS dev spaces

  72. Successful double CodeJam in Wroclaw and Warsaw

  73. Ghost cratch fitted

  74. Exploring codespaces as temporary dev containers

  75. Accuracy and precision in language

  76. Developing CAP in containers - three ways

  77. Battlestation 2024

  78. A simple jq REPL with tmux, bash, vim and entr

  79. Using the docker CLI in a container on macOS

  80. From Twitter to Mastodon

  81. Tmux plugin development with a local repo

  82. TIL - Two Tmux Plugin Manager features

  83. Solving the SAP TechEd Easter Egg on the Web

  84. Devtoberfest - the best developer prep for SAP TechEd

  85. Bash shell expansion inside double quotes

  86. OData query operations and URL encoding the system query options with curl

  87. Curing my stove aboard the narrowboat

  88. Mercia Marina to Shobnall Fields and Burton-on-Trent

  89. Resources for navigating the canal network

  90. Oil change and a visit to Mercia Marina

  91. SAP CodeJam report - service integration with CAP in Guetersloh, DE

  92. Selecting the related endpoints from a GitHub API response using jq's with_entries

  93. SAP CodeJam on Service Integration with CAP in Brescia

  94. Living on a narrowboat - layout details of the stern

  95. Improving my interactive jq workflow with ijq, bash and tmux

  96. More on the comma as generator, and streaming with select in jq

  97. Double SAP BTP goodness in Isernhagen

  98. Recognising patterns and embracing the stream

  99. Learning from community solutions on Exercism - part 3

  100. Living on a narrowboat - the stove as the heart of the home

  101. Learning from community solutions on Exercism - part 2

  102. Learning from community solutions on Exercism - part 1

  103. SAP community memories

  104. A deep dive into OData and CDS annotations

  105. SAP CodeJam on the btp CLI and APIs in Heilbronn

  106. SAP CodeJam on Service Integration with CAP in Utrecht

  107. Living on a narrowboat - embracing constraints

  108. Working from a narrowboat - Internet connectivity

  109. I'm moving onto a narrowboat

  110. Learning from exploring a question on jq

  111. Array push with autovivification in jq

  112. Managing resources on SAP BTP - what tool do I choose?

  113. Extracting blog post dates from URLs with jq

  114. Some notes on modular JSON Schema definitions

  115. More Untappd data explorations with jq - my top ranking beer types (part 3)

  116. More Untappd data explorations with jq - my top ranking beer types (part 2)

  117. Stop asking for slides in advance

  118. More Untappd data explorations with jq - my top ranking beer types (part 1)

  119. Untappd data with jq - my top brewery countries

  120. Understanding jq's SQL style operators JOIN and INDEX

  121. Summing and grouping values with jq

  122. Reshaping data values using jq's with_entries

  123. Multiple level filters in jq

  124. Products by supplier in OData and jq

  125. Exploring JSON with interactive jq

  126. JSON object values into CSV with jq

  127. Exploring GitHub repo name distribution with jq

  128. Converting strings to objects with jq

  129. Some thoughts on jq and statelessness

  130. Bash notes 3

  131. A classic example of yak shaving, and some stream editing

  132. Bash notes 2

  133. Bash notes

  134. Understanding jq's reduce function

  135. Setting up my own Cloud Foundry

  136. Exercism and jq

  137. SAP Tech Bytes: btp CLI - new home for configuration

  138. How I got involved in the SAP community

  139. Allowing my intangible core to catch up with the rest of me...

  140. Truncation and neat terminal output

  141. Controlling Chrome from the CLI

  142. Setting up hadolint - a Dockerfile linter

  143. Getting BTP resource GUIDs with the btp CLI – part 2 - JSON and jq

  144. Getting BTP resource GUIDs with the btp CLI - part 1

  145. UTFRW - Unofficial TechEd Fun Run / Walk / Roll - Share Your Pics!

  146. Exploring fff part 2 - get_ls_colors

  147. Embracing jq and JSON

  148. Sourcing vs executing in Bash

  149. SAP Tech Bytes: btp CLI - autocompletion

  150. Using functions more

  151. SAP Tech Bytes: btp CLI - managing configuration

  152. Improving shell fu with practice

  153. SAP Tech Bytes: btp CLI – logging in

  154. Exploring fff part 1 - main

  155. SAP Tech Bytes: btp CLI - installation

  156. Learning by rewriting - bash, jq and fzf details

  157. Today's TIL trio

  158. Session switching with the tmux menu

  159. tmux output formatting

  160. Reopening pull requests and GITHUB_ACTOR

  161. Unix tooling - join, don't extend

  162. Early thoughts on Warp

  163. The APC SMT750IC UPS works with the Synology NAS DS1621+

  164. Remote access to Docker on my Synology NAS

  165. Adding a drive to my Synology NAS

  166. Equality in tech

  167. Supporting developers with sponsorship

  168. Notes on Markdown linting - part 2

  169. Notes on Markdown linting - part 1

  170. Solving mysterious unrendered markdown headings

  171. Unpacking Bash shell tips from a GitHub Actions workflow

  172. GitHub Actions workflow browser

  173. Producing JSON with jq for appending issue titles

  174. SAP Tech Bytes: Exploring SAP-samples with gh and fzf

  175. Mainframes, SDSF and GitHub Actions

  176. New tmux panes and windows in the right directory

  177. Deeper connections to everyday tools

  178. Two-phase video uploads with YouTube API and curl

  179. La Pavoni maintenance successful

  180. Mass deletion of GitHub Actions workflow runs

  181. A new journal experiment - Thinking Aloud

  182. Aborting a script with parameter expansion

  183. SAP TechEd Developer Keynote - Info Central

  184. SAP Tech Bytes: Approuter User API Service

  185. fzf - the basics part 2 - search results

  186. Thoughts on video content

  187. fzf - the basics part 1 - layout

  188. Do less and do it better

  189. Columnar layout with AWK

  190. From Classics to Developer Advocate

  191. Updating your fork of the Developer Keynote repository

  192. Waiting for jobs, and the concept of the shell

  193. SAP TechEd 2020 Channel 1 at home

  194. Implicit values in Bash for loop construct

  195. UTFRW - Unofficial TechEd Fun Run / Walk

  196. SAP TechEd Developer Keynote DK100 - The Story

  197. My SAP TechEd 2020 - what I'm looking forward to

  198. An overview of SAP Developers video content

  199. The myriad meanings of pwd in Unix systems

  200. Computer Unit 1979

  201. The subtle art of quoting newline characters

  202. Case modification operators in parameter substitution

  203. MID$ and shell parameter expansion

  204. Understanding declare

  205. Desnowballification with set -o errexit

  206. Improving my shell scripting

  207. curl and multipart/form-data

  208. Checking a command is available before use

  209. Using exec to jump

  210. A new learning source for shell scripting

  211. Shell parameter expansion with :+ is useful

  212. Reducing writing friction

  213. Programmer's Day Mission 2020

  214. You can mask sensitive hostnames with wildcards and host aliases

  215. The open square bracket [ is an executable

  216. Why we have /bin/ and /usr/bin/

  217. String.prototype.replace() can take a function

  218. continue-on-error can prevent a job step failure causing an action failure

  219. git diff can emit different exit codes

  220. In an mta.yaml file you can use the service-name parameter to point to an existing resource

  221. SAP NPM packages now on npmjs.org

  222. Removing the knob on a La Pavoni steam valve

  223. SAP Community Coding Challenge 2 - Finalists

  224. SAP Community Coding Challenge 2 - Contestants

  225. Remote mount setup on the Raspberry Pi

  226. SAP Community Coding Challenge 2 - Update

  227. Terminal Tip: a CF remote monitor script

  228. SAP Community Coding Challenge Nr.2

  229. Terminal Tip: remotely monitor a CF deployment

  230. Terminal Tip: switching CF targets

  231. Terminal Tip: parsing CF app logs

  232. Terminal Tip: truncating CF output

  233. Initial Pi configuration via Ansible

  234. Code at Home episodes

  235. Let's learn to "Code at Home"

  236. Starting out with Raspberry Pi experiments

  237. Preparing the OS image

  238. Finding the Pis on the network

  239. Brambleweeny Cluster Experiments

  240. Mini adventures with MTAs and the Cloud Foundry CLI

  241. Scripting Cloud Foundry activities in trial

  242. My learning list for 2020

  243. Help us to help you - good questions beget good answers

  244. Mission 'Use CAP and SAP Cloud SDK to Extend S/4HANA' - an overview

  245. CAP is important because it's not important

  246. Shell power and simplicity

  247. Submit suggestions for Tech Aloud during SAP TechEd 2019

  248. Tech Aloud podcast - an introduction

  249. New podcast - Tech Aloud

  250. Happy Programmers Day!

  251. Hitch Hiker's style in Sea of Sorrows

  252. Computed field example in CAP

  253. We can do better than 'polynimbus'

  254. The Observer's Book of JS Style

  255. David Edward Adams

  256. Double SAP CodeJam Athens - a report

  257. Revisiting UI5 on CodeTalk

  258. First thoughts on the 2019 Stack Overflow Developer Survey results

  259. ES6, reduce and pipe

  260. Vim, Markdown and writing

  261. Housekeeping

  262. Monday morning thoughts: looking back and forwards

  263. Monday morning thoughts: digging deeper

  264. Monday morning thoughts: indirect influence

  265. Monday morning thoughts: learning media and mechanisms

  266. Monday morning thoughts: rethinking like the web

  267. Monday morning thoughts: longevity and loose coupling

  268. Monday morning thoughts: on starting blogging

  269. Monday morning thoughts: exploring reuse

  270. Monday morning thoughts: dynamic language

  271. Set up VS Code on Chrome OS for local Application Programming Model development

  272. Monday morning thoughts: big school and community

  273. SAP Cloud Application Programming Model (CAP) - start here

  274. Monday morning thoughts: more on ABAP in the cloud

  275. Monday morning thoughts: impostor syndrome

  276. Monday morning thoughts: growth is upwards

  277. Monday morning thoughts: Workflow Forms and the definition of a developer

  278. Monday morning thoughts: ABAP in the cloud

  279. My take on Wired's Google & URLs article

  280. Monday morning thoughts: considering GraphQL

  281. Monday morning thoughts: a good blog post

  282. Monday morning thoughts: OData

  283. Monday morning thoughts: the cloud is the computer

  284. Monday morning thoughts: mainframes and message documentation

  285. SAP CodeTalk sessions

  286. Monday morning thoughts: local http servers and containerisation

  287. Monday morning thoughts: what not how

  288. Monday morning thoughts: abstraction

  289. Monday morning thoughts: curiosity and understanding

  290. Monday morning thoughts: developers and advocacy

  291. Monday morning thoughts: programming models

  292. Interview with Rui Nogueira on the new Application Programming Model for SAP Cloud Platform

  293. Monday morning thoughts: community engagement

  294. Monday morning thoughts: Core Data Services

  295. Monday morning thoughts: the learning continuum

  296. Monday morning thoughts: programmers and identity

  297. Collaboration tools

  298. The Business Rules service - overview and getting started

  299. Monday morning thoughts: milestones

  300. Monday morning thoughts: functions - what functions?

  301. Balancing features with simplicity

  302. Monday morning thoughts: containers and silence

  303. Monday morning thoughts: editors and editing

  304. Monday morning thoughts: debugging approach and Greasemonkey revival

  305. Monday morning thoughts: upload / download in a cloud native world

  306. Monday morning thoughts: a cloud native smell

  307. Introduction to SAP Cloud Platform Workflow - Summary

  308. Monday morning thoughts: cloud native

  309. Becoming an SAP Mentor Alumnus

  310. Thoughts on what's next for the SAP Community

  311. Apps Script - Privacy Policy

  312. Coming Home

  313. Discovering SCP Workflow

  314. Consumption-based SCP Pricing - Initial Thoughts

  315. Things I do to make my work life better

  316. SCP Business Rules Roadmap - 5 Observations

  317. SAP Cloud Platform Pricing

  318. Fix Blink

  319. Functional programming - baby steps

  320. Meeting Request Details

  321. Google Cloud Functions + Sheets + Apps Script + Actions On Google = WIN

  322. YABP - Yet Another Blogging Platform

  323. Best practices for mobile reporting

  324. The beauty of recursion and list machinery

  325. Reaching out to the new new kingmakers

  326. Debugging SAP Fiori apps - the fifth "D"

  327. Excluding with vim's wildignore

  328. Better collaboration through chemistry

  329. F3C Parts 9 and 10 - Functors

  330. F3C Part 8 - Promises

  331. F3C Part 7 - Recursion

  332. F3C Part 6 - Currying

  333. F3C - A FunFunFunction Companion Series

  334. F3C Part 5 - Closures

  335. F3C Part 4 - Reduce advanced

  336. F3C Part 3 - Reduce basics

  337. F3C Part 2 - Map

  338. F3C Part 1 - Higher-order functions

  339. The Fiori revolution - disruption at its best

  340. Community and Collaboration at SAP Inside Track Manchester

  341. Understanding the SAP Fiori Cloud Edition

  342. Top 10 misconceptions about Fiori

  343. FOFP 2.1 A look at filter

  344. FOFP Fundamentals of functional programming

  345. FOFP 1.5 Creating functions

  346. FOFP 1.4 A different approach with map

  347. FOFP 1.3 Some basic list processing

  348. FOFP 1.2 Trying things out

  349. FOFP 1.1 Introduction

  350. Language minutiae and learning to SWIM

  351. Finding a wonderland number

  352. Enlightenment in action

  353. "fiux2" Week 7 - Build Your Own SAP Fiori App

  354. 4Clojure Puzzle 66

  355. "fiux2" Week 6 - Extend SAP Fiori Apps

  356. "fiux2" Week 5 - Enhance an SAP Fiori Master Detail App

  357. The SAP Fiori Launchpad as a dashboard for my running KPIs

  358. Quick HCP title hack with the Navigation Manager

  359. "fiux2" Week 4 - Create Your First SAP Fiori App

  360. "fiux2" Week 3 - Get Ready to Create Your First App

  361. The evolution of the SAP community

  362. "fiux2" Week 2 – Design Your First SAP Fiori App

  363. "fiux2" - The openSAP Fiori Course - 2016 Edition

  364. Building blocks of language, structure and thought

  365. The future of app building on the SAP HANA Cloud Platform

  366. Digital devolution in local authorities - putting people first

  367. Impromptu JS session at UKISUG15

  368. Speaking at SAP TechEd EMEA 2015

  369. Celebrating the engine of the Fiori revolution - the 30UI5 ebook

  370. My journey to Clojure

  371. Give me a browser, and I'll give you the world

  372. The advent of UI5 1.30 and what it means for us

  373. Cookies

  374. Building blocks for the future normal

  375. The origin of becoming a fundamental enabler for Fiori

  376. Revisiting the XML Model

  377. UI5 Version Info

  378. A non-techie PM's view of UI5

  379. UI5 - looking back and forward

  380. The experimental Client operation mode

  381. An introduction to sap.ui.define

  382. Taming the Resource Model Files

  383. Merging lists with UI5

  384. Spreading the UI5 Message

  385. Fragments and Minimum Viable Code

  386. A Short UI5 Debugging Journey

  387. MVC - Model View Controller, Minimum Viable Code

  388. UI5 and Fiori - The Story of Open and Free

  389. UI5 and Coding Standards

  390. The UI5 Support Tool - Help Yourself!

  391. Speeding up your UI5 app with a Component preload file

  392. Multi language support out of the box - UI5's pedigree

  393. Base Classes in UI5

  394. Handling Dates with the Date Picker

  395. Bootstrapping UI5 Locally and in the Cloud

  396. User Notifications with the Message Popover

  397. The App Descriptor

  398. OpenUI5 Walkthrough

  399. Creating Native Applications with UI5

  400. Semantic Pages

  401. Expression Binding

  402. Lightweight notifications with the Message Strip

  403. JavaScript Do's and Don'ts for UI5

  404. Welcome to 30 Days of UI5!

  405. Email Discipline

  406. JSON List Binding and maps

  407. openSAP Experiences

  408. This Week in Fiori (2015-16)

  409. This Week in Fiori (2015-15)

  410. This Week in Fiori (2015-14)

  411. This Week in Fiori (2015-13)

  412. This Week in Fiori (2015-12)

  413. Making Information More Useful

  414. The Maker's Schedule, Restraint and Flow

  415. This Week In Fiori (2015-11)

  416. Why I'm Staying Close to UI5

  417. Can I build a Fiori app? Yes you can!

  418. 10 tips to get you started on your Fiori development journey

  419. UI5 features for building responsive apps

  420. Speaking at Mastering SAP Technologies

  421. Fiori & UI5 Related Videos

  422. Morning Fiori Fix

  423. OpenUI5 at FOSDEM 2015

  424. Atom, Snippets, Tabs and CSON parsing

  425. Fiori App Data into a Spreadsheet? Challenge Accepted!

  426. Running: 2014 in review, and some Clojure

  427. DNA is still in our DNA

  428. The inaugural SAP architect and developer summit

  429. Creation & Reload of UI5 UIs in the Chrome Developer Console

  430. Addressing Emails

  431. This Week in Fiori (2014-43)

  432. This Week in Fiori (2014-42)

  433. Speaking at the SAP Architect & Developer Summit

  434. This Week in Fiori (2014-40)

  435. This Week in Fiori (2014-39)

  436. This Week in Fiori (2014-38)

  437. Scratching an itch - UI5 Icon Finder

  438. This Week in Fiori (2014-36)

  439. This Week in Fiori (2014-35)

  440. This Week in Fiori (2014-34)

  441. This Week in Fiori (2014-33)

  442. This Week in Fiori (2014-32)

  443. This Week in Fiori (2014-31)

  444. This Week in Fiori (2014-30)

  445. Keyed vs Non-Keyed Root JSON Elements & UI5 Binding

  446. OpenUI5 Tutorial at OSCON 2014

  447. This Week in Fiori (2014-29)

  448. This Week in Fiori (2014-28)

  449. Webinar and more - Understanding SAP Fiori

  450. This Week in Fiori (2014-27)

  451. Understanding SAP Fiori Webinar - The Director's Cut

  452. SAP Developer Advisory Board - Your Input!

  453. SAP Mentor Monday on UI5 - Links

  454. Paying IT Forward Links

  455. OpenUI5 CodeTalk Links

  456. Small steps - OpenUI5 toolkit now in jsbin.com

  457. Reaching Out

  458. Mocking up the Payroll Control Center Fiori App

  459. The essentials - SAPUI5, OpenUI5 and Fiori

  460. Public SAP Mentor Monday 24 Mar 2014 - UI5 with Andreas Kunz

  461. M is for 'responsive'

  462. Alt-K: Reading Notes

  463. XML Views and Resource Bundle Declarations

  464. UI5 XML Views - Another Example

  465. Help Us To Help You - Share Your Code

  466. Meta education - or teaching the teachers

  467. Quick hack: Calendar Inviter

  468. Mobile Dev Course W3U3 Rewrite - XML Views - An Analysis

  469. Custom Sorting and Grouping

  470. SAP UK & Ireland User Group Conference - Demo Jam!

  471. CodeTalk - SAPUI5 and SAP Fiori

  472. Mobile Dev Course W3U3 Rewrite - XML Views - An Intro

  473. Mobile Dev Course W3U3 Rewrite - ProductList, ProductDetail and SupplierDetail

  474. Mobile Dev Course W3U3 Rewrite - App and Login

  475. Mobile Dev Course W3U3 Rewrite - Index and Structure

  476. Mobile Dev Course W3U3 Rewrite - Intro

  477. Building SAP Fiori-like UIs with SAPUI5

  478. SheetAsJSON - Google Spreadsheet Data as JSON

  479. An Amazing 36 Hours at SAP Labs Israel

  480. Engaging the Next Generation

  481. #YRS2013 Hacks on Github

  482. Happy Birthday SCN, Old Friend

  483. Simple SAPUI5 Chrome icon for lazy developers like me

  484. CodeClub Thoughts

  485. Review of Dark Reserve Nr 3 from Lovibonds

  486. Functional Python - Itertools Exploration

  487. Our computational future

  488. 30 Day Challenge: No Beer!

  489. Public Github repo sapui5bin available

  490. Jump to Shell Workset Item from URL

  491. 30 Days Challenges

  492. Review of Fourth Dementia Old Ale from Kuhnhenn Brewing Company

  493. CodeClub and becoming a STEM Ambassador

  494. The Silent Club and Recharging Alone

  495. OData Everywhere

  496. Blog It Forward - DJ Adams

  497. Review of Norwegian Wood from Haandbryggeriet

  498. Recent Interests

  499. Serial interest in the Raspberry Pi

  500. SAPUI5 - the future direction of SAP UI development?

  501. Two tools for Gateway trial host nplhost

  502. On Enterprise Geeks Podcast

  503. Firebase and SAPUI5

  504. The Developer Connection: Connect Like Never Before

  505. SAPUI5 Powered SCN Forum Finder

  506. New Omniversity Course Video!

  507. Review of Red Rice Ale from Hitachino Nest

  508. SAPUI5 says "Hello OData" to NetWeaver Gateway

  509. Making OData from SAP accessible with the ICM's help

  510. SAP ICF course marketing: video!

  511. On the Information Diet

  512. The Developer Renaissance

  513. HTML5 @ SAP

  514. SAP Developer Center

  515. Movember - please donate!

  516. Web Programming with SAP's ICF: new course dates

  517. Moving on ... to Bluefin Solutions

  518. Review of Milk Stout from Left Handed Brewing Co

  519. Reading List Mark 2 - Part 5

  520. Reading List Mark 2 - Part 4

  521. Reading List Mark 2 - Part 3

  522. Reading List Mark 2 - Part 2

  523. Reading List Mark 2 - Part 1

  524. Automated email-to-task mechanism with Google Apps Script

  525. Ad-hoc Data Workflows with Google Apps Script

  526. Stand steady on the shoulders of giants

  527. Review of Torpedo from Sierra Nevada

  528. Beer review: Dark Star's Saison

  529. SOA scaffolding and development architects

  530. Review of Saison from Dark Star

  531. Danger! Graduate Conveyor-belt!

  532. JSON and Other Animals - talk at Manchester jQuery Meetup

  533. Gmail Contextual Gadgets - talk at Manchester GTUG

  534. My browser A-Z

  535. The past and future of SAP integration: guest Bluefin blog post

  536. Project Gateway. A call to arms. Or at least to data.

  537. Hacking the Delicious extension for Chrome

  538. Google Visualization API: Manchester GTUG Talk

  539. Not your father's SAP

  540. Getting started with Gmail Contextual Gadgets

  541. Scratching an itch - Magic The Gathering card info

  542. REpresentational State Transfer (REST) and SAP

  543. Tech Skills Chat with JonERP - A Follow-on Story

  544. REST orientation - Controlling access to resources

  545. A new REST handler / dispatcher for the ICF

  546. Mainframes and the cloud - everything old is new again

  547. SAP and Google Wave - Conversation Augmentation

  548. Book review - SAP Business ONE Implementation

  549. One way of dealing with blogtheft from SDN - through images

  550. Dealing with "#blogtheft" from SAP's Developer Network

  551. Command lines of the future, and simplicity of integration

  552. Coffeeshop screencast: HTTP conneg, resource representations and JSON

  553. 2nd coffeeshop REST/HTTP screencast

  554. Google Wave, XMPP and complexity

  555. Webhooks postbin example for Coffeeshop

  556. First coffeeshop demo screencast

  557. 'Coffeeshop' - lightweight HTTP-based pubsub

  558. Information vs Behaviour

  559. A return to the SDN community, and a touch of Javascript

  560. Tarpipe REST connector in 5 minutes

  561. Twitter's success

  562. Analysing CV searches with Delicious

  563. SAP everywhere!

  564. An HTTP connector for Tarpipe: 'tarbridge'

  565. tarpipe.com - Programming 2.0?

  566. Old feed URLs fixed with a bit of mod_rewrite voodoo

  567. Back from Real Life

  568. OssNoteFix script updated for Greasemonkey 0.6.4 and Firefox 1.5

  569. Java and Gosling's FUD - madness or desperation?

  570. SAP and Open Source: the debate continues

  571. Acorn Atom and my start in computing

  572. SAP and Open Source - an analysis and letter to SAP and Shai

  573. MoonOverFailsworth

  574. Whither SAP?

    I’ve been thinking a lot recently about where SAP is going and what SAP is doing today, especially in the light of where it went and what it did in the past. To be honest, the thinking has been triggered by frustration at the nuts and bolts of SAP technical matters, particularly in the area of service support and basis work.

  575. SDN, Blogging, and Planet SAP

    In May I was approached by a chap at SAP in Walldorf who wanted to ask me some questions on blogging (I have a blog over on the SAP Developer Network) for an article he was writing for an SAP-internal magazine.

  576. The SAP developer community 10 years ago

    On the early years of the SAP community online.

  577. Turnkey MVS 3.8J on Hercules S/370 Screenshot

    Big iron and retrocomputing.

  578. SAP: temporary loss of touch with reality?

  579. Hacking the SAP service portal to make OSS notes better

    Deploying Greasemonkey to fix a long standing issue with OSS Notes at SAP.

  580. Ubuntu? Thanks. But no thanks.

    Lots of people seem to be very impressed with Ubuntu, the slick new Linux distro based on Debian, running Gnome.

  581. Europe, SAP, and two-way conferences

    It’s the end of the week that saw the SDN Meets Labs down in Walldorf.

  582. Flickr Pro from Robert

    I’m going to have to think of ways to make use of the extra bandwidth and picture storage capabilities, aren’t I?

  583. SDN Meets Labs

    Rain. Lots of it. And I drove through it all this morning, all the way down the A61, to get to SAP University in Rot, near Walldorf.

  584. SDN Meets Labs gets underway at SAP University

    The SDN Meets Labs at Walldorf-Rot gets underway at Walldorf-Rot.

  585. Muscle cars

  586. An overcorrection too far?

    Norman Walsh gives up ‘wrestling his way through the arcana of WSDL’.

  587. Postcode bookmarklet

    We’ve been spending time recently looking at property in the North West.

  588. Weblog happy in new home - note new URLs!

    Cool URIs don't change ... much.

  589. Ralphm on sjabber

    Digging into sjabber's source.

  590. Honest application requirements

    An unusual "user story".

  591. Blosxom entries into MT

    After setting up this blog, it was only natural to bring across my earlier blog posts that were previously served with Blosxom.

  592. A fresh start

    The perils and joys of self-hosting at a colo.

  593. (Mini) Installfest in the SDN clubhouse at TechEd

  594. Photos from SAP TechEd Munich

    The third weblog in two days … what’s going on? Well, Mark is a hard taskmaster, obviously 🙂

  595. The meaning of LIFETIME_RC

    Last week, during some preparation for my talk at TechEd on Thursday this week, I’d been wondering about something in the ICF that hadn’t seemed quite right.

  596. SAP TechEd first day - notes from Munich

    Well, after a nightmare getting here (V-Bird, the airline I was booked with, went bust) I’m now in Munich at a decidedly disconnected TechEd 04 (more on the disconnected misery later).

  597. SAP TechEd here I come ... with session slides!

    SAP TechEd is looming large, and this year it's in Munich. (If you’re not in Europe, then SAP are holding TechEd events in Bangalore, Tokyo, and San Diego too).

  598. The integration irony of SAP's technology directions

    I’ve finally realised what it is that’s been bugging me about the new arena of SAP technology.

  599. The Curious Incident Of The Dog In The Night-Time

    I bought three books at Manchester airport yesterday.

  600. A little taste of SAP at EuroFoo

  601. SDN Meetup in Walldorf - a summary

    Well, 24 hours (almost to the minute) have passed since I got off the train at Wiesloch-Walldorf station yesterday.

  602. TechEd talk winners - congrats

    Congratulations to the three TechEd talk winners Luke, Jayakumar and Andreas.

  603. Forget SOAP - build real web services with the ICF

    I don’t like getting into a lather when it comes to data and function integration. Rather than using SOAP, I prefer real web services, built with HTTP.

  604. Real Web Services with REST and ICF

    This piece has become somewhat famous (or infamous) in SAP tech circles, for the approach it took and the claims it made. I'm happy to say that REST won out and that those that tried to denounce me ... failed :-)

  605. NW4, OSS1 and logon group selection for OSS

    Digging into logon group selection.

  606. SAP at JAX 2004

    A brief report on JAX 2004.

  607. WAS 6.40 testdrive for Linux is here!

    Phew. What a day yesterday at the world’s biggest IT fair.

  608. Successful installation of EP plugin into testdrive WAS 6.10 system

    I spent most of yesterday in the kitchen, my favourite place.

  609. Tim O'Reilly and the three 'C's

    Well, I made it to FOSDEM this morning with time to spare.

  610. FOSDEM, and small OSS Notes Browser Hack

    Tomorrow morning I'm off to Brussels for FOSDEM - the Free and Open Source Software Developers' Meeting.

  611. FOSDEM and Brussels, here I come!

    I’ve been umming and arring over conferences this year.

  612. Hawo's Queen of Grain Mills

    I've been baking bread now for quite a while now. The bread baking bug first got ahold of me when visiting friends. They had a bread making machine – something that you put all the basic ingredients into, hit a button, and presto. Naturally we bought one soon after, and I was, well, "hooked".

  613. Hello, 2004

    2004 is here. Neues Spiel, neues Glück.

  614. SAP TechEd - Collaborative notes

    I’m off to SAP TechEd this week in Basel.

  615. Dashboard as extension to R/3 and SAPGUI client

    How do your users work with SAP data? Exclusively through SAPGUI or with other desktop apps too? If it’s the latter, read on.

  616. Plums and the antithesis of technology

    I haven’t been online much recently.

  617. Improving the OSS note experience

    How can we make this key service less unpleasant to use?

  618. SAP InfoTag on Web Application Server

    SAP are running an Infotag on the Web Application Server in early September.

  619. SAP talk at OSCON, and RSS

    Reflecting on our talk at OSCON about extending SAP with open source tools and protocols.

  620. Google Pocket Guide out now

    My new book for O'Reilly is out.

  621. Another great OSCON

    Reflecting on another Open Source Convention.

  622. Thanks, Randal

    Relaxing in an 80's arcade at OSCON.

  623. Dashboard, a compelling articulation for realtime contextual information

    Miguel de Icaza and Nat Friedman were keynoting at OSCON this morning.

  624. SAP and Open Source BOF at OSCON

    Merging the enterprise and open source worlds over a beer.

  625. Bittersweet

    On each occasion I’ve travelled to the USA, either on business or for pleasure, I’ve entered the country with a rather bitter taste in my mouth.

  626. Thinking vs doing

    In the past, I’ve mentioned to friends some of the thinking I’ve had about the Semantic Web, RDF, and related stuff (FOAF, RSS, and so on).

  627. Some ramblings on URIs and identity

    Coming back from a short break from the tech world recently, I started to reacquaint myself with FOAF and RDF, amongst other things.

  628. SAP stuff at OSCON

    My partner-in-(code)-crime Piers Harding and I are speaking at this year’s OSCON (Open Source Convention).

  629. The SAP/MySQL Partnership

    I keep hearing reports that the recent announcement of cooperation between SAP AG and MySQL AB has been making the community unhappy.

  630. Speaking at OSCON 2003

    Always an honour and a privilege.

  631. "A brilliant literary mash-up"...

    The fusion of Hogwarts and Molesworth.

  632. Weblogs and Wikis - Blurring the Boundaries

    More on the crossover between blogging and wikis.

  633. New Blosxom plugin 'submission'

    A generic blogging mechanism for accepting content POSTed to it.

  634. 'Conneg' and the duality of weblogs

    Philosophy triggered by the lowly but essential connection negotiation aspect of HTTP.

  635. Tiki parser for MoinMoin

    Embedding the Tiki language into the MoinMoin wiki.

  636. Blosxom 2.0 Beta1

    Looking at the latest release of the blogging software that I use.

  637. RSS aggregators and user-agent information for Blagg

    Tool reuse a la Unix philosophy, and more on building out the future in tiny steps.

  638. Tinkering with RSS and NNTP

    The beauty of open standards is that they can be adopted, remixed and combined.

  639. Your wishlist in 'consumable' XML

    Introducing a new experimental Perl module.

  640. Asleep in 2002

    Amazon does seem to have XML based data available after all.

  641. The fragility of retro-engineering

    Having to modify my allconsuming scripts because of differences between amazon.co.uk and amazon.com data.

  642. Transferring my Amazon wishlist to AllConsuming.net

    Scripting to the rescue, as always.

  643. Presentations, Wikis, and Site Navigation

    Why build something when there's already a standard to embrace?

  644. Content-Type and Blosxom's RSS

    The perils of unescaped content in feeds.

  645. Wisdom, diplomacy, or serendipity?

    On the architectural style(s) of allcosuming.net's API.

  646. The universal canvas and RSS apps

    Thoughts on the applicability and utility of the format.

  647. The disruptive engineering spectrum, and "booktalk", an AllConsuming app

    Creating an experimental service based on existing mechanisms.

  648. Creating the "Entry index"

    More on building out how my blog looks.

  649. A new year and a new approach

    Taking a fresh, less cluttered approach to the website and blog.

  650. Startups and software patents

    Dave W points to Strangeberry, a startup that are doing a Java rendition of Rendevous.

  651. For REST, read 'Architectural Style'

    In the swirling mass of memes surrounding web services it’s sometimes easy to forget that REST is an architectural style, an approach, rather than something that you install or debug.

  652. "Assaults on the Internet's end-to-end-architecture"

    What can and should we do about spam?

  653. Ben's RSS book

    A new book on RSS from Ben Hammersley.

  654. RESTifying RT

    Some notes on providing a RESTful API for Request Tracker.

  655. 'Practical RDF' book up for public review

    Shelley Powers' new book.

  656. Notes to self: What should the rdf:about point to?

    If nothing else, RSS 1.0 is a great source of contemplation and wondering. This morning, I’ve been considering the thoughts surrounding the rdf:about attribute in the channel element.

  657. A moment of clarity: The significance of RSS 1.0 as an RDF application

    It's to do with the emphasis on RDF rather than XML, in RSS.

  658. The case of the missing rdf:Description

  659. More thoughts to ponder

    Here are two or three thoughtbites that I’ve come across over the past few days and that have stayed with me. I just thought I’d share them here as it’s the weekend and often a good time to think about things.

  660. XML Scripting, data manipulation, and RDF

    Can there be native support for XML as a data type?

  661. Moving from description to content:encoded in my RSS 1.0 feed

    Using the mod_content module of RSS 1.0.

  662. From RSS 0.91 to 1.0

    Incantations to progress to RSS 1.0.

  663. The RDF in RSS

    Digging into the real truth about the RDF in RSS.

  664. Moving between Mozilla tabs with the keyboard

    An answer to my question on keyboard controllable Mozilal features.

  665. Mozilla "Bookmark This Group of Tabs"

    Improving the browsing experience one feature at a time.

  666. REST, Google, and idempotency

  667. Cacheing on XSLT service

    More on the Mozilla sidebar experiments.

  668. Sidebars, Mozilla, RSS: old and new

    RSS, RDF, XUL, XSLT and more.

  669. You know you're getting old ...

    Looking back on this year's OSCON.

  670. The OS tables are turning...

    The origins of one of my favourite phrases "Does not work on Windows".

  671. Just finished re-reading: The Player Of Games (Iain M Banks)

    Some thoughts on The Culture.

  672. The mist is clearing ...

    On my continuing quest to grok REST.

  673. From REST to URIs, the Semantic Web, RDF, and FOAF

    Protocols and formats making up the semantic web.

  674. The 80/20 of HTTP

    Musing on how HTTP is used in the main.

  675. Reflecting weblogs.com 'ping's with SOAP, Jabber, and Pubsub

    More on building out the weblog-o-sphere infrastructure.

  676. Programming Jabber review

    A positive review of my O'Reilly book.

  677. Accessibility and Blosxom

    Extending my blogging engine for accessibility.

  678. A change and a rest

    Back recharged from holiday.

  679. 'Blosmail' - add and maintain your blog entries via email

    Experimenting with Blosxom editing via a different medium.

  680. Standing on the shoulders ... Exploring Weblog Neighbourhoods with Blogdex

    Inspired by Mark and Dave, I’ve been doing a bit of neighbourhood exploration hacking of my own.

  681. Small Blagg mod to enable custom formatting of 'blaggregated' items

    An unofficial modification to Blagg.

  682. Changed link tags

    More work on RSS, metadata and discovery.

  683. HTML link tag for Blogroll

    Social network scripting and blog rolls.

  684. Collapse/Expand feature for my Blaggregated display

    Extending Blagg and related features.

  685. Extreme Computing 2002

    Going to the Festival of Inappropriate Technology.

  686. RSS's underlying structure, and meta-RSS.

    I’ve been pondering the nature of RSS, the lightweight syndication and feed format which is a heavy contender for the most talked-about XML format these days (uh, I suppose this post goes some way to help the cause too :-).

  687. HTML LINK to RSS source

    Continuing the build-out of weblog based mechanisms.

  688. Top tip

    On falling down the stairs.

  689. ETag-enabled wget

    Adding ETag awareness to the venerable wget utility.

  690. More thoughts on HTTP, Email, and Jabber

    On HTTP headers and queueing architectures.

  691. "Web^H^H^HInternet Services"? Some Ramblings.

    I’ve been pondering the term “Web Services”. While I completely understand and agree with all the reasonings behind the term (the ‘original’ services were accessible via web clients, HTTP is the underlying and ubiquitous transport, blah blah blah), I’m wondering whether “Web Services” is the best term to use.

  692. The Panopticon

    Extending the Panopticon experiment with XML messaging via Jabber.

  693. Jabberconf Blaggplug version 0+1b

    Updating the Jabber conference plugin for Blagg (the Blosxom RSS aggregator).

  694. (Jabber-)Browsing the Panopticon data

    More on extending the Panopticon experiment.

  695. Amphetadesk Links

    More on feeds, subscriptions and aggregations.

  696. Subscription from Radio

    Maintaining feed metadata.

  697. Mr 80-Percent

  698. Blaggplug: jabberconf

    Aggregation and publish/subscribe.

  699. YARM: Yet Another Referers Mechanism

    Referers, backlinks, and the Unix command line.

  700. One small step ... one giant leap ...

    Calling remote functions over Jabber.

  701. Calendar code

    The calendar script for my sidebar.

  702. Bring on the SSI

    Server Side Includes and Blosxom.

  703. Blosxom vs the world

    The choice and decision to use specific blogging software.

  704. Blog software review

    More on blogging software.

  705. community(disagreement + debate) = inspiration

    The debate between SOAP and REST.

  706. "Blog Locally, Publish Globally"

    On the enduring pattern of local control but global reach.

  707. Other side of the coin: 5335 now resurrected

    RSS, Radio Userland, and redirectors.

  708. Original Peerkat-based weblog back up for reference

    More on Peerkat, a data syndication aggregator.

  709. Coffee Mugs and weblog interop

    Experimenting with Peerkat, feeds and Blosxom.

  710. Cross pollination and blossoming of scripts

    On the growing Blosxom ecosphere.

  711. My bookmarks

    Scripting with bookmarks.

  712. Off with the (relatively) old, on with the new

    More on Blosxom, and a fix to our colocated server.

  713. Interview on jabber.org

    A transcript of my interview on jabber.org.

  714. Hello Blosxom

    A move to the Blosxom blogging software.

  715. Bot window as command line of the future

    Musing on doing more from within the chatbot prompt.

  716. FOSDEM interview

    This post is a transcript of an interview by Raphaël Bauduin for FOSDEM.

  717. What is a Jabber client?

    "A rose is a rose, by any other name." But is the same true for a Jabber client? I don't think so.