spider framework › upload › files › 2014 › swbiz › pt › a6.pdf · 2014-09-26 · rule...

26
0 Spider Framework 제품 소개서 2014.09 ㈜서버사이드

Upload: others

Post on 28-May-2020

0 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Spider Framework › upload › files › 2014 › swbiz › pt › a6.pdf · 2014-09-26 · Rule Interpreter Application Framework Interface Framework ... Spider Cloud Platform 상용화

0

Spider Framework 제품 소개서

2014.09

㈜서버사이드

Page 2: Spider Framework › upload › files › 2014 › swbiz › pt › a6.pdf · 2014-09-26 · Rule Interpreter Application Framework Interface Framework ... Spider Cloud Platform 상용화

1

I. 기술 개요

1. Spider Framework란?

II. 기술소개

1. 아키텍쳐 구성도 2. 제품의 특장점 3. 주요 기능 소개 4. 적용 가능 분야

III. 주요 레퍼런스 및 사례

1. 프레임워크 적용 사례

IV. 회사소개

1. 회사개요 2. 인증 및 특허 3. 주요 고객사

Page 3: Spider Framework › upload › files › 2014 › swbiz › pt › a6.pdf · 2014-09-26 · Rule Interpreter Application Framework Interface Framework ... Spider Cloud Platform 상용화

2

Page 4: Spider Framework › upload › files › 2014 › swbiz › pt › a6.pdf · 2014-09-26 · Rule Interpreter Application Framework Interface Framework ... Spider Cloud Platform 상용화

3

1.1. Spider Framework란?

Page 5: Spider Framework › upload › files › 2014 › swbiz › pt › a6.pdf · 2014-09-26 · Rule Interpreter Application Framework Interface Framework ... Spider Cloud Platform 상용화

4

Page 6: Spider Framework › upload › files › 2014 › swbiz › pt › a6.pdf · 2014-09-26 · Rule Interpreter Application Framework Interface Framework ... Spider Cloud Platform 상용화

5

2.1. 아키텍쳐 구성도

Pooling Resource Error/Exception Communication

Message Logging Batch/Scheduler

API/LIB

Core Component

SQL관리 DB관리e ACL관리 데몬관리 Config

Management Framework

EJB Container

트랜잭션 부하분산 장애대응 서버관리

미들웨어(WAS)

SMS E메일 권한 코드 채번

Common Component

엔진LifeCycle

Message변환

Thread풀 /소켓풀

전문 로깅

Adapter관리

Biz App Biz App Biz App

R

Rule Based SOA Biz Engine

R R R R R

Rule Interpreter

Application Framework Interface Framework

EJB

Call

(분산

환경

시)

AP Tier Was Server

Pooling Resource Error/Exception Communication

Message Logging Batch/Scheduler

API/LIB

Core Component

SQL관리 DB관리e ACL관리 데몬관리 Config

Management Framework

EJB Container

트랜잭션 부하분산 장애대응 서버관리

미들웨어(WAS)

Presentation Resource

Web Tier Was Server

브라우저

C/S App

스마트폰

테블릿

SAP/ERP

B2B

스마트TV

X-Internet / Flex

HTML / JSP / Image

Action Command

IBS DB

계정계

대외계

정보계

신용카드

외부기관

ETC

Core Component Application Framework Interface Framework Middle Ware (WAS)

Presentation Framework

UI조립 Engine

Rendering

Controller

MCI Adapters

Adapter 관리

SSO 전자서명

암호화 키보드보안

보안패키지 연동

Web Container

다국어 Data

Input Validator

Presentation Framework

Legacy

Internet 채널

SpiderFramework 아 키 텍 쳐 구 성 도

AJAX JSON XML 변환

Page 7: Spider Framework › upload › files › 2014 › swbiz › pt › a6.pdf · 2014-09-26 · Rule Interpreter Application Framework Interface Framework ... Spider Cloud Platform 상용화

6

2.2. 제품의 특장점

3rd party 보안 모듈 연동

SQL Injection방지, IP차단,

암호화 누락 방지

주요 고객정보 마스킹 처리

보안

웹브라우져 서비스

다채널 소스 재사용

One source 다국어 지원

One source 멀티 Device 지원

(스마트폰 뱅킹 등)

오픈웹 지원 다국어 지원 다채널 확장

코딩 룰 기반 소스코드 점검

특정 건수 이상 조회 SQL 추출

구간별 성능 프로파일링

테스트 자동화 툴 제공

검증된 성능 (7500 TPS)

Application 품질검증 / 뛰어난 성능

개발자 적응 기간이 짧으며 코딩량이

적어 생산성이 매우 뛰어남

편리한 관리 UI 제공

소스 코드 생성 툴 제공

개발 생산성

동시 접속자

페이지 접속건수

페이지 별, 전문 별, SQL별 성능 제공

시스템 오류 발생 건

모니터링

WAS 중단 없는 서비스 제어 기능

메뉴제어, 전문제어, 채널제어

긴급공지, 거래량 제어

거래제어

Spider Framework

Page 8: Spider Framework › upload › files › 2014 › swbiz › pt › a6.pdf · 2014-09-26 · Rule Interpreter Application Framework Interface Framework ... Spider Cloud Platform 상용화

7

DB조회 소스코드 예시

전문처리 소스코드 예시

//자주쓰는 계좌 조회 DataSet rs = DBClient. select(SQL_ID, MapData); //다건의 데이터를 리턴하는 DataSet이 얻어 진다.

//보유계좌 조회 map = MessageClient.doSyncProcess(“HOST”,”전계좌조회”, MapData); //접근할 시스템, 전문ID, Parameter를 전달한다. DataSet rs = map.getDataSet(“보유계좌리스트”); //다건의 데이터를 리턴하는 DataSet이 얻어 진다.

2.2. 제품의 특장점-개발 생산성

Page 9: Spider Framework › upload › files › 2014 › swbiz › pt › a6.pdf · 2014-09-26 · Rule Interpreter Application Framework Interface Framework ... Spider Cloud Platform 상용화

8

2.3. 주요 기능 소개

Page 10: Spider Framework › upload › files › 2014 › swbiz › pt › a6.pdf · 2014-09-26 · Rule Interpreter Application Framework Interface Framework ... Spider Cloud Platform 상용화

9

사용자 패스워드 Masking 예시

2.3. 주요 기능 소개

Page 11: Spider Framework › upload › files › 2014 › swbiz › pt › a6.pdf · 2014-09-26 · Rule Interpreter Application Framework Interface Framework ... Spider Cloud Platform 상용화

10

2.3. 주요 기능 소개

Page 12: Spider Framework › upload › files › 2014 › swbiz › pt › a6.pdf · 2014-09-26 · Rule Interpreter Application Framework Interface Framework ... Spider Cloud Platform 상용화

11

2.3. 주요 기능 소개

Page 13: Spider Framework › upload › files › 2014 › swbiz › pt › a6.pdf · 2014-09-26 · Rule Interpreter Application Framework Interface Framework ... Spider Cloud Platform 상용화

12

실시간 통합 모니터링 화면 예시

2.3. 주요 기능 소개

Page 14: Spider Framework › upload › files › 2014 › swbiz › pt › a6.pdf · 2014-09-26 · Rule Interpreter Application Framework Interface Framework ... Spider Cloud Platform 상용화

13

WAS 통합 관리 기능

2.3. 주요 기능 소개

Page 15: Spider Framework › upload › files › 2014 › swbiz › pt › a6.pdf · 2014-09-26 · Rule Interpreter Application Framework Interface Framework ... Spider Cloud Platform 상용화

14

2.4. 적용 가능 분야

Page 16: Spider Framework › upload › files › 2014 › swbiz › pt › a6.pdf · 2014-09-26 · Rule Interpreter Application Framework Interface Framework ... Spider Cloud Platform 상용화

15

Page 17: Spider Framework › upload › files › 2014 › swbiz › pt › a6.pdf · 2014-09-26 · Rule Interpreter Application Framework Interface Framework ... Spider Cloud Platform 상용화

16

Internet Explorer에서 국문 이체 화면 오페라에서 일문 이체 화면

크롬에서 영문 이체 화면

3.1. 프레임워크 적용사례

Page 18: Spider Framework › upload › files › 2014 › swbiz › pt › a6.pdf · 2014-09-26 · Rule Interpreter Application Framework Interface Framework ... Spider Cloud Platform 상용화

17

언어선택 중국어 / 즉시이체 영어 / 환율조회

3.1. 프레임워크 적용사례

Page 19: Spider Framework › upload › files › 2014 › swbiz › pt › a6.pdf · 2014-09-26 · Rule Interpreter Application Framework Interface Framework ... Spider Cloud Platform 상용화

18

3.1. 프레임워크 적용사례

Page 20: Spider Framework › upload › files › 2014 › swbiz › pt › a6.pdf · 2014-09-26 · Rule Interpreter Application Framework Interface Framework ... Spider Cloud Platform 상용화

19

3.1. 프레임워크 적용사례

Page 21: Spider Framework › upload › files › 2014 › swbiz › pt › a6.pdf · 2014-09-26 · Rule Interpreter Application Framework Interface Framework ... Spider Cloud Platform 상용화

20

3.1. 프레임워크 적용사례-성능

Page 22: Spider Framework › upload › files › 2014 › swbiz › pt › a6.pdf · 2014-09-26 · Rule Interpreter Application Framework Interface Framework ... Spider Cloud Platform 상용화

21

발 주 처 주 요 내 용 Platform 기 간

제1금융권

외환은행

개인뱅킹, 기업뱅킹, 외환카드, 외환포탈, BSP, 국외 뱅킹, 스마트

브렌치 프레임웍 공급

오픈뱅킹, 다국어 뱅킹 프레임웍 공급

Spider F/W 06.08 ~ 14.03

기업은행 개인뱅킹, 기업뱅킹 프레임웍 공급 Spider F/W 07.11 ~ 08.12

시티은행 개인뱅킹 프레임웍 공급 Spider F/W 09.09 ~ 10.05

농 협 리얼로그 솔루션 구축, e금융 차세대 구축 Spider F/W 13.01~ 14.02

보험사

교보생명 방카슈랑스 구축 Spider F/W 04.05 ~ 04.10

라이나생명 방카슈랑스 구축 Spider F/W 06.03 ~ 06.05

카드사

국민카드 홈페이지 및 인터넷 서비스 프레임웍 공급 Spider F/W 08.08 ~ 09.08

하나SK카드 포인트 몰, 경매 등 프로모션 사이트 Spider F/W 04.01 ~ 05.04

비금융권

SK 텔레콤 Digital TV 포탈, 차세대 포탈 구축 Spider F/W 06.01 ~ 06.04

LG 텔레콤 음원 포탈(뮤직온), 번호이동 서비스, 대외 Gateway 20여 기관 연동

프레임웍 공급 Spider F/W 07.01 ~ 07.08

KB2B 물류 관리 서비스를 위한 SaaS 플랫폼 구축 SaaS 09.08 ~ 10.02

한국경제신문 HTS(주식 호가, 체결, 선물/옵션, 환율) 실시간 서비스 Spider F/W 09.07 ~ 09.11

3.1. 프레임워크 적용사례

Page 23: Spider Framework › upload › files › 2014 › swbiz › pt › a6.pdf · 2014-09-26 · Rule Interpreter Application Framework Interface Framework ... Spider Cloud Platform 상용화

22

Page 24: Spider Framework › upload › files › 2014 › swbiz › pt › a6.pdf · 2014-09-26 · Rule Interpreter Application Framework Interface Framework ... Spider Cloud Platform 상용화

23

제안사 명 ㈜서버사이드 사업장 주소 서울 강남구 삼성동 157-4 대천빌딩 2층 설립일 2001.10월 해당분야 사업기간 11년 대표자 명 이종원 전화번호/ E-mail 6405-5500 / [email protected] 담당자 명 이종원 전화번호/E-mail 6405-5500 / [email protected]

기술용역등록분야 소프트웨어 개발, IT 컨설팅, SI, IT 교육

Spider Cloud Platform 상용화 Spider QA 상용화 2009 : 외환은행 외환포탈, 카드사이버지점 프레임웍 공급 씨티은행 인터넷 뱅킹 프레임웍 공급 벤처 인증, 이노비즈 인증 Spider SaaS Platform 상용화 2008 : 기업은행 인터넷 뱅킹 프레임웍 공급 Spider Real Log 상용화 2007 : 외환은행 기업 인터넷 뱅킹 프레임웍 공급 2006 : Spider ETL Tool , Spider SSO 상용화 2005 : Spider Link EAI 솔루션 상용화 2004 : Spider Framework 상용화 2001 : 서버사이드 설립

2014 : 외환은행 이상거래탐지시스탬(FDS) 구축 농협 e금융 차세대 구축 및 RealLog 모듈 공급 2013 : 외환은행 스마트폰 뱅킹 프레임웍 공급 농협 e금융 차세대 구축 Cloud Desktop(CDI) 개발 2012 : 외환은행 오픈 뱅킹 프레임웍 공급 Spider APM 상용화 RealSNS (SNS사이트 통합 연계 솔루션 상용화) 2011 : 외환은행 국외 뱅킹 프레임웍 공급 국민카드 인터넷 시스템 프레임웍 공급 Cloud platform 기반의 탄소배출관리 솔루션 개발 2010 : 하나카드 인터넷 시스템 구축 외환은행 스마트폰 뱅킹 프레임웍 공급

4.1. 회사 개요

Page 25: Spider Framework › upload › files › 2014 › swbiz › pt › a6.pdf · 2014-09-26 · Rule Interpreter Application Framework Interface Framework ... Spider Cloud Platform 상용화

24

4.2. 인증 및 특허

Page 26: Spider Framework › upload › files › 2014 › swbiz › pt › a6.pdf · 2014-09-26 · Rule Interpreter Application Framework Interface Framework ... Spider Cloud Platform 상용화

25

4.3. 주요 고객사