GoldenGateGoldenGate
 
Home World of GG OpenR66 GoldenGate FTP GoldenGate HTTP GoldenGate Commons API References Downloads

GoldenGate HTTP

As for now, this version will rely on standard JSP servlet container as Tomcat or whatever your choice. So the code will be for now only JSP classes.

Later on a intgerated version using NIO based on Netty is planned and will be independant on any servlet container.

 

Our studies bring us the ability to provide such a native Java NIO HTTP Gateway. But we find out that it is of no use to publish it since it must be adapted according to the business needs and specifcations every time. Most of core code is the same (90%) but specific developement are needed to fit the requirements. We might propose however later a full adaptable Http Gateway.