ibis-echo2

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

License

License

GroupId

GroupId

org.ibissource
ArtifactId

ArtifactId

ibis-echo2
Last Version

Last Version

2.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

ibis-echo2
Echo2 bundled with Echo2_Extras, Echo2_FileTransfer and echopointing and various improvements/bugfixes
Project URL

Project URL

https://ibissource.org/
Project Organization

Project Organization

Ibissource.org
Source Code Management

Source Code Management

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

Download ibis-echo2

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
commons-fileupload : commons-fileupload jar 1.4

provided (2)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5
javax.servlet : jsp-api jar 2.0

Project Modules

There are no modules declared in this project.

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

Versions

Version
2.0.3
2.0.2
2.0.1