Difference between revisions of "Developing a new gCube service"

From GCube System
Jump to: navigation, search
(New page: When developing a new gCube service using the gCore Framework, there are 5 key aspects to take into consideration: # profile the service for the infrastructure # prepare the service config...)
 
Line 5: Line 5:
 
# personalise the build process
 
# personalise the build process
 
# configure the service for (un)secure deployment
 
# configure the service for (un)secure deployment
 +
 +
== Profiling ==
 +
 +
== Configuration ==
 +
 +
== Implementation ==
 +
 +
== Building ==
 +
 +
== Deployment ==

Revision as of 23:18, 25 March 2008

When developing a new gCube service using the gCore Framework, there are 5 key aspects to take into consideration:

  1. profile the service for the infrastructure
  2. prepare the service configuration
  3. implement the service
  4. personalise the build process
  5. configure the service for (un)secure deployment

Profiling

Configuration

Implementation

Building

Deployment