Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Service Interfaces

Operations are grouped in in Service Interfaces that are named Session Facade in Tigerstripe. An interface specification must have at least one Service Interface, but having more than one is possible if needed by the design of the interface. Please use the stereotype stereotype tipServiceInterfaceto indicate if the implementation of the service interface is mandatory or not.

...

All TIP operations should return void.
Do not forget to add and document the the tipOperation stereotype  stereotype on each operation.
Add needed parameters with corresponding tipParameter stereotype stereotype.

Pre-defined exceptions are Exceptions are added to all operations. Any common exceptions can  Common Exceptions can be added and specific exceptions might be added as needed.

...

The TIP Framework generators will generate for each class the appropriate notifications based on the stereotypes defined for the objects. Please refer to the Notification general patternGeneral Pattern for more details on common notification.

...

These projects must be created by the TIP_ JOSIF Project _ Creator for  for getting correct settings.

...