jbi_framework

In order to get around the JBI Lifecycle Classpath limitation in the application server, a new JBI jar file is being created called esb_jbi_framework.jar. This jar file will contain a MANIFEST.MF file that contains Class-Path: entries that point towards the jbi_rt.jar (JBI Runtime) and jbi_tests.jar (Scaffolding Registry et al) . This way we dont have to combine the throwaway jbi_tests.jar with the main jbi_rt.jar later. We would simply have to dereference it from jbi_framework.jar. Likewise adding a new JAR to the same classpath would simply mean adding a new entry to the ClassPath: header field.

Лицензия

Лицензия

CDDL-1.0
Категории

Категории

Сеть
Группа

Группа

net.open-esb.core
Идентификатор

Идентификатор

jbi_framework
Последняя версия

Последняя версия

2.4.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

jbi_framework
In order to get around the JBI Lifecycle Classpath limitation in the application server, a new JBI jar file is being created called esb_jbi_framework.jar. This jar file will contain a MANIFEST.MF file that contains Class-Path: entries that point towards the jbi_rt.jar (JBI Runtime) and jbi_tests.jar (Scaffolding Registry et al) . This way we dont have to combine the throwaway jbi_tests.jar with the main jbi_rt.jar later. We would simply have to dereference it from jbi_framework.jar. Likewise adding a new JAR to the same classpath would simply mean adding a new entry to the ClassPath: header field.
Организация-разработчик

Организация-разработчик

OpenESB Community

Скачать jbi_framework

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/net.open-esb.core/jbi_framework/ -->
<dependency>
    <groupId>net.open-esb.core</groupId>
    <artifactId>jbi_framework</artifactId>
    <version>2.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.open-esb.core/jbi_framework/
implementation 'net.open-esb.core:jbi_framework:2.4.3'
// https://jarcasting.com/artifacts/net.open-esb.core/jbi_framework/
implementation ("net.open-esb.core:jbi_framework:2.4.3")
'net.open-esb.core:jbi_framework:jar:2.4.3'
<dependency org="net.open-esb.core" name="jbi_framework" rev="2.4.3">
  <artifact name="jbi_framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.open-esb.core', module='jbi_framework', version='2.4.3')
)
libraryDependencies += "net.open-esb.core" % "jbi_framework" % "2.4.3"
[net.open-esb.core/jbi_framework "2.4.3"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
2.4.3
2.4.2
2.4.1
2.4.0