--- /dev/null
+C library handling gLite jobid.
--- /dev/null
+C library handling gLite jobid.
--- /dev/null
+C++ API handling gLite jobid. It is a thin wrapper of the C implementation (glite-jobid-api-c).
--- /dev/null
+C++ API handling gLite jobid
--- /dev/null
+JAVA implementation of handling gLite jobid
--- /dev/null
+JAVA implementation of handling gLite jobid
--- /dev/null
+JAVA implemantation of the L&B service client. Supports producing (logging)
+events into L&B, event and job status queries, and receiving notifications.
+
+
--- /dev/null
+JAVA implemantation of the L&B service client
--- /dev/null
+Auxiliary build-time component defining LB event types and job status fields.
--- /dev/null
+Auxiliary build-time component defining LB event types and job status fields.
--- /dev/null
+Tests and usage examples of L&B WS interface.
--- /dev/null
+Tests and usage examples of L&B WS interface.
--- /dev/null
+Database engine abstraction wrapper used in L&B and JP services.
--- /dev/null
+Database engine abstraction wrapper used in L&B and JP services.
--- /dev/null
+Definiton of interfaces required to build plugins for JP services
+and implementation of minimal library of support functions.
--- /dev/null
+Public API to JP service internal interface.
--- /dev/null
+Definitions of glite common logging formats for LB and JP.
--- /dev/null
+Definitions of glite common logging formats for LB and JP.
--- /dev/null
+Single-purpose implementation of maildir-like queue
--- /dev/null
+Single-purpose implementation of maildir-like queue.
+It is used to pass data from LB to JP.
--- /dev/null
+Skeleton of multi-process network server.
+Implements a server listening on several ports, incoming requests are passed
+to slave processes, client connections are kept on specific slaves unless
+there is higher input load etc.
+The library provides callback handles on connection initialization, incoming
+request handling, etc.
+
--- /dev/null
+Skeleton of multi-process network server.
--- /dev/null
+Standalone extended implementation of printf and scanf. Provides specialized
+formating options used by LB and JP.
--- /dev/null
+Standalone extended implementation of printf and scanf.