[원본 출처] http://servicemix.apache.org/docs/5.0.x/quickstart/installation.html


Installation(설치)

Before we can start working with Apache ServiceMix, we have to get it installed and running on our local machine first.
우리가 Apache ServiceMix를 가지고 작업하는 것을 시작하기 전에 우리는 먼저 우리의 로컬머신에 설치하고 실행하는 것을 가지고 있다.

System requirements(시스템 요구사항)

For running Apache ServiceMix itself, you'll need
Apache ServiceMix 자체를 실행하기 위해서는 우리는 필요로 하게 된다.

  • Java Runtime Environment (JRE) 1.6.x (Java 6) or
    Java Runtime Environment (JRE) 1.7.x (Java 7)
    JRE 1.6.X나 1.7.X 

  • About 100 MB of free disk space for the default assembly
    디폴트 어셈블리를 위한 약 100MB 이상의 여유 디스크 공간

If you're developing your own integration applications and OSGi bundles, you'll also need
만약 우리가 연계 어플리케이션과 OSGi 번들을 개발 하고 있다면 우리는 또한 필요로 하게 된다. 

  • Java Developer Kit (JDK) 1.6.x (Java 6) or
    Java Developer Kit (JDK) 1.7.x (Java 7)
    JDK 1.6.X 나 1.7.X 

  • Apache Maven 3.0.4 or higher
    Apache Maven 3.0.4 또는 그 이상

Downloading Apache ServiceMix(Apache ServiceMix 다운로드 받기)

Apache ServiceMix 5.0.0-SNAPSHOT is available under the Apache License v2 and can be downloaded from http://servicemix.apache.org/downloads.html.
Apache ServiceMix 5.0.0-SNAPSHOT 이 Apache License v2 로 가능하며 http://servicemix.apache.org/downloads.html 에서 다운로드 받을 수 있다.

Depending on your operation system, you should download either the tar.gz or the zip file:
당신의 OS에 영향을 받으며 당신은 tar.gz 나 zip 파일을 다운로드 할 수 있다.

  • tar.gz for Linux/Unix/MacOS X
    Linux/Unix/MacOS X 를 위해서는 tar.gz

  • zip for Windows
    Windows를 위해서는 zip 

Installing Apache ServiceMix(Apache ServiceMix 설치하기)

Installing Apache ServiceMix is as simple as uncompressing the downloaded archive on your hard disk. For the rest of this guide, we'll refer to the this location as<SERVICEMIX_HOME>.
Apache ServiceMix를 설치하기는 당신의 하드디스크에 다운로드된 아카이브를 압축을 푸는 것 같이 간단하다. 이 가이드의 나머지 부분은 우리가 <SERVICEMIX_HOME> 라는 위치를 참조하게 될 것이다.

Starting Apache ServiceMix(Apache ServiceMix 시작하기)

Depending on your platform, start Apache ServiceMix by following the instructions below. After starting the container, you will have access to the console from which you can manage the container.
당신에 플랫폼에 따라 아래 따라 나오는 지침에 의해 Apache ServiceMix를 시작한다. 당신이 컨테이너를 시작한 후에 당신은 컨테이너를 관리 할수 있는 콘솔에 접속할 수 있을 것이다. 

On Windows(윈도우에서)

In a command prompt window, navigate to the directory where you extracted ServiceMix and run the bin\servicemix.bat file.
윈도우 커멘트 프롬프트에서 당신이 ServiceMix를 압축을 풀었던 디렉토리로 이동하고 bin\servicemix.bat 파일을 실행하라

Example: if ServiceMix in installed in the c:\tools\apache-servicemix-5.0.0-SNAPSHOT directory
예제 : 만약 ServiceMix가 c:\tools\apache-servicemix-5.0.0-SNAPSHOT 디렉토리에 설치 되어 있다면 

> cd c:\tools\apache-servicemix-5.0.0-SNAPSHOT
> .\bin\servicemix

On Linux/Unix/MacOS X (Linux/Unix/MacOS X 에서)

On a command shell, navigate to the directory where you extracted ServiceMix and the bin/servicemix shell script
커멘드 쉘에서 당신이 ServiceMix 를 압축 풀었던 디렉토리로 이동하고 그리고 bin/servicemix 쉘 스크립트를 실행하라.

Example: if ServiceMix is installed in the ~/Applications/apache-servicemix-5.0.0-SNAPSHOT directory.
예제: 만약 ServiceMix를 ~/Applications/apache-servicemix-5.0.0-SNAPSHOT 디렉토리에 설치 하였다면  

$ cd ~/Applications/apache-servicemix-5.0.0-SNAPSHOT
$ ./bin/servicemix



'Apache ServiceMix' 카테고리의 다른 글

ServiceMix Quickstart Camel 라우팅  (0) 2014.07.29
ServiceMix Quickstart 콘솔  (0) 2014.07.29
ServiceMix Quickstart 소개  (0) 2014.07.29
ServiceMix 문서  (0) 2014.07.28
ServiceMix 다운로드  (0) 2014.07.28

[원본 출처] http://servicemix.apache.org/docs/5.0.x/quickstart/index.html


Introduction(소개)

First of all, welcome to the Apache ServiceMix project!
먼저, Apache ServiceMix 프로젝트에 온 것을 환영한다.

The goal of this Quickstart guide is to give you a 20-minute overview of what ServiceMix is and what you can do with it. In that time, we'll install ServiceMix on your machine, deploy some basic integration routes and extend the container with an additional feature.
퀵스타트 가이드의 목적은 ServiceMix 가 무엇인지 우리가 그것을 가지고 무엇을 할 수 있는지의 20분 개념을 주는 것이다. 우리는 당신의 머신에 ServiceMix를 설치하고 몇가지 기본 연계 라우트와 추가 기능을 하지고 컨테이너를 확장 하게 될 것이다. 


'Apache ServiceMix' 카테고리의 다른 글

ServiceMix Quickstart 콘솔  (0) 2014.07.29
ServiceMix Quickstart 설치  (0) 2014.07.29
ServiceMix 문서  (0) 2014.07.28
ServiceMix 다운로드  (0) 2014.07.28
ServiceMix Overview (개요)  (0) 2014.07.25

[원본 출처] http://servicemix.apache.org/documentation.html


Documentation(문서)

Latest version (4.4.x) (마지막버전 4.4.x)

Quickly navigate to one of the guides below...
아래 가이드 중에 하나로 빠르게 길안내한다.

... or browse the 4.4.x documentation site
또는 4.4.x documentation site 찾는다.

Other versions (다른 버전들)

Nothing here yet - let's get the latest version documented first ;-)
여전히 여기에 있지 않다. 먼저 최근 버전 문서를 얻어보자 
We might want to include a link to the original wiki exported pages though
우리는 원본 위키에 익스포트된 페이지를 통해서 링크가 포함 되기를 원한다.



'Apache ServiceMix' 카테고리의 다른 글

ServiceMix Quickstart 콘솔  (0) 2014.07.29
ServiceMix Quickstart 설치  (0) 2014.07.29
ServiceMix Quickstart 소개  (0) 2014.07.29
ServiceMix 다운로드  (0) 2014.07.28
ServiceMix Overview (개요)  (0) 2014.07.25

[원본 출처] http://servicemix.apache.org/downloads.html


Download(다운로드)

The latest release is the ServiceMix 5.1.0 Release. We strongly encourage all users to use this release.
최근 릴리즈는 ServiceMix 5.1.0 Release 이다 우리는 모든 사용자들이 이번 릴리즈를 사용할 것을 강하게 권장한다 

Default assembly

Our default assembly is the best way to get started with Apache ServiceMix.
우리 디폴트 어셈블리는 Apache ServiceMix를 시작하기 위한 가장 좋은 방법이다.

Source assembly

Use this if you want to build Apache ServiceMix from source yourself
만약 당신이 Apache ServiceMix를 스스로 소스부터 빌드 하기를 원하면 사용하라

Documentation

Links to the documentation pages for this version
이 버전의 문서 페이지를 링크한다.

The above URLs use redirection
위 URL들을 리다이렉션 사용

The above URLs use the Apache Mirror system to redirect you to a suitable downloads for your download. Some users have experienced issues with some versions of browsers (e.g. some Safari browsers). If the download doesn't seem to work for you from the above URL then try using FireFox
위 URL들을 당신의 다운로드의 적합한 다운로드를 위해서 Apache Mirror 시스템을 리다이렉션 하여 사용한다. 어떤 사용자들은 브라우져의 몇몇 버전의 이슈를 경험했었다. (예를 들면 몇몇 사파리 브라우저들). 만약 다운로드가 위 URL로부터 작동하지 않으면 FireFox를 사용하여 시도하라

Development snapshots(개발 스냅샷)

We have development snapshots available for
우리는 이용가능한 개발 스냅샷을 가지고 있다.

Previous Releases(이전 릴리즈)

An archive of previous releases can be found here.
이전 릴리드 아카이브는 여기에서 찾을수 있다.


'Apache ServiceMix' 카테고리의 다른 글

ServiceMix Quickstart 콘솔  (0) 2014.07.29
ServiceMix Quickstart 설치  (0) 2014.07.29
ServiceMix Quickstart 소개  (0) 2014.07.29
ServiceMix 문서  (0) 2014.07.28
ServiceMix Overview (개요)  (0) 2014.07.25

[원본 출처] http://servicemix.apache.org/index.html

Apache ServiceMix is a flexible, open-source integration container that unifies the features and functionality of Apache ActiveMQCamelCXF, andKaraf into a powerful runtime platform you can use to build your own integrations solutions. It provides a complete, enterprise ready ESB exclusively powered by OSGi.
Apache ServiceMix 는 연계 솔루션을 빌드하기 위해 사용할수 있는 강력한 실시간 플랫폼에 ActiveMQCamelCXF, 와 Karaf 특징과 기능을 통합한 유연한 오픈소스 연계 컨테이너 이다. Apache ServiceMix 는 독점적으로 OSGi를 통해만 구동되는 완벽하고 엔터프라이즈 준비된 ESB를  제공한다. 

It is being released under Apache License v2.
Apache ServiceMix 는 Apache License v2 기반으로 릴리즈 되고 있다.

The main features are:
주요 특징은 다음과 같다.

  • reliable messaging with Apache ActiveMQ
    Apache ActiveMQ 를 사용한 실뢰할 수 있는 메시지징(메시지교환)

  • messaging, routing and Enterprise Integration Patterns with Apache Camel
    Apache Camel을 사용한 메시징, 라우팅, 그리고 Enterprise Integration Patterns(엔터프라이즈 연계 패턴:EIP)

  • WS‐* and RESTful web services with Apache CXF
    Apache CXF 를 사용한 WS-*와 RESTful  웹서비스

  • OSGi-based server runtime powered by Apache Karaf
    Apache Karaf 통해 구동되는 런타임 OSGi-기반 서버

Through additional installable features, ServiceMix also supports:
추가 설치 가능한 기능을 통해서 ServiceMix가 지원한다.

  • BPM engine via Activiti
    Activiti 를 통한 BPM 엔진

  • full JPA support via Apache OpenJPA

  • Apache OpenJPA 를 통한 전체 JPA 지원

  • XA transaction management via JTA via Apache Aries
    Apache Aries를 통한 JTA를 통해  XA 트랜잭션 관리

  • legacy support for the JBI standard (deprecated after the ServiceMix 3.x series) through the Apache ServiceMix NMR that includes a rich Event, Messaging and Audit API
    풍부한 이벤트와 메시징 그리고 Audit API를 포함하는 Apache ServiceMix NMR을 통한 JBI 표준 지원을 위해 기간계 지원 (ServiceMix 3.x series 이후로 사용되지 않음) 

Applications for ServiceMix can be built using:
ServiceMix를 위한 어플리케이션을 사용하여 빌드할수 있다.

  • OSGi Blueprint

  • OSGi Declarative Services

  • Spring DM (legacy)

News(소식)

ServiceMix 5.1.0 released (ServiceMix 5.1.0 발표되었다.)

The ServiceMix team is pleased to announce the availability of Apache ServiceMix 5.1.0.
ServiceMix 팀이 Apache ServiceMix 5.1.0의 사용가능성을 알리는 것을 만족한다.
This release contains a few bug fixes and picks up new versions of Apache ActiveMQ and Apache Camel.
이 릴리즈는 몇가지 버그 픽스들을 포함하고 Apache ActiveMQ 와 Apache Camel의 새 버전을 채택한다.

Major dependency versions for this release:
여기에서 릴리즈된 주요 디펜던시 버전

  • Activiti 5.15.1

  • Apache ActiveMQ 5.10.0

  • Apache Camel 2.13.1

  • Apache CXF 2.7.11

  • Apache Karaf 2.3.4

For more information, please see the release notes
더 많은 정보를 위해서 릴리즈 노트를 참조해 주기를 바랍니다.

ServiceMix 5.0.2 released (ServiceMix 5.0.2 발표되었다.)

The ServiceMix team is pleased to announce the availability of Apache ServiceMix 5.0.2.
ServiceMix 팀이 Apache ServiceMix 5.0.2의 사용가능성을 알리는 것을 만족한다.
This is a fix release that includes a few bug fixes. We also downgraded the version of
Apache Karaf to avoid a known issue with the Karaf 2.3.5 release.
몇가지 버그 픽스를 포함하는 수정릴리드이다. 또한 Karaf 2.3.5 release에 알려진 문제를 피하기 위하여 Apache Karaf의 버전을 다운그래이드 하였다.

Major dependency versions for this release:
여기에서 릴리즈된 주요 디펜던시 버전

  • Activiti 5.15.1

  • Apache ActiveMQ 5.9.0

  • Apache Camel 2.12.3

  • Apache CXF 2.7.10

  • Apache Karaf 2.3.4

For more information, please see the release notes
더 많은 정보를 위해서 릴리즈 노트를 참조해 주기를 바랍니다.

ServiceMix 5.0.1 released (ServiceMix 5.0.1 발표되었다.)

The ServiceMix team is pleased to announce the availability of Apache ServiceMix 5.0.1.
ServiceMix 팀이 Apache ServiceMix 5.0.1의 사용가능성을 알리는 것을 만족한다.
This is a minor release that fixes a few bugs and picks up new versions of Activiti and Apache Karaf.
몇가지 버그를 수정하고 Activiti 와 Apache Karaf의 새 버전을 채택한 마이너 릴리즈이다. 

Major dependency versions for this release:
여기에서 릴리즈된 주요 디펜던시 버전

  • Activiti 5.15.1

  • Apache ActiveMQ 5.9.0

  • Apache Camel 2.12.3

  • Apache CXF 2.7.10

  • Apache Karaf 2.3.5

For more information, please see the release notes
더 많은 정보를 위해서 릴리즈 노트를 참조해 주기를 바랍니다.

'Apache ServiceMix' 카테고리의 다른 글

ServiceMix Quickstart 콘솔  (0) 2014.07.29
ServiceMix Quickstart 설치  (0) 2014.07.29
ServiceMix Quickstart 소개  (0) 2014.07.29
ServiceMix 문서  (0) 2014.07.28
ServiceMix 다운로드  (0) 2014.07.28

+ Recent posts