• Title/Summary/Keyword: 웹 2.0 기술

Search Result 332, Processing Time 0.03 seconds

Library Information Service on the Web 2.0 (웹 2.0 기반의 도서관 정보서비스)

  • Yang, Byeong-Hoon
    • Journal of Information Management
    • /
    • v.39 no.1
    • /
    • pp.199-220
    • /
    • 2008
  • Most people choose Internet search engine first more than the library for their information search in these days. Many users do not know library homepage's content. How to improve the users in library homepage? This study aims to suggest the direction of library homepage service in Web 2.0. For this study the author analyzed library homepage that is introducing some representative Web 2.0 and other Web 2.0 sites. AJAX, RSS, Open API, MashUp, Wikis, Blog are the main technologies in Web 2.0. Those technologies become a tool that can do user centered library homepage. But, more important thing is information production that introduce to users. Web 2.0 suggests good information transfer for users. It needs to produce the information that stimulates the library user. It means that Web 2.0 give a good opportunity for libraries as an information production.

Mobile Web Server Performance Improvement with Enhancing SOAP Message Transaction and NBTM (SOAP 메시지 처리 개선과 NBTM을 사용한 모바일 웹 서버의 성능 향상)

  • Kim, Young-Tae;Jeong, Yoon-Su;Park, Gil-Cheol;Lee, Sang-Ho
    • Journal of the Korea Society of Computer and Information
    • /
    • v.13 no.5
    • /
    • pp.135-142
    • /
    • 2008
  • Recently, the mobile Internet is rapidly changing environment in a user's web server performance requires frequent connection is difficult because the proper response is needed to improve the performance of web services engine. Therefore, the goal of this paper is to improve the performance of web services for the installation of additional access to users regardless of tomcat servlet container and process the request and to shorten processing time of SOAP (Simple Object Access Protocol) message of the server structure to of for web mobile services. The web-sever structure is consists of user demand receiver, web document processor, SOAP protocol processor, NBTM(Non-Blocking and Thread Manager) manager, session manager. The system fully supports a standard web-service protocol, reduces the message processing time and communication overhead of mobile web-service system in Web 2.0 and overhead of server, and confirms the improvement of capability by comparing and evaluating Web 2.0 standard mobile web-service system through delaying achievement evaluation by the experiment of realization in Web 2.0 environment.

  • PDF

Design and Implementation of the Graphical Relational Searching for Folksonomy Tags in the Participational Architecture of Web 2.0 (웹2.0의 참여형 아키텍쳐 환경에서 그래픽 기반 포크소노미 태그 연관 검색의 설계 및 구현)

  • Kim, Woon-Yong;Park, Seok-Gyu
    • Journal of Internet Computing and Services
    • /
    • v.8 no.5
    • /
    • pp.1-10
    • /
    • 2007
  • Recently, the web 2.0 services which appear by exponential extension of the Internet can be expressed with the changes in the quality of structural evolution and in the quantity of increasing users. The structural base is in user participational architecture, the web 2.0 services such as Blog, UCC, SNS(Social Networking Service), Mash-up, Long tail, etc. play a important role in organization of web, and grouping and searching of user participational data in web 2.0 is broadly used by folksonomy. Folksonomy is a new form that categorizes by tags, not classic taxonomy skill. it is made by user participation. Searching based on tag is now done by a simple text or a tag cloud method. But searching to consider and express the relations among each tags is imperfect yet. Thus, this paper provides the relational searching based on tags using the relational graph of tags. It should improve the trust of the searching and provide the convenience of the searching.

  • PDF

A Navigation Model of Asynchronous Interaction Web Applications with Extended Behavioral Diagrams of UML 2.0 (UML 2.0 행위 다이어그램을 확장한 비동기 상호작용 웹 애플리케이션의 항해 모델)

  • Byun, Chang-Hyun;Seo, Jung-Ho;Rhew, Sung-Yul
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2007.10b
    • /
    • pp.104-107
    • /
    • 2007
  • Web2.0 의 비동기식 웹 페이지 전환기술이 주목을 받으면서 기존의 웹사이트들이 동적인 웹 사이트로 바뀌어 가고 있다. 그러나 웹 애플리케이션 개발에 적용 가능한 설계모델인 UML2.0은 정적인 웹 페이지 설계 모델로 국한되어 있다. 따라서 본 논문에서는 UWE의 항해모델에서 뷰 관점 항해모델과, 데이터 전송 항해 모델을 State Machine, Communication Diagram을 이용하여 비동기식 웹 페이지 항해 모델 개선과 기존의 동기식 웹 페이지 모델과의 호환성 방안을 제안한다.

  • PDF

RIA based Personalized Search with Widget Implementation (RIA 기반 개인화 검색을 위한 Widget 응용의 구현)

  • Park, Cha-Ra;Lim, Tae-Soo;Lee, Woo-Key
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.13 no.6
    • /
    • pp.402-406
    • /
    • 2007
  • Rich Internet Application(RIA) is one of the Web 2.0 technologies and is expected to be a next generation user interface technique which allows flexible and dynamic manipulation for Web searches. This paper addresses a personalization mechanism for advanced Web search using RIA for abundant user interactions. We devised a dynamic and graphical user interface instead of previous text-based searches and a client side application for storing personal preference information. In this research, we implemented the graphical personalized search manager using Yahoo web search API and widget, and demonstrated its effectiveness by performing some experiments with various query terms and representative predicates.

An Implementation of WADL2Stub System for REST Web Services (REST 웹 서비스를 위한 WADL2Stub 시스템의 구현)

  • Lee, Hwa-Min
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.13 no.4
    • /
    • pp.714-719
    • /
    • 2009
  • Recently, RESTful web service is getting attention with the emergence of Web 2.0. The main advantages of REST web services are lightweight and easy implementation compared to SOAP based web services. In order to define and describe RESTful APIs, various methods have proposed. WSDL 2.0 can describe both SOAP-based and RESTful services and but it is too complicated. WADL is championed by Sun Microsystems and it is lightweight, easier to understand and easier to write than WSDL. The purpose of WADL is to allow web services to be described in a machine readable way, to make it easy to create Web 2.0 applications and create a dynamic way of creating and configuring services. However, WADL does not provide utility tools to generate client code automatically and the developers describe client code manually. In this paper, we design and implement a WADL2Stub system to generate client code from WADL files automatically so that the developers use REST web services to easily and conveniently.

매시업 웹 정보보호 표준화 동향

  • Nah, Jae-Hoon;Cho, Hyun-Sook
    • Review of KIISC
    • /
    • v.22 no.2
    • /
    • pp.37-42
    • /
    • 2012
  • 웹 2.0과 차세대 웹 기반의 서비스 환경에서는 다양한 보안 요구 사항을 가진 이기종 서비스들이 컨버전스 서비스를 제공하기 위해 결합된다. 차세대 웹 기반 애플리케이션은 전통적인 웹 애플리케이션이 갖고 있는 보안 문제 뿐만 아니라, 자신의 특정한 세트의 보안 위협을 갖고 있다. ITU-T SG17에서 진행되고 있는 매시업 기술에 의한 보안 위협을 식별하고, 서비스에 대한 보안 요구 사항 및 기술에 대한 표준화 동향을 소개한다.

Design and Implementation of Web Environmental Sensor Data System based on Flex (Flex기반 웹 환경 센서 데이터 시스템 설계 및 구현)

  • Han, JaeJeong;Ryu, NamHoon;Oh, KyeongSug;Kim, EungKon;Jang, MoonSuk
    • Proceedings of the Korea Contents Association Conference
    • /
    • 2008.05a
    • /
    • pp.560-563
    • /
    • 2008
  • The early web technology was 2D type and exchange of information was passive generally. AS the time had passed, users wanted to participate in the 3D environment which is similar to real world actively. However VRML which is expected to bring big changes of the web environment has not been expanded owing to various circumstances. At a recent Web 2.0 is the most popular topic in the Internet business. Basic concept of Web 2.0 is implementation of comfortable UI(User Interface) and implementation of more active web than previous web. Concept of RIA(Rich Internet Application) is one of the Web 2.0 important technologies. In this paper, we designed and implemented Web Environmental Sensor Data System which has fantastic UI and various functions by using Flex.

  • PDF

Mashup Implementation for Spatial Feature Creation using Google Map API (Google Map API를 이용한 공간객체 저작 매쉬업 시험 구현)

  • Park, Yong-Jae;Lee, Gi-Won
    • Proceedings of the Korean Association of Geographic Inforamtion Studies Conference
    • /
    • 2008.10a
    • /
    • pp.73-75
    • /
    • 2008
  • 최근 소위 Web 2.0 개념을 채택하는 다양한 웹 서비스 시스템구축이 보편화되면서 웹 검색 기능을 이용하는 일반 사용자나 전문 사용자에게 사용자 친화적이고 보다 빠른 성능의 웹 어플리케이션이 제공되고 있다. 참여와 공유를 목적으로 하는 Web 2.0 패러다임을 Web Happing이나 Web GIS 어플리케이션과 연계하는 연구나 기술 개발 분야도 중요한 이슈로 부각되고 있다. 특히 국내외적으로 실질적인 웹 컴퓨팅 기술과 연계되는 개방형 매핑 API를 이용한 매쉬업 어플리케이션 개발의 필요성과 산업적 수요는 급격히 증가하고 있는 추세이다. 본 연구에서는 이러한 배경을 바탕으로 하여 Google Map API를 이용한 공간정보 저작 매쉬업(Mashup) 어플리케이션을 시험 개발하고자 한다. 구현 결과로 별도의 Web GIS 웹 서버와 데이터베이스 서버에 대한 권한이 없어도 웹 클라이언트상에서 일반 웹 사용자가 Google Mapping 서버를 이용하여 자신의 공간정보를 직접 제작이 가능하도록 하였다.

  • PDF