Academic literature on the topic 'Model-View-Presenter Architecture'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Model-View-Presenter Architecture.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Journal articles on the topic "Model-View-Presenter Architecture"

1

I Made Sukarsa, I Nyoman Piarsa, and I Gede Bagus Premana Putra. "Application of MVP Architecture in Developing Android-Based Seminar Ticket Booking Applications." Jurnal RESTI (Rekayasa Sistem dan Teknologi Informasi) 4, no. 3 (June 20, 2020): 513–20. http://dx.doi.org/10.29207/resti.v4i3.1396.

Full text
Abstract:
The success of an event, especially a seminar cannot be separated from the success of the organizer to get participants. The scattered challenges faced by the seminar organizers are closely related to the ease and convenience of the procedures applied to order seminar tickets to prospective participants. So that the application of information and communication technology is needed by the organizer as a tool to provide convenience and comfort to prospective participants. Ticket reservations are generally done manually and still use tickets in printed. An application is needed to speed up and simplify the ticket booking process for prospective participants. To solve this problem, prospective seminar participants will use the seminar ticket booking application via a smartphone device. This application uses the RESTful API on the Laravel framework, as one of the implementations of web service. Security of data exchange between android devices and web services using Laravel Passport, as a token generator API. The architecture that is applied in the development of android applications is the MVP architecture (Model, View, Presenter). Using QR-codes on tickets and sending tickets via e-mail participants can also avoid the possibility of loss and damage to tickets obtained by participants.
APA, Harvard, Vancouver, ISO, and other styles
2

Sugijarto, Dian Pradhana, Muriati Mukhtar, Nurhizam Safie, and Riza Sulaiman. "Developing Context Awareness Mobile Application for Blood Donation." JOIV : International Journal on Informatics Visualization 2, no. 3 (April 20, 2018): 118. http://dx.doi.org/10.30630/joiv.2.3.122.

Full text
Abstract:
The implementation of context awareness in smartphones is getting broader. Through embedded sensors in smartphones, they are able to detect the device’s location and communicate through radio frequency. By communicating through Near Field Communication (NFC), smartphones are able to read NFC tags in short distances to understand the context of the information. Developing a mobile application in the context of blood donation will allow the application to assist donors through the process of donation and improves the user’s experience. The blood donation study is conducted at the National Blood Centre (NBC) in Malaysia. In developing the mobile application, the system architecture and development pattern were designed. The system architecture is presented to understand the requirements of implementing the application. The Model-View-Presenter (MVP) pattern was utilized to develop the application to ensure the development followed the standard procedure. The mobile application with the context awareness ability was evaluated through interviews with potential end users and the stakeholders of NBC. The evaluation resulted in positives responses and offered valuable feedbacks.
APA, Harvard, Vancouver, ISO, and other styles
3

Yamouni-Khelifi, Nassima, Kaddour Sadouni, Michał Śmiałek, and Mahmoud Zennaki. "Database Access Layer Code Generation Directly from Use Case Scenarios." International Journal of Systems Applications, Engineering & Development 15 (April 1, 2021): 41–62. http://dx.doi.org/10.46300/91015.2021.15.7.

Full text
Abstract:
Requirements definition is the first step in the life cycle of a software system. Requirements are formulated as paragraphs of text and appear ambiguous, so they cannot be translated directly into code. For this reason, they are treated as secondary artifacts for software developers. This paper presents a model-driven based approach where requirements are treated as first-class citizens, and can contribute to the final code. In this approach, requirements are formulated as use case models with their textual scenarios, using a precise requirements language called RSL, allowing an automatic transition to executable Java code. The structure of the generated code follows the Model-View-Presenter (MVP) architectural pattern. The work focuses on the Model layer code, which is responsible for the persistence and storage of data in a database system.
APA, Harvard, Vancouver, ISO, and other styles
4

Baramuli, Alessandro Christoforus, Adi Nugroho, and Angela Atik Setiyanti. "Implementasi Model View Presenter dan Object Relational Mapping NHibernate pada Aplikasi eStop Card berbasis Web (Studi Kasus: PT. XYZ Jakarta)." Jurnal Informatika 8, no. 2 (March 11, 2013). http://dx.doi.org/10.21460/inf.2012.82.128.

Full text
Abstract:
The development of technology has shown significant progress, especially in application architecture design pattern. Model View Presenter (MVP) pattern is one of the most important pattern used for extracting business logic outside of User Interface (UI) elements and by that enabling unit test without the need testing tools, and specifically geared towards for page event model in ASP.NET. Together with MVP, Object Relational Mapping (ORM) NHibernate is implemented to build a web base application. ORM is a technique to map an object to a database. It can be concluded that the implementation MVP and ORM to build a web base application resulting a well-performed and easily maintained application as well as it effectiveness when performing unit test, and also a clear separation layer between model, view, presenter.
APA, Harvard, Vancouver, ISO, and other styles

Dissertations / Theses on the topic "Model-View-Presenter Architecture"

1

von, Wenckstern Michael. "Web applications using the Google Web Toolkit." Master's thesis, Technische Universitaet Bergakademie Freiberg Universitaetsbibliothek "Georgius Agricola", 2013. http://nbn-resolving.de/urn:nbn:de:bsz:105-qucosa-115009.

Full text
Abstract:
This diploma thesis describes how to create or convert traditional Java programs to desktop-like rich internet applications with the Google Web Toolkit. The Google Web Toolkit is an open source development environment, which translates Java code to browser and device independent HTML and JavaScript. Most of the GWT framework parts, including the Java to JavaScript compiler as well as important security issues of websites will be introduced. The famous Agricola board game will be implemented in the Model-View-Presenter pattern to show that complex user interfaces can be created with the Google Web Toolkit. The Google Web Toolkit framework will be compared with the JavaServer Faces one to find out which toolkit is the right one for the next web project
Diese Diplomarbeit beschreibt die Erzeugung desktopähnlicher Anwendungen mit dem Google Web Toolkit und die Umwandlung klassischer Java-Programme in diese. Das Google Web Toolkit ist eine Open-Source-Entwicklungsumgebung, die Java-Code in browserunabhängiges als auch in geräteübergreifendes HTML und JavaScript übersetzt. Vorgestellt wird der Großteil des GWT Frameworks inklusive des Java zu JavaScript-Compilers sowie wichtige Sicherheitsaspekte von Internetseiten. Um zu zeigen, dass auch komplizierte graphische Oberflächen mit dem Google Web Toolkit erzeugt werden können, wird das bekannte Brettspiel Agricola mittels Model-View-Presenter Designmuster implementiert. Zur Ermittlung der richtigen Technologie für das nächste Webprojekt findet ein Vergleich zwischen dem Google Web Toolkit und JavaServer Faces statt
APA, Harvard, Vancouver, ISO, and other styles

Conference papers on the topic "Model-View-Presenter Architecture"

1

Yang Zhang and Yanjing Luo. "An architecture and implement model for Model-View-Presenter pattern." In 2010 3rd IEEE International Conference on Computer Science and Information Technology (ICCSIT 2010). IEEE, 2010. http://dx.doi.org/10.1109/iccsit.2010.5565090.

Full text
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!

To the bibliography