Tips of building an MBO
As we know, Mobile business Objects(MBO) are object models which maps to backend systems, for example database, sap systems or web services. The mapping can be done by a bottom-up method. The easy and simple way of doing this is binding the data source at the time of development. The attributes and operations can be generated automatically. In case you do not have access to backend data source, you have to set up the things by yourself, mostly by manual. MBO is reusable. Always keep it in mind because this is the important feature Sybase Unwired Platform offers you to speed up development cycles. MBOs can be reused in the same project and consumed by different mobile devices. They can also be consumed across projects in Workspace. Suppose you have a complicated mobile application to build, you can try to group all the MBOs in one project and make them referenced. Logical group can be used to tidy things up a little more. MBO can contain parameters. For the querys you build inside t...