ibis-echo2

Echo2 bundled with Echo2_Extras, Echo2_FileTransfer and echopointing and various improvements/bugfixes

Лицензия

Лицензия

Группа

Группа

org.ibissource
Идентификатор

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

ibis-echo2
Последняя версия

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

2.0.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

ibis-echo2
Echo2 bundled with Echo2_Extras, Echo2_FileTransfer and echopointing and various improvements/bugfixes
Ссылка на сайт

Ссылка на сайт

https://ibissource.org/
Организация-разработчик

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

Ibissource.org
Система контроля версий

Система контроля версий

https://github.com/ibissource/ibis-echo2

Скачать ibis-echo2

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

<!-- https://jarcasting.com/artifacts/org.ibissource/ibis-echo2/ -->
<dependency>
    <groupId>org.ibissource</groupId>
    <artifactId>ibis-echo2</artifactId>
    <version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.ibissource/ibis-echo2/
implementation 'org.ibissource:ibis-echo2:2.0.3'
// https://jarcasting.com/artifacts/org.ibissource/ibis-echo2/
implementation ("org.ibissource:ibis-echo2:2.0.3")
'org.ibissource:ibis-echo2:jar:2.0.3'
<dependency org="org.ibissource" name="ibis-echo2" rev="2.0.3">
  <artifact name="ibis-echo2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ibissource', module='ibis-echo2', version='2.0.3')
)
libraryDependencies += "org.ibissource" % "ibis-echo2" % "2.0.3"
[org.ibissource/ibis-echo2 "2.0.3"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
commons-fileupload : commons-fileupload jar 1.4

provided (2)

Идентификатор библиотеки Тип Версия
javax.servlet : servlet-api jar 2.5
javax.servlet : jsp-api jar 2.0

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

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

Latest binary distro's of Echo2 aren't compiled for Java 1.4 anymore:

http://echo.nextapp.com/site/node/6200

Following (nightly build) files downloaded on 20100210:

http://download.nextapp.com/downloads/echo2go/NextApp_Echo2.zip http://download.nextapp.com/downloads/echo2go/NextApp_Echo2_Extras.zip http://download.nextapp.com/downloads/echo2go/NextApp_Echo2_FileTransfer.zip http://sourceforge.net/projects/echopoint/files/echopointng/2.1.0rc5/echopointng-src-2.1.0rc5.zip/download

Source files extracted using the build.xml file

Following lines added to nextapp.echo2.webcontainer.filetransfer.DownloadService (see http://echo.nextapp.com/site/node/4092 also):

    // Workaround for not being able to download in IE over https. Problem
    // reproduced with IE 6 and IE 8. Fix tested with IE 8.
    response.setHeader("Cache-Control", "");
    response.setHeader("Pragma", "");

Updated nextapp.echo2.webrender.util.DomUtil to select the right javax.xml.transform.TransformerFactory.

Updated nextapp.echo2.webrender.UserInstance (which is stored in user's http session, see nextapp.echo2.webrender.Connection) to not be Serializable to prevent java.io.NotSerializableException when the application wants to persist sessions. In general this might happen on restart in case it's configured to save session data. WebSphere will also serialize session data when SessionObjectSize is enabled in PMI (Performance Monitoring Infrastructure).

org.ibissource

Ibis source

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

Версия
2.0.3
2.0.2
2.0.1