Skip to content

sirlordt/RegisterServices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

servicesdaemon (Atlas Middleware)

All code in this repo is licensed to GNU/GPL version 2

HTTP JSON/XML/CSV Restfull interface middleware for RDMS using JDBC

Registration Layer for another Layers

  +---------+        +----------------------------------+                     +-----------------------------------------------+
  |         |  JDBC  |         ServicesDaemon           |       HTTP(S)       |           Standard HTTP(S) client             | 
  |  RDBMS  |<------>|  http(s)://server_ip/BPServices/ |<------------------->|  (Java/Curl/Ruby/Perl/Python/Javascript/Php)  |
  |         |        |         (Jetty/Servlet)          |    (XML/CSV/JSON)   |                                               | 
  +---------+        +----------------------------------+                     +-----------------------------------------------+
                                                |
                                                | Managers (Servlet implementations on specific context path)
                                                |
                                                |     +----------------------------+
                                                |     |                            | 
                                                +-----|   CAbstractServicesManager |
                                                      |                            |
                                                      +----------------------------+
                                                                    |
                                                                    |       +--------------------------------------+ 
                                                                    |       |                                      | 
                                                                    +-------|             /DBServices              |
                                                                    |       |   Control all Datatabase Operations  |
                                                                    |       +--------------------------------------+
                                                                    |
                                                                    |       +--------------------------------------+  
                                                                    |       |                                      | 
                                                                    +-------|              /BPServices             | 
                                                                    |       |  Control all business process logic  |
                                                                    |       +--------------------------------------+   
                                                                    |
                                                                    |       +--------------------------------------+  
                                                                    |       |                                      | 
                                                                    +-------|           /RegisterServices          | 
                                                                    |       |       List for avalaibles nodes      |
                                                                    |       +--------------------------------------+   
                                                                    |
                                                                    |       +--------------------------------------+  
                                                                    |       |                                      | 
                                                                    +-------|           /ReplicationServices       | 
                                                                            |    Control the replication of data   |
                                                                            +--------------------------------------+   


More info on http://www.maindataservices.net/servicesdaemon/?q=es/proyecto

About

Layer for registration of another layer part of ServicesDaemon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages