Skip to main content

Meeting: Science & Engineering Computing Professionals

Last week I gave a short presentation about my EA work to the Computing Professionals Advisory Group in the College of Science and Engineering (CSE).  Each academic school in the college has one representative in the group, so these meetings are a good way to find out what is happening across the college.  Representatives from IS attend in order to share our news and to hear what issues are being raised in the schools.

My contribution on this occasion was to give a brief overview of the plans and intent for the EA practice.  I chose to show some example artefacts from our work and from elsewhere, and to highlight some of the existing catalogues that we could incorporate into the planned architecture repository.  I added an appendix to the slides listing our draft EA Principles, for comment, but I did not talk through those in the meeting.

The CSE computing professionals are very keen to have access to download and update data on central systems.  They queried my applications architecture diagram, which shows arrows leading from central systems to the portal, apps and school systems but not the other way around.  The diagram reflects the work we are doing at the moment to build lightweight APIs, which are mainly conceived as supplying data from central systems and less concerned at present with updating them in response.  It was a good point to raise.

I agree that we should provide the capability for local systems to update central systems.  This would help keep centrally held data up to date and would allow the applications in the presentation layer to give a joined-up view of relevant data.  The draft EA Principles do support this, in tension with the corresponding principles that business processes should be standardised and that central systems should be used wherever local needs do not require extra support.

However, the implementation of this idea goes well beyond the technological questions of designing appropriate APIs and authorisation systems.  It runs into the problem I blogged about last week: you can only create reusable business components when your organisation has reached an appropriate level of agreed understanding.  Business processes need to be designed from the ground up to be fully online – the current buzzword for this is “digital first”.

The technology underlying these processes also needs a certain level of maturity, and several of the HE-specific software systems supplied by vendors are built on rather old technology.  So while I support the idea of two-way APIs, we need to recognise that we have limited capability in this regard and that other areas of work may need to take precedence.  As the HBR analysis noted, we have to develop our capability one phase at a time.

This is one of many talks and presentations that I am giving to different groups in the University.  I spoke to the equivalent group in the College of Humanities and Social Sciences in December (before I rebooted this blog) and I will attend the meeting of the corresponding group in the remaining college, Medicine and Veterinary Medicine, at the end of the month.  I intend to post short notes about these and other meetings here on this blog.

Comments

Popular posts from this blog

Project Leadership

When I look back over recent projects that I've been involved in, it seems that one key to making a project successful is having someone on the team who really drives it forward: someone who is invested in the project as a whole and not just their own part in it. We (by which I mean the University's Applications division) have a well-defined project process, with defined roles, required milestones, deployment standards, and so forth.    All these are useful, but if the team doesn't have a leader, it seems a project can lose its way, perhaps not responding to changing circumstances, getting stuck on a technical problem, or not securing a needed resource in time to meet some external constraint. The leader can be any member of the team - it could be a developer, a project manager, or the sponsor, or someone in another role.  A team can include several people who are this committed to the project; it doesn't have to be a single person.   As an example, one of...

Business Model Canvas

A Business Model Canvas is a tool for mapping the core functions and capabilities of an organisation.  Compared to the Core Diagrams that I described in an earlier post , the business model canvas attempts to present more aspects of the business, starting with the value proposition – a statement of what the organisation offers to its users (in the business world, to its customers).  It shows the activities and resources, as Core Diagrams do, but also shows user relationships & channels, and also benefits and costs.  I’m not aware of any universities that have used this tool but you can find examples from elsewhere on the web. We are considering business model canvases as a tool for mapping the strategic capabilities of units at the University of Edinburgh.  Phil Taylor, our EA contractor, sketched an outline of what a business model canvas might begin to look like for HR: This is only intended to be suggestive: the real canvas would need to result from in-de...

"That's not Grid!" - A cautionary tale

I don't usually attempt humour here, but see if you like this... Once upon a time, in the far-off world of Computerland, a great guru arose and declared a vision. "I see a future when all computers will be linked together and people will run their programs without knowing which computers are running them. People do not need to know where their jobs run; they just need the results. I call this Grid Computing!" The people of Computerland were excited by the guru's vision. They went away and worked to make it happen. When they were ready, they returned to the guru and said: "Oh great guru! We have implemented your vision. We can run our programs on whichever processor is free at the time, making sure that all programs can run and making best use of all our processors. No longer does one computer sit idle while another one is overloaded. Your vision is a great success!" "No, no, no!", said the guru, "That's not Grid!" The guru exp...