Interface Documentation
Site Home | Site Map | BIS | Bookshelf | Contents
| Master Index
The interface documentation contains advanced information about the POS and the programming interfaces
available to it. This information defines the low level structures and APIs available, it is not introductory in nature.
| Web Server |
| Information about the Web Server contained in the POS |
| Web Markup Language Server side tags used in HTML files to control generated HTML |
| Http.ini files General content control for files in directories, auditing, searching and HTTP headers |
| XML, SOAP, APIs |
| Reference information about the XML transactions available in the POS. |
| Transaction Definitions Reference material for transactions and elements. |
| External Processors Information on building an External Processor to extend the internal core operation. |
| FDL Library Direct API library, for alternative POS systems and other applications. |
|
| Handhelds |
| How to develop Handheld and Wireless PDA applications. |
| Index |
| Database |
| Controlling POS database interaction, referential integrity and alternative database engines. |
| Storage Tables Details the physical
database structures used. The Entity relationship diagrams. Original Documentation |
| Metadata Definition How extended metadata can be defined for complex requirements. |
| Internationalisation |
| How to configure the POS for other countries, or tailor the POS to fit an environment exactly. |
| Index |
|
| Internals |
| Internal information on POS architecture. Supplied as background, subject to change without warning. |
| Programs Descriptions of programs in the POS system, including command line options |
| Global Identity Details of how globally unique product identifiers are allocated within the POS. |
| Settings Settings control the broad operating characteristics of the POS |
| Internal Structure Details of the internal structure of the POS and how it operates at a technical level. |
| Crash File Information about the internal structure of crash.out files. |
|
Fieldpine has many different interface techniques, and selecting the right approach for a design is important. The following
table quickly summarises the various techniques available.
| Direct Database interaction |
Advantages
Very easy to understand implement
POS database can reside in corporate database structure, fully integrated
Well suited to simple reading of information.
| Disadvantages
Need to understand Fieldpine Entity Relationship structure.
May not be flexible as new features added. Fieldpine uses the presence of columns and tables to indicate
if functionality should be enabled.
Updating, may cause performance implications in networked environments.
|
| XML Interface |
Advantages
Realtime
- Read and Write access
- Fully supported
| Disadvantages
|
| FDLLIB Interface |
| Advantages
| Disadvantages
|
| Scripted Reporting |
| Advantages
| Disadvantages
|
| DLL Plugins (External Processor) |
| Advantages
| Disadvantages
Must be coded in 3GL
- Highest support level from customer viewpoint - your code is part of POS code stream
|