ESIGate server

Standalone server for development. Can be run using java -jar esigate-server-<version>.jar -Desigate.config=<config file>

License

License

GroupId

GroupId

org.esigate
ArtifactId

ArtifactId

esigate-server
Last Version

Last Version

5.3
Release Date

Release Date

Type

Type

jar
Description

Description

ESIGate server
Standalone server for development. Can be run using java -jar esigate-server-<version>.jar -Desigate.config=<config file>
Project URL

Project URL

http://www.esigate.org/esigate-server/

Download esigate-server

How to add to project

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

Dependencies

test (5)

Group / Artifact Type Version
junit : junit jar 4.8.2
org.httpunit : httpunit jar 1.7.2
rhino : js jar 1.7R2
net.sourceforge.nekohtml : nekohtml jar 1.9.21
org.slf4j : slf4j-simple jar 1.7.5

Project Modules

There are no modules declared in this project.

esigate

http://www.esigate.org - Webapp integration, Remote templating, Web accelerator

Build Status: Linux Maven Central

Features

Server-side integration : Esigate allows a fast and invisible mashup of any web applications. It can be used to add application modules, written in any programming language (PHP, Java, .Net...) to a CMS, without cache or accessibility issues.

Shared remote templates : Use a single, shared template for several applications, ensuring exactly the same design and real-time synchronization. Use a CMS or a portal as a template, to get graphical administration features for all your applications.

Web accelerator : Improved ESI tags to allow block-level caching of content for dynamic pages. Deliver dynamic, logged-in content in milli-seconds. Also deliver fully cached content.

Usage

esigate can be used :

  • as a standalone server
  • deployed in a java application server (Tomcat, JBoss)
  • embedded in a java application (Servlet filter or direct API usage)

Links

Website: http://www.esigate.org

Quickstart: http://www.esigate.org/quickstart.html

Reference documentation: http://www.esigate.org/reference.html

Bugtracker: https://github.com/esigate/esigate/issues

Old bugtracker (prior to version 5.0): http://www.esigate.org/mantisbt/

Note: the bugtracker has been migrated from mantisbt to GitHub issue tracking system. New issues must be created in GitHub but the tickets opened before version 5.0 will stay in mantisbt.

org.esigate

ESIGate

Versions

Version
5.3
5.2
5.1
5.0
5.0-beta-3
5.0-beta-2
5.0-beta-1
4.4
4.3
4.2.1
4.2
4.1
4.0
4.0-beta-2