piotrp 2002/12/20 11:05:46
Modified: java/doc RELEASE_TASKS.txt
Log:
Add/modify tasks related to J2C provider
Revision Changes Path
1.14 +9 -5 xml-axis-wsif/java/doc/RELEASE_TASKS.txt
Index: RELEASE_TASKS.txt
===================================================================
RCS file: /home/cvs/xml-axis-wsif/java/doc/RELEASE_TASKS.txt,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- RELEASE_TASKS.txt 19 Dec 2002 17:29:02 -0000 1.13
+++ RELEASE_TASKS.txt 20 Dec 2002 19:05:45 -0000 1.14
@@ -30,7 +30,10 @@
* samples are crucial to show what WSIF can do and how to use it
* we need sample for EJB
* we need sample for JMS/SOAP
-* piotrp?: we need sample for JCA
+* piotrp: expand J2C provider sample. The sample currently included in a complete
+ rar file including all the sources of the sample J2C connector (MyEIS) using wsif
j2c provider.
+ The script to build rar from the source as well as sample proxy that uses MyEIS
connector
+ to execute interaction with the back end.
* documentation: we have most of it now but some reading/checking will only make it
better
* we need more people to check documentation
* document each sample (Nirmal is doing great work here both writing and
documenting samples)
@@ -70,14 +73,15 @@
* check (and edit if necessary) Javadoc for AXIS provider
* check (and edit if necessary) Javadoc for Apache SOAP provider
* check (and edit if necessary) Javadoc for JMS/SOAP provider
-* check (and edit if necessary) Javadoc for JCA provider
-* writing documentation for JCA binding
+* [piotrp] check (and edit if necessary) Javadoc for J2C provider
+* DONE documentation for J2C binding
* improve Javadoc for Java provider
* improve Javadoc for EJB provider
* figure out how to make JMS sample to use as simple as possible maybe with some
locally started JMS serivce ...
* document how to run sample interacting using JMS
-* figure out how to make JCA sample to use as simple as possible maybe with some
local JCA connetor...
-* document how to run samle interacting using JCA
+* DONE figure out how to make JCA sample to use as simple as possible maybe with
some local JCA connetor,
+ the sample will run against MyEIS Connector which is included itself as a sample.
+* [piotrp] document how to run samle interacting using JCA
* document how to run samle interacting using EJB
* sample showing customisation of WSIF: how to write simple code to pick your
preferred port at runtime