Difference between revisions of "0.6 Release Notes"
From GCube System
(→Changes Related to the gHN) |
(→Changes Related to the gHN) |
||
Line 14: | Line 14: | ||
::* the new <code>Security</code> library, with support for authentication and authorisation of gCube calls. | ::* the new <code>Security</code> library, with support for authentication and authorisation of gCube calls. | ||
− | :* ''two new scripts'' in <code>$GLOBUS_LOCATION/bin</code>, <code> | + | :* ''two new scripts'' in <code>$GLOBUS_LOCATION/bin</code>, <code>gcore-start-container-debug</code> and <code>gcore-start-container-profile</code>, to start the gHN in debug and profiling mode, respectively. See also [[The_Development_Cycle#Using_the_Eclipse_IDE_for_for_debugging_and.2For_profiling_your_service|the Primer]] for detailed usage instructions. |
====Changes Related to Services ==== | ====Changes Related to Services ==== |
Revision as of 17:04, 27 October 2009
gCore 0.6
introduces the following changes:
Changes Related to the gHN
- new versions of Local Services and Libraries. Most noticeably:
- the
ResultSet
service, with optional [SSL support http://add.link]. - the
Deployer
service, with support for plugin deployment and activation. In the version of the service included in this distribution, the deployment of pluggable services implies the deployment of all their plugins from theSoftwareRepository
service. - the
Delegation
service, with support for periodic delegation of service credentials. In the version of the service included in this distribution the credentials of the local gHN are used in place of service credentials to identify services as operating from trusted gHNs. - the
ISPublisher
andCollector-stubs
libraries, with support for synchronous publication. - the
SoftwareRepository-stubs
library, with support for plugin download. - the
Resources
library, with support for plugin profiles. Associated changes can be found inservice.xsd
andrunninginstance.xsd
under$GLOBUS_LOCATION/share/schema/gcube/common/core/profiles
. - the
GCubeProvider
library, with support for WS-Notification interfaces. - the new
Security
library, with support for authentication and authorisation of gCube calls.
- the
- two new scripts in
$GLOBUS_LOCATION/bin
,gcore-start-container-debug
andgcore-start-container-profile
, to start the gHN in debug and profiling mode, respectively. See also the Primer for detailed usage instructions.
- two new scripts in
Changes Related to Services
- todo
- TODO.
Changes Related to the Documentation
- todo.
- TODO.