1. Create a module named HelloWorld
2. Select module as a development project type
3. Create a process named HelloWorldProcess. The process type shoud be micro flow since there is no human interaction.
4. Select the radiobutton which is Generate a new interface. The new interface takes a string as input and returns a string as output.
5. From the palette select snippet, drag and drop it between reply and receive components.
6. In the properties view of snippet change the name and display name to HelloSnippet.
7. In the properties pane select Details tab and switch to the java view. Write the code below
8. Click assembly diagram. Drag and drop your process to the diagram.
9. Deploy your first process to IBM Webpshere Process Server 7.0
10. Launch BPC Explorer.
11. Create a process instance
- In the Process Templates widget click Currently Valid
- Click Start Instance
- For the input you can write your a name
12. Look at the consoles view. You have to see sth like in the log file
[8/26/10 1:15:53:391 EEST] 0000008f servlet I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [BPCExplorer_qnode_server1] [/bpc] [/pages/layouts/views/ProcessTemplateListView.jsp]: Initialization successful.
[8/26/10 1:15:53:501 EEST] 0000008f servlet I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [BPCExplorer_qnode_server1] [/bpc] [/pages/layouts/content/lists/ProcessTemplateList.jsp]: Initialization successful.
[8/26/10 1:16:09:467 EEST] 00000090 servlet I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [BPCExplorer_qnode_server1] [/bpc] [/pages/layouts/views/ProcessTemplateDetailsView.jsp]: Initialization successful.
[8/26/10 1:16:09:557 EEST] 00000090 servlet I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [BPCExplorer_qnode_server1] [/bpc] [/pages/layouts/content/details/ProcessTemplateDetails.jsp]: Initialization successful.
[8/26/10 1:16:11:589 EEST] 00000090 servlet I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [BPCExplorer_qnode_server1] [/bpc] [/pages/layouts/views/ProcessInputMessageView.jsp]: Initialization successful.
[8/26/10 1:16:11:619 EEST] 00000090 servlet I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [BPCExplorer_qnode_server1] [/bpc] [/pages/layouts/content/ProcessInputMessage.jsp]: Initialization successful.
[8/26/10 1:16:21:021 EEST] 00000090 SystemOut O The Input is : osman
0 yorum:
Yorum Gönder