Week 10-11 Implementation-Support
Week 10-11 Implementation-Support
IMPLEMENTATION
SUPPORT
MPLEMENTATI N
SUPP RT
IMPLEMENTATION
SUPPORT
Implementation Support is a planned
approach to integrate new or
upgraded software or systems into the
existing workflow of an organizational
structure to help ensure the success
of a business' overall system.
IMPLEMENTATION SUPPORT
PROGRAMMING TOOLS
WINDOWING SYSTEMS
INTERACTION TOOLKITS
USER INTERFACE MANAGEMENT SYSTEMS
Programming tools
• For interactive systems provide a means of effectively translating abstract
designs and usability principles into an executable form.
• These tools provide different levels of services for the programmer.
• Programming tools provide levels of services for programmers
ADMIN
toolkits
• Tools (also known as toolkits) are a set of
basic components and accessories that help
software developers create programs in a
more efficient manner.
Software development tools continue to evolve and change, as the needs of programmers
grow. In the near future, we may be using more of our development efforts in developing
systems that can emerge and acquire by themselves (machine learning), but someone still has
to process those systems. Human power is still like to be needed to operate the tools.
What are software tools? GoodFirms. (2019, November 20). Retrieved October 18, 2021, from
https://www.goodfirms.co/glossary/software-tools/.
Toolkits examples
The AWT is part of the Java Google Web Toolkit or GWT Web
Foundation Classes (JFC) — the Toolkit, is an open-source set of
standard API for providing a tools that allows web developers
graphical user interface (GUI) for a to create and maintain JavaScript
Java program. front-end applications in Java.
AWT is also the GUI toolkit for a number of GWT emphasizes reusable approaches to
Java ME profiles. For example, Connected common web development tasks, namely
Device Configuration profiles require Java asynchronous remote procedure calls, history
runtimes on mobile telephones to support the management, bookmarking, UI abstraction,
Abstract Window Toolkit. internationalization, and cross-browser
portability.
UI Management-Systems
• A program used for software development or system maintenance.
AIMS TO IMPROVE:
• Portability – runs on different systems
• Reusability – components reused cutting costs
• Multiple interfaces – accessing same functionality
• Customizability – The user interface can be customized by both the designer and the user to
increase its effectiveness without having to alter the underlying application
User Interface Management Systems
• PRESENTATION – It’s called the GUI. Responsible for what input & output available for the user.
• – It defines the behavior of the system as perceived and manipulate by the user.
• DIALOGUE CONTROL – Maintain communication between presentation and application layer.
• APPLICATION INTERFACE – Manage communication with the application and provide the view of the interface.
• LITTLE BOX/ SWITCH – Improve performance between them by providing direct link.