DOI QR코드

DOI QR Code

Design and Implementation of Multilingual support method for 3-tiered softwares

3-TIER 구조 소프트웨어의 다국어 지원 방식의 설계와 구현

  • 고정국 (동명대학교 컴퓨터공학과)
  • Received : 2011.08.30
  • Accepted : 2011.11.22
  • Published : 2012.02.29

Abstract

Multilingual support of software is necessary for entering global market. 3-tier architecture is a solution for problems of 2-tier architecture. It divides an application into a client-tier and an application-tier, and presentation logic and database are connected by middleware. The advantage of 3-tier architecture is the enhanced performance through load balancing, scalability, easier maintenance and reusability. This paper proposes a multilingual support method that utilizes common resource files for 3-tier enterprise softwares, applies the proposed method to development of multilingual version of billing solution, and verify the usefulness of it. It is easy for development and maintenance of software, the addition of language supported. Proposed method holds a resource file for each language and provides a multilingual support class library. Therefore this method reduces a waste of memory and disk space. Deployment of a class library into an application tier makes development and maintenance of software, the addition of new language supported easy. To avoid inappropriate modification of a resource file, a multilingual support class library is provided in a dll file.

해외 시장을 겨냥한 소프트웨어의 상품화를 위해서는 여러 나라의 언어를 지원하는 다국어 지원 기능이 필요하다. 3-tier 구조는 2-tier 구조의 문제점을 해결하기 위해 애플리케이션을 분리하여 응용 계층을 두고 프리젠테이션 로직과 데이터베이스를 미들웨어로 연결하는 형태이다. 3-tier 구조의 장점은 애플리케이션의 부하 분산으로 성능이 향상되며 확장이 쉽고, 유지보수와 재사용이 용이하다는 점이다. 본 논문에서는 3-tier 구조의 기업용 소프트웨어를 대상으로 소프트웨어 개발과 유지보수, 지원 언어의 추가가 용이한 공통 리소스 활용 방식을 제안하고 빌링 솔루션의 다국어 버전 개발에 적용하여 유용성을 확인한다. 제안하는 방식은 기능 모듈마다 언어별 리소스 파일을 별도로 유지하는 닷넷의 기존 방식을 개선하여 언어별로 하나만 유지하고 다국어 지원 클래스 라이브러리 형태로 제공하여 메모리와 디스크의 공간 낭비를 줄인다. 또한 다국어 지원 클래스 라이브러리를 응용 계층에 배치하여 소프트웨어 개발과 유지보수, 지원 언어 추가가 용이하다. 한편 리소스 파일에 대한 부적절한 변경을 막기 위해 다국어 지원 클래스 라이브러리는 dll 파일로 제공한다.

Keywords

References

  1. 박문목, 김진수, "효율적인 다국어 프로그래밍 방법에 관한 연구," 한국정보기술응용학회 춘계학술대회논문집, pp. 67-74, 2007.
  2. 박영진, 고정국, "3-Tier 환경에서 다국어 지원 소프트웨어의 개발," 한국멀티미디어학회 춘계학술대회논문집, 제14권, 제1호, pp. 145-146, 2011.
  3. Rahman Mahmoodi, 3-tier architecture in C#, http://www.codeproject.com/11128/3-tier-architecture-in-C.aspx, 2005.
  4. Channu Kambalyal, 3-Tier Architecture, http://channukambalyal.tripod.com/NTierArc hitecture.pdf, 2010.
  5. Scott Clinton, Developing for Multi-tier Distributed Computing Architectures with Delphi Client/Server Suite 2.0, http://edn. embarcadero.com/article/10343, 1996.
  6. Mai-lan Tomsen, "Build Reliable and Scalable N-Tier Applications that Run on Both Windows NT and UNIX," Microsoft Systems Journal, Vol.13, No.12, pp. 20-27, 1998.
  7. 디밥, RCL: 다국어 지원을 위한 방안, http://debop.egloos.com/2304744, 2009.
  8. MSDN 자습서, Windows 응용 프로그램의 다국어 클라이언트 지원 구성, http://msdn.microsoft.com/ko-kr/library/ms227565(VS.90). aspx, 2011.
  9. Go Global 개발자 센터, Win32 Multilingual User Interface 응용 프로그램 작성, http://msdn.microsoft.com/ko-kr/goglobal/bb688160.aspx, 2011.
  10. 김상형, 닷넷 프로그래밍 정복, 사이텍미디어, 2006.
  11. Firebird Foundation Incorporated, Firebird: True Universal Open Source Database, http://www.firebirdsql.org, 2011.