Difference between revisions of "IS480 Team wiki: 2013T1 Kungfu Panda Technologies"
Jump to navigation
Jump to search
Yg.tan.2010 (talk | contribs) |
Yg.tan.2010 (talk | contribs) |
||
Line 54: | Line 54: | ||
== Back-End== | == Back-End== | ||
<strong>Communication Model </strong> <br/> | <strong>Communication Model </strong> <br/> | ||
− | + | This model depicts how messages are sent to and fro from our Bank Teller Application (Frontend) through the Enterprise Service bus to retrieve / store information in the database. <br/> | |
<br/> | <br/> | ||
[[Image:communication-model.png]] | [[Image:communication-model.png]] |
Revision as of 13:20, 16 August 2013
Front-End
Front End: Reasons for Client-Side Technologies Used
- MVC for client side code
- Making javascript codes modular
- Backbone’s Router
- Detects change in URL, which is needed in a SPA
- Big community for open source support
- Templating made easy with Underscore JS
- Stubs are easy to create with backbone’s Model
Front End: Reasons for Client-Side Technologies Used
- Simple interface with Service Mediation that uses Tibco JMS
- Low learning curve
- Open-Source libraries that provide easy conversion from JSON to XML (vice-versa)
Back-End
Communication Model
This model depicts how messages are sent to and fro from our Bank Teller Application (Frontend) through the Enterprise Service bus to retrieve / store information in the database.
Integration with Front-End
Sample Backend Tibco Service
Service: Transaction_Withdrawal_Create