원문정보
초록
영어
To avoid the problems of high complexity and low flexibility in Java based application Model–view–controller (MVC) framework is introduced to divide the whole application into model, view and controller, which can improve the software’s reusability and flexibility. Java is one of the leading software development languages. However, the development model of existing Java organizes without a structure, which mixes the code of data access, the processing of business logic and graphical user interface (GUI) layer together. As a result, it creates many problems for software developers, meanwhile; it could not meet the rapid development of application software any more. In this paper, we design and implement a Java MVC framework for developing desktop based application which can separate the data, view and control of the software.
목차
1. Introduction
2. Motivation
3. Related Work
4. MVC Components
5. Design and Implementation
6. Experimental Results
7. Discussion and Conclusion
References
저자정보
참고문헌
- 1A Practical Management Framework for Commercial Software Development with Open Sources네이버 원문 이동
- 2(Reference title not available)
- 3The Research of PHP Development Framework Based on MVC Pattern네이버 원문 이동
- 4Application Research for Integrated SSH Combination Framework to Achieve MVC Mode네이버 원문 이동
- 5JMVC: A Java Framework for Rapidly Developing Desktop Application Software Based on MVC네이버 원문 이동