Version | Date | Description |
---|---|---|
0.1.4 | ||
0.1.3 | 20050609 | |
0.1.2 | 20050518 | |
0.1.1 | 20050426 | |
0.1 | 20050501 |
Type | Changes | By |
---|---|---|
It is possible to deploy in Windows using the HTTP interface. Method File.renameTo was not working with Windows | jnoguera | |
is not necessary the codebase parameter in the deployment.props file begins with / | jnoguera | |
Exception when ServentImpl is not found has been changed by an explanation why this happend (usually when using Windows) | jnoguera | |
Many slashes (/) have been removed or changed by File.separator | jnoguera | |
ServentInfo is now a singleton that can be used by all classes running in the servent, Information like IP or port can be get from there | jnoguera |
Type | Changes | By |
---|---|---|
Servent can monitorize its own IP asking other servents.If the ip changes, the FADA node is restarted. | jnoguera |
Type | Changes | By |
---|---|---|
Some interfaces have change. The main change for the user is the ServentContext class that contains some deprecated methods. These deprecated methods will probably be deleted in the next 0.2 version | jnoguera | |
Servent can monitorize its own IP asking other servents.If the ip changes, the FADA node is restarted. | jnoguera | |
isolated P2P fucntions as add neigbour or register, unregister form FADA. Core services can use this. | jnoguera | |
Properti files has been reviewed and changed | jnoguera | |
Fixed errors with paths and windows | jnoguera | |
Fixed errors with FadaRenewer when registration was not possible | jnoguera |
Type | Changes | By |
---|---|---|
HTTP Handlers can be added to services. DefautlServiceHandler uses Velocity. | jnoguera | |
CoreAdapter interface must be implemented by "core services" they will get the ServentContext | jnoguera | |
Some interfaces has changed. More informacion can be taken from ServiceContext | jnoguera | |
changed file:// + file to File.getURL() to allow classloader to work in all OSs | jnoguera |