cancel
Showing results for 
Search instead for 
Did you mean: 

MI FRAME WORK

Former Member
0 Kudos

Can anyone give me what all exactly a MI Framework handles.?

How the synchronization is handled by MI Framework?

Message was edited by:

Anuradha Yandamuri

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Anuradha,

MI framwork is made pf JSP or AWT.

Consider Smart sync application (JSP).

Certain APIs are used to create records and store locally in client ....and

APIs help to trigger synchronization.

In case of Smart sync.....When synchronization is triggered....all the delta changes in client are put into OUT bound container(outbox) and it will be send to WEB AS and thus to backend and again comes back to Client INBOUND container(inbox).

This is taken care by smartsync framework from client.

Multiple applications with multiple users is accepted.

Let me know if u need more information.

Cheers,

Karthick

Former Member
0 Kudos

Is this done same with generic synch alsooo?

Former Member
0 Kudos

Hi Anuradha,

Yes the concept remains the same.

The work flow remains the same.

But Smart sync framework takes care of every thing like creating containers in outbound, conflicts, specific data to specific user etc

But generic sync the application (developer) has to create the outbound containers, conflict handling, data to specific users etc.

Cheers,

Karthick

Former Member
0 Kudos

Diffrence between smart synch and generic synch:

In case of applications which use smart synch the data is always replicated from backend to Middleware. Generic synch applications communicates with the backend directly using Middleware as atunnel to backend.