![]() |
||||||
|
||||||
|
|
Sharp Open Systems Architecture
By bringing the point of customization closer to the customer, Sharp OSA enables Sharp, its channel members and partners to quickly bring solutions to market that tightly integrate Sharp MFPs with software applications. More importantly, it offers a degree of customization that allows Sharp MFPs to better address unique customer needs. This seamless integration promotes more streamlined customer workflows and business processes. This flexibility transforms your MFP into a resource designed to evolve with your business. The Sharp OSA development platform allows developers to create custom applications that are specific to your organization's routine processes and procedures. With a Sharp OSA-enabled Digital IMAGER™ you can start and finish a task directly at the MFP, no need to return to your desktop which can drastically reduce your ordinary document workflow and increase efficiency.
ArchitectureSharp OSA is a client/server-based architecture that allows network applications to communicate with the MFP and remotely control MFP functions and operation panel screens. All application code runs on the network server. Communication is divided into two channels: a UI channel and a web service1 channel.
Figure 1. Dual-communication channels in OSA As shown in Figure 1 above, the UI channel uses XHTML2 messages over an HTTP connection to define custom UI screens and receive user input. The web service channel utilizes XML3/SOAP4 messages for applications to control device functions and receive event notifications. Inherent in Sharp OSA's web service architecture are certain advantages, they include: Low cost implementationMultiple MFPs talk to the same integrated application, minimizing installation and maintenance time. (provides for central administration) Resource efficiencyApplication takes full advantage of server processing power and storage capabilities. Ease of developmentApplication development is easier in server environment where common, well-known tools can be utilized, as opposed to embedded Java. InteroperabilityWeb Services is the standard for application to application communication. No embedded development requiredSharp doesn't have to verify or be involved in each and every integration.
1. A web service is a collection of protocols and
standards used to exchange data between software applications and systems. Web
services commonly use messages composed of XML elements within a SOAP wrapper
for interoperability between varying environments. |