Introduction
IberAgents is a web application framework that enables the creation of SOAP-interoperable components in Java, with life cycle management and remote configuration. Development started in 2001; we now have a mature, solid open-source platform
Tutorial Details:
Capabilities
IberAgents provides the following functionalities for Java developers.
Components: as in any good platform, the definition of the components that form IberAgents is short and precise. It is based on a set of interfaces (CoreComponent, Agent, Service, ConfigurationComponent...) that establish the behaviour of every component. For example, an agent (implementing the interface Agent) will be able to execute tasks independently.
Life cycle management: components are created, configured and started (if necessary) from within the platform. If an agent fails in the middle of a task, it is automatically restarted.
Component discovery: an internal directory maintains the information on the location and state of every component.
Communication: remote messaging is as simple as local method invocation; the platform will deliver the message transaparently to its destination in both cases.
Security: communications between different nodes can be secured with SSL (https) using certificates.
Persistence: to store information in a database, no schema creation (and, more important, maintenance) is needed. The platform will create all necessary tables, and compose the required SQL sentences compatible with Oracle, MySQL and PostgreSQL databases (verified to this moment). Information retrieval is just as easy.
Read
Tutorial at: Click here to view the tutorial
Rate Tutorial: IberAgents
View Tutorial: IberAgents
Related
Tutorials:
IberAgents
Introduction
IberAgents is a web application framework that enables the creation of SOAP-interoperable components in Java, with life cycle management and remote configuration. Development started in 2001; we now have a mature, solid open-source platform |
|
|
|