F2F - Use Case 2 [message #373848] |
Thu, 15 December 2005 14:04 |
Eclipse User |
|
|
|
Here's the second use case discussed today at the F2F.
Module Creation Top-Down
1. Create module
output: foo.module
2. Define interface for module entry points
- at this point the concrete interface type will have to be decided
output: extra content in foo.module
an interface: e.g. foo.java or foo.wsdl
3. Add component
output: extra content in foo.module
4. Add Service and interface to component
output: extra content in foo.module
5. Wire components.
- Wiring components without a service can be a shorthand to step 4.
output: extra content in foo.module
6. Generate implementation.
output: fooImpl.java
|
|
|
Powered by
FUDForum. Page generated in 0.38277 seconds