Structs and Nodes Development (SAND) - PowerPoint PPT Presentation

About This Presentation
Title:

Structs and Nodes Development (SAND)

Description:

Are standard Java class declarations with only protected data members ... describe what messages are received and sent synchronously or asynchronously ... – PowerPoint PPT presentation

Number of Views:18
Avg rating:3.0/5.0
Slides: 11
Provided by: therie
Category:

less

Transcript and Presenter's Notes

Title: Structs and Nodes Development (SAND)


1
Structs and Nodes Development (SAND)
  • Technology Overview

2
Structs
  • Define business data
  • Are standard Java class declarations with only
    protected data members
  • Class level javadoc tags describe what messages
    should be generated
  • Field level javadoc tags describe each data
    member in detail

3
Messages generated from Structs
4
Nodes
  • Define business processing modules
  • Are standard Java class declarations with only
    protected data members
  • Class level javadoc tags describe what messages
    are received and sent synchronously or
    asynchronously
  • Field level javadoc tags describe each
    configuration parameter in detail

5
Input and Output from Nodes
6
SAND RAD components
7
Code generationstructure
items in blue are autogenerated or provided as
part of the environment
8
Powerful generators
  • Rapidly provide a high quality application
    foundation
  • Provide for changes in technology with minimized
    impact to the application
  • Enforce the consistent implementation of design
    patterns
  • Give a clear, concise representation of the
    application from a variety of perspectives

9
Cross-context implementation
10
Clear system interfaces
Write a Comment
User Comments (0)
About PowerShow.com