|
The KonaWare Software Development Kit (SDK)
enables application developers to design and incorporate KonaWare Mobility Platform functionality into their applications using standard
development environments like Microsoft Visual Studio .NET, Sun NetBeans, and many others. With no proprietary development environment to
learn and support, you can quickly become productive at developing flexible, efficient, high performance mobile applications.
Server Development Kit Components
Server Development Environment (SDE)
A set of development tools for the implementation of KMP server applications:
- Two sample client applications: EchoDelegate and CourierDelegate. EchoDelegate is the server-side component of EchoApp and CourierDelegate is the server-side component of CourierApp.
- A simple build command that packages a war file for deployment to the KonaWare Application Server via the KonaWare Console.
- APIs, Libraries, and Scripts
Server Development Guide (SDG)
A guide to the design and implementation of KMP server applications:
- Defining the interaction between mobile devices and the enterprise application
- Translating the interaction with enterprise application into a message protocol .
- Implement the client application using the message protocol defined to interact with the server
- Implement the server application to receive and interpret message received from the client, process them, and send them back to the client
Client Development Kit Components
Client Development Environment (CDE)
A set of development tools for the implementation of KMP client applications:
- Two sample client applications, EchoApp and CourierApp. EchoApp is a simple command line application intended to illustrate how to use the KonaWare Mobility Platform to send and receive messages. CourierApp is a simple, but realistic, GUI based application that illustrates how messages can be used to communicate with a server application.
- A simple build command that packages an application for deployment via the KonaWare Console.
Client Developers Guide (CDG)
A guide to the design and implementation of KMP client applications:
- Defining the business logic and user interfaces on the mobile device
- Implementing the interaction between the mobile device and the enterprise application
- Translating the interaction with enterprise application into a message protocol
- Implement the client application using the message protocol defined to interact with the server
Client Development Framework (CDF)
A collection of APIs and tools that can be optionally used with the CDE for platform-independent, rapid application development of KMP client applications:
- Components for application database storage, inbound and outbound message processing, and user interfaces
elements such as forms, lists, alerts, and text boxes.
- Pre-built Component Assemblies that implement common functions such as login, error messaging, logging, administration, GPS access, and text messaging.
|
|
|