• Title/Summary/Keyword: BATIS

Search Result 8, Processing Time 0.033 seconds

A Study on Comparison of Functional Performance Test of Hibernate and iBatis with Lightweight Container Architecture (경량 컨테이너 구조 환경에서 하이버네이트와 아이바티스의 기능별 수행 속도 비교 연구)

  • Lee, Myeong-Ho
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.12 no.10
    • /
    • pp.4600-4605
    • /
    • 2011
  • The purpose of this paper is to compare performance test of Hibernate 3.2 and iBatis 2.3 in the identical platform environment of Spring Framework 2.5 and to analyze their strengths and weaknesses. Currently Spring Framework is mostly used and well known lightweight container architecture. Both Hibernate and iBatis are mostly used instruments of ORM which is a method to enhance productivity of database. Therefore, this paper aim to design and implement pilot system based on Spring Framework 2.5 using Hibernate 3.2 and iBatis 2.3 and compare performance speed of CRUD which can be served as performance evaluation index for future projects.

Design and Implementation of Mobile Office Ticket Reservation System Based Smartphone (스마트폰 기반의 모바일 오피스 티켓 예매 시스템의 설계 및 구현)

  • Lee, Myeong-Ho
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.12 no.5
    • /
    • pp.2396-2401
    • /
    • 2011
  • This paper aims to design and realize android smartphone mobile office ticket reservation system based Spring Framework 2.5 and iBatis 2.3 ORM solution. Currently being used as lightweight container architecture Spring Framework is well-known structure. Also intended to increase the productivity of database techniques are ORM. With the current ORM mapper is widely used in production are iBatis as a tool. Lightweight container architecture in this study, best known as the Spring Framework 2.5 and iBatis 2.3 ORM solution environment based on the android smartphone mobile ticket reservation system implementation after analyzing the mobile webapp development productivity with the objective is to provide guidance.

A Study on Comparison of Development Productivity of Hibernate 3.2 and iBatis 2.3 Based Lightweight Container Architecture (경량 컨테이너 구조 환경에서 하이버네이트 3.2와 아이바티스 2.3의 개발 생산성 비교 연구)

  • Lee, Myeong-Ho
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.12 no.4
    • /
    • pp.1919-1926
    • /
    • 2011
  • This paper proposes an object-oriented software development guidance and an evaluation index for the productivity related to Hibernate 3.2 and iBatis 2.3 in same platform of Spring framework 2.5. Currently in production until the lightweight container architecture, known most commonly used architecture framework is Spring framework. Also intended to increase the productivity of database techniques are ORM. Hibernate and iBatis is an ORM tool is currently being used. In this study, Spring framework 2.5 is based on the framework of the same Hibernate 3.2 and iBatis 2.3 to design and implement the pilot system. In addition, comparison and standardization of software development productivity assessment is to provide guidance.

SQL Based Persistence Framework (구조화질의언어 기반 퍼시스턴스 프레임워크)

  • Cho, Dong-il;Rhew, Sung-Yul
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2007.11a
    • /
    • pp.463-466
    • /
    • 2007
  • 웹기반 기업형 어플리케이션은 객체지향 언어로 개발되고, 데이터의 관리는 RDB(Relational Database)를 이용하여 구축된다. 두 시스템은 이질적 패러다임에 기인하여 모델의 불일치성(object-relational impedance mismatch)을 발생시킨다. 이 문제를 해결하고자 사용되는 객체-관계 매핑 프레임워크(ORM-Framework)는 RDB 의 테이블과 객체지향 언어의 객체를 매핑하는 구조로 복잡한 메타정보를 이용하여 동적으로 매핑하기 때문에 개발이 복잡하고, 변경에 유연하지 못하여 유지보수에 많은 어려움이 있다. 본 논문에서는 기존 ORM 프레임웍크의 복잡성을 해소하고, 변경에 유연한 퍼시스턴스 프레임워크를 제안한다. 제안되는 프레임워크는 SQL 을 래핑하는 구조로 테이블과 객체의 메타정보가 불필요하고, 정형화된 구조를 가진 래퍼의 사용으로 소스코드를 자동 생성하여 개발 및 유지보수의 편의성을 제공하고, 변경에 유연하다. 제안 프레임워크는 Hibernate, iBATIS 와의 테스트 결과 구동 매커니즘이 거의 동일한 iBATIS 와는 처리속도가 비슷했고, Hibernate 의 약 3 배 빠른 속도를 보였다. 코딩량은 Hibernate 대비 1/9, iBATIS 대비 1/4 을 나타냈다.

  • PDF

A Persistence Framework Based SQL (SQL 기반 퍼시스턴스 프레임워크)

  • Cho, Dongil-Il;Rhew, Sung-Yul
    • The KIPS Transactions:PartD
    • /
    • v.15D no.4
    • /
    • pp.549-556
    • /
    • 2008
  • Web-based Enterprise Intranet System is developed Object-oriented programming language and data management is constructed using RDBMS. Between Object-oriented programming language and RDBMS bring about "Object-Relational Impedance Mismatch" due to heterogeneous paradigm. To solve this kinds of problems commonly use the ORM Framework that it is converting data between incompatible type systems in databases and object-oriented programming languages, uses complex mapping metadata. It causes difficult to develop and maintain because of inflexible in changes. This paper proposed persistence framework that solve the existing complexity of ORM framework and has more flexible in evolution of database table. This persistence framework is unnecessary meta information that connecting with entity of database table and the objects, it offers users convenience of maintenance and it allows far more flexible and affordable systems to be built because of automatically code generation. The result of testing based on the proposed persistence framework with Hibernate, iBATIS, It is similar response time with iBATIS and it has more about three times faster than Hibernate. But iBATIS has problems of mass data processing.

Design and Implementation of Mobile WebApp System Based Smartphone (스마트폰 기반의 모바일 웹앱 시스템의 설계 및 구현)

  • Lee, Myeong-Ho
    • Journal of Digital Convergence
    • /
    • v.11 no.4
    • /
    • pp.209-213
    • /
    • 2013
  • This paper aims to design and realize mobile webapp ticket reservation system based smartphone with N-tier mobile webapp framework. In mobile framework, presentation-tier utilizes HTML5/CSS3 and Sencha Touch, middle-tier consists of spring framework and MyBatis, database-tier using oracle possible to apply enterprise services mobile webbapp offices. In this study, mobile framework deploy and configuration management without the support of the app in N-tier that does not need to be considered in the smartphone-based mobile webapp ticket reservation system analysis and design, and then implementation.

Enhancing the Applicability and Improvement Direction of Integrated Environmental Permit System (통합환경허가시스템의 활용도 제고 및 개선방향)

  • Park, Jae Hong;Shin, Su Jeong;Lee, Dae Gyun
    • Journal of Korean Society on Water Environment
    • /
    • v.34 no.3
    • /
    • pp.339-345
    • /
    • 2018
  • The integrated environmental permit system is currently in operation online. It carries out various functions of postmanagement such as the submission of annual reports containing operations management data onto integrated management workplaces, the operation and management of emission facilities and prevention facilities, and the disclosure of information on the integrated permission. On the other hand, the integrated environmental permit system needs to perform various roles in order to stably manage and smoothly perform the permitting work. It is necessary to utilize this system to establish policies by using diverse operations management data onto integrated management workplaces collected in the integrated environmental permit system. This system can also play a role in improving the post-management system and user convenience after the permission review and approval processes. The integrated environmental permit system can be effectively used to set up the BAT-AEL because it collects all of the cross-media data and identifies the overall status of the workplace. In order to establish a post management system after the approval, it is necessary to provide performance management and performance evaluation functions as conditions of the permit after approval. In addition, a variety of support functions should be provided to enable the permission authority and the environmental expert examination agency to facilitate the review of permits. It will be necessary to provide an evaluation system and a proactive diagnostic function to determine whether permission conditions and permit emission standards will change in the future. Also, it is important to adopt an information exchange platform that can be used to collect the status data onto the workplaces; the platform can also be used as an information exchange site for technical working groups (TWG), and for collecting field experts' opinions.

Identification, Larval Host Plant Range, and Damage of the Fruit Sucking Moths to the Major Fruit in Cheonnam Province (주요(主要) 과수(果樹)에 대(對)한 흡수(吸收)나방류(類)의 종류(種類), 유충(幼蟲)의 기주범위(寄主範圍) 및 피해상(被害相)에 관(關)하여(전남(全南) 과수지대(果樹地帶) 중심(中心)))

  • Kim, Kyu-Chin;Lee, Tae-Sik
    • Korean journal of applied entomology
    • /
    • v.24 no.4 s.65
    • /
    • pp.183-190
    • /
    • 1986
  • Identification of fruit sucking moths, their larval host plant, and degree of damages to fruits were investigated in $1982{\sim}'83$ at two orchards in Cheonnam province. In this study, 4 families 30 species were collected as fruit sucking moths and among them 10 species are newly recorded in Korea as fruit sucking moth: Catocala electa(B.), Spirama helicina(H.), Erebus ephesperis(H.), Parallelia stuposa(F.), Simplicia niphona(B.), Marumba gaschkewitschii(B. et G.), Agrius convolvuli(L.), Thyatira batis (L.), and Spilosoma niveum(M.). Larval host plants of fruit sucking moths in the vicinity of the fruit orchard include Cocculus trilobus D., Albizzia julibrissin D., Pterocarya rhoifolia S., Jaglans mandshurica M., Solanum melongena L., Brassia campestris S., Rubus idaeus C., Thalictrum aquilegifol L., and Rhus succedanea L. As the damage on different varieties of the main fruit trees, plum was orderly Santa Rosa>Beauty, Apple was Chook>Hong Og, Peach was Choseng Baeg Do>Hwang Do>Baeg Do, and Grape was Campbell Early>Neo Mascat>Golden Queen. Seasonal occurrence of main fruit sucking moth Spirama retorta(C.) showed peak 3 times in early-July, late-July, early-September. Oraesia emerginata(F.) showed peak 3 times in late-July, early-August, early- September and Lagoptera juno(D.) showed peak only in late-July and Adrias tyrannus amurensis(S.) showed peak only in mid-July. Fruit sucking moths were immigrated from p.m. 6 to a.m. 2, with peak in p.m. 10 to p.m. 12.

  • PDF