[Apache Geronimo Wiki] Updated: EnterpriseWebServices

2004-02-01 Thread incubator-geronimo-cvs
   Date: 2004-02-01T07:24:20
   Editor: 203.94.92.84 
   Wiki: Apache Geronimo Wiki
   Page: EnterpriseWebServices
   URL: http://wiki.apache.org/geronimo/EnterpriseWebServices

   no comment

Change Log:

--
@@ -22,7 +22,9 @@
 
 we are trying to take a more geranimo based approch. The key Idea is to use 
geranimo internals to acsess the service implemenation bean and invoke the call 
on it directly. We would prefer to avoid the SOAP - RMI conversion. the 
information about proposal is at 
http://ws.apache.org/~hemapani/jsr109/docs/revisedProposal.html (the proposal 
will bring to wiki and will make editable ASAP.) 
 
+== Security mapping ==
 
+[http://wiki.apache.org/geronimo/EnterpriseWebServices_security;]
 
 



[Apache Geronimo Wiki] Updated: EnterpriseWebServices

2004-02-01 Thread incubator-geronimo-cvs
   Date: 2004-02-01T07:28:22
   Editor: 203.94.92.84 
   Wiki: Apache Geronimo Wiki
   Page: EnterpriseWebServices
   URL: http://wiki.apache.org/geronimo/EnterpriseWebServices

   no comment

Change Log:

--
@@ -24,7 +24,11 @@
 
 == Security mapping ==
 
-[http://wiki.apache.org/geronimo/EnterpriseWebServices_security;]
+[security-mapping]
+
+= Transaction mapping=
+
+[transaction-mapping]
 
 



[Apache Geronimo Wiki] Updated: EnterpriseWebServices

2004-02-01 Thread incubator-geronimo-cvs
   Date: 2004-02-01T07:31:02
   Editor: 203.94.92.84 
   Wiki: Apache Geronimo Wiki
   Page: EnterpriseWebServices
   URL: http://wiki.apache.org/geronimo/EnterpriseWebServices

   no comment

Change Log:

--
@@ -24,11 +24,11 @@
 
 == Security mapping ==
 
-[security-mapping]
+[EnterpriseWebServices/security-mapping]
 
 == Transaction mapping ==
 
-[transaction-mapping]
+[EnterpriseWebServices/transaction-mapping]
 
 



[Apache Geronimo Wiki] Updated: EnterpriseWebServices

2004-02-01 Thread incubator-geronimo-cvs
   Date: 2004-02-01T07:22:31
   Editor: 203.94.92.84 
   Wiki: Apache Geronimo Wiki
   Page: EnterpriseWebServices
   URL: http://wiki.apache.org/geronimo/EnterpriseWebServices

   no comment

Change Log:

--
@@ -1,28 +1,27 @@
 = Implementation Details of code currently in http://sf.net/projects/ews/ =

-  The original proposal based for the work so far is at 
http://nagoya.apache.org/wiki/apachewiki.cgi?JSR109Proposal
+  This page explains the work done so far for the implementation of the 
(Enterprise WebServices) JSR109 specification.  Please not that there is a 
praposal we forward initially for the project and in EWS project at the 
sf.net(http://sf.net/projects/ews/.
+) we have a working phototype of the implementation based  on the initail 
propoal  at http://nagoya.apache.org/wiki/apachewiki.cgi?JSR109Proposal 
 
-The proposed architecture consists of a tool that generate the Web Service, 
EJB's (WS endpoint) and the
-runtime code to link the Web Service and the EJB.
+But unfortunatly the initial proposal Based on calling the EJB through the 
remote interface (for more information please read the URL above) seem to have 
design issues so we are working on a revised proposal right now.
 
-1) Our initial design is to use the Remote interface of the EJB to the access 
the EJB
-(simply put - convert the SOAP request to RMI/IIOP request and the result
-is sent back as SOAP by Web Service glue code) We also thought of making the 
J2EE container and implementation independent of each other.
+== Architecure ==
+the proposed architecture is a tool that generate the webserive , ejb (ws 
endpoint) and the code to bind the webserive and the ejb together.
 
-2) But due to 
-   a) performance consideration (SOAP-RMI/IIOP-Java) 
-   b) As further explained by the EJB2.1 spec the webservice ejb endpoint 
-i) be a Stateless session bean
+== Initial Design ==
+ our initial design is to use the Remote interface of the EJB to the accsess 
the ejb (simpley put the SOAP requst convert to RMI/IIOP request by the 
webservice and the result is send back as SOAP by webservice.) We thought of 
making the J2EE container and implementation independent of each other with 
that design. 
 
-ii) the remote interface(the interface published) is JAX-RPC SEI which 
extends 
-javax.rmi.Remote not a usual Remote interface that extends 
javax.ejb.EJBObject.
+== The problems encountered with the Initial design ==
+ * performance consideration (SOAP-RMI/IIOP-Java) 
 
-iii) the home interface seem to not needed as client not creating the 
Web Service
-
-iv) concerns about mapping of j2ee and Web Service transaction 
contexts when we use remote
-interface 
+ * As futher explained by the ejb2.1 spec the webservice ejb endpoint should 
be a  be a Staless session bean. The  the remote interface(the interface 
published) is jaxrpc SEI which extends javax.rmi.Remote but not a ususal Remote 
interface extends javax.ejb.EJBObject.  the home interface seem to not needed 
as client not creating the webservice. We are not supporting these conditions. 
+
+ * concerns about mapping of j2ee and ws transaction contexts when we use 
remote  interface 
+
+== Revised Approch ==
+
+we are trying to take a more geranimo based approch. The key Idea is to use 
geranimo internals to acsess the service implemenation bean and invoke the call 
on it directly. We would prefer to avoid the SOAP - RMI conversion. the 
information about proposal is at 
http://ws.apache.org/~hemapani/jsr109/docs/revisedProposal.html (the proposal 
will bring to wiki and will make editable ASAP.) 
 
-we are trying to take a more geronimo based approach.  The key idea is to use 
geronimo internals to access the service implementation bean and invoke the 
call on it directly. We would prefer to avoid the SOAP - RMI conversion. the 
information about proposal is at 
http://ws.apache.org/~hemapani/jsr109/docs/revisedProposal.html. (the proposal 
will bring to wiki and will make edit-able ASAP.) We have implemented most of 
parts in previous proposal and the code is at http://sf.net/projects/ews/.
 
 
 


[Apache Geronimo Wiki] Updated: EnterpriseWebServices

2004-01-30 Thread incubator-geronimo-cvs
   Date: 2004-01-30T05:19:48
   Editor: 220.247.246.55 
   Wiki: Apache Geronimo Wiki
   Page: EnterpriseWebServices
   URL: http://wiki.apache.org/geronimo/EnterpriseWebServices

   no comment

Change Log:

--
@@ -1,2 +1,36 @@
 = Implementation Details of code currently in http://sf.net/projects/ews/ =
+   
+  the propsel based for the work so far is in 
+http://nagoya.apache.org/wiki/apachewiki.cgi?JSR109Proposal
+
+the proposed architecture is a tool that generate the webserive , ejb (ws 
endpoint)  and the
+code to bind the webserive and the ejb together.
+1) our initial design is to use the Remote interface of the EJB to the accsess 
the ejb
+(simpley put the SOAP requst convert to RMI/IIOP request by the webservice and 
the result
+is send back as SOAP by webservice.) We thought of making the J2EE container 
and implementation independent of each other with that.
+
+2)but due to 
+   a) performance consideration (SOAP-RMI/IIOP-Java) 
+   b) As futher explained by the ejb2.1 spec the webservice ejb endpoint 
+i) be a Staless session bean
+
+ii) the remote interface(the interface published) is jaxrpc SEI which 
extends 
+javax.rmi.Remote not a ususal Remote interface extends 
javax.ejb.EJBObject.
+
+iii) the home interface seem to not needed as client not creating the 
webservice
+iv) concerns about mapping of j2ee and ws transaction contexts when we 
use remote
+interface 
+
+we are trying to take a more geranimo based approch. 
+
+The key Idea is to use geranimo internals to acsess the service implemenation 
bean and invoke the call on it directly. We would prefer to avoid the SOAP - 
RMI conversion. the information about proposal is at 
http://ws.apache.org/~hemapani/jsr109/docs/revisedProposal.html
+
+(the proposal will bring to wiki and will make editable ASAP.)
+
+We have implemented most of parts in privous proposal which is at ews right 
now.  
+
+
+
+   
+
 


[Apache Geronimo Wiki] Updated: EnterpriseWebServices

2004-01-30 Thread incubator-geronimo-cvs
   Date: 2004-01-30T08:30:50
   Editor: DavanumSrinivas [EMAIL PROTECTED]
   Wiki: Apache Geronimo Wiki
   Page: EnterpriseWebServices
   URL: http://wiki.apache.org/geronimo/EnterpriseWebServices

   no comment

Change Log:

--
@@ -1,15 +1,15 @@
 = Implementation Details of code currently in http://sf.net/projects/ews/ =

-  the propsel based for the work so far is in 
-http://nagoya.apache.org/wiki/apachewiki.cgi?JSR109Proposal
+  The original proposal based for the work so far is at 
http://nagoya.apache.org/wiki/apachewiki.cgi?JSR109Proposal
 
-the proposed architecture is a tool that generate the webserive , ejb (ws 
endpoint)  and the
-code to bind the webserive and the ejb together.
-1) our initial design is to use the Remote interface of the EJB to the accsess 
the ejb
-(simpley put the SOAP requst convert to RMI/IIOP request by the webservice and 
the result
-is send back as SOAP by webservice.) We thought of making the J2EE container 
and implementation independent of each other with that.
+The proposed architecture consists of a tool that generate the Web Service, 
EJB's (WS endpoint) and the
+runtime code to link the Web Service and the EJB.
 
-2)but due to 
+1) Our initial design is to use the Remote interface of the EJB to the accsess 
the ejb
+(simply put - convert the SOAP request of the webservice to RMI/IIOP request 
and the result
+is send back as SOAP by webservice.) We also thought of making the J2EE 
container and implementation independent of each other.
+
+2) But due to 
a) performance consideration (SOAP-RMI/IIOP-Java) 
b) As futher explained by the ejb2.1 spec the webservice ejb endpoint 
 i) be a Staless session bean
@@ -18,16 +18,11 @@
 javax.rmi.Remote not a ususal Remote interface extends 
javax.ejb.EJBObject.
 
 iii) the home interface seem to not needed as client not creating the 
webservice
+
 iv) concerns about mapping of j2ee and ws transaction contexts when we 
use remote
 interface 
 
-we are trying to take a more geranimo based approch. 
-
-The key Idea is to use geranimo internals to acsess the service implemenation 
bean and invoke the call on it directly. We would prefer to avoid the SOAP - 
RMI conversion. the information about proposal is at 
http://ws.apache.org/~hemapani/jsr109/docs/revisedProposal.html
-
-(the proposal will bring to wiki and will make editable ASAP.)
-
-We have implemented most of parts in privous proposal which is at ews right 
now.  
+we are trying to take a more geronimo based approach.  The key idea is to use 
geranimo internals to acsess the service implementation bean and invoke the 
call on it directly. We would prefer to avoid the SOAP - RMI conversion. the 
information about proposal is at 
http://ws.apache.org/~hemapani/jsr109/docs/revisedProposal.html. (the proposal 
will bring to wiki and will make editable ASAP.) We have implemented most of 
parts in previous proposal and the code is at http://sf.net/projects/ews/.
 
 
 


[Apache Geronimo Wiki] Updated: EnterpriseWebServices

2004-01-30 Thread incubator-geronimo-cvs
   Date: 2004-01-30T08:33:44
   Editor: DavanumSrinivas [EMAIL PROTECTED]
   Wiki: Apache Geronimo Wiki
   Page: EnterpriseWebServices
   URL: http://wiki.apache.org/geronimo/EnterpriseWebServices

   no comment

Change Log:

--
@@ -5,24 +5,24 @@
 The proposed architecture consists of a tool that generate the Web Service, 
EJB's (WS endpoint) and the
 runtime code to link the Web Service and the EJB.
 
-1) Our initial design is to use the Remote interface of the EJB to the accsess 
the ejb
-(simply put - convert the SOAP request of the webservice to RMI/IIOP request 
and the result
-is send back as SOAP by webservice.) We also thought of making the J2EE 
container and implementation independent of each other.
+1) Our initial design is to use the Remote interface of the EJB to the access 
the EJB
+(simply put - convert the SOAP request to RMI/IIOP request and the result
+is sent back as SOAP by Web Service glue code) We also thought of making the 
J2EE container and implementation independent of each other.
 
 2) But due to 
a) performance consideration (SOAP-RMI/IIOP-Java) 
-   b) As futher explained by the ejb2.1 spec the webservice ejb endpoint 
-i) be a Staless session bean
+   b) As further explained by the EJB2.1 spec the webservice ejb endpoint 
+i) be a Stateless session bean
 
-ii) the remote interface(the interface published) is jaxrpc SEI which 
extends 
-javax.rmi.Remote not a ususal Remote interface extends 
javax.ejb.EJBObject.
+ii) the remote interface(the interface published) is JAX-RPC SEI which 
extends 
+javax.rmi.Remote not a usual Remote interface that extends 
javax.ejb.EJBObject.
 
-iii) the home interface seem to not needed as client not creating the 
webservice
+iii) the home interface seem to not needed as client not creating the 
Web Service
 
-iv) concerns about mapping of j2ee and ws transaction contexts when we 
use remote
+iv) concerns about mapping of j2ee and Web Service transaction 
contexts when we use remote
 interface 
 
-we are trying to take a more geronimo based approach.  The key idea is to use 
geranimo internals to acsess the service implementation bean and invoke the 
call on it directly. We would prefer to avoid the SOAP - RMI conversion. the 
information about proposal is at 
http://ws.apache.org/~hemapani/jsr109/docs/revisedProposal.html. (the proposal 
will bring to wiki and will make editable ASAP.) We have implemented most of 
parts in previous proposal and the code is at http://sf.net/projects/ews/.
+we are trying to take a more geronimo based approach.  The key idea is to use 
geronimo internals to access the service implementation bean and invoke the 
call on it directly. We would prefer to avoid the SOAP - RMI conversion. the 
information about proposal is at 
http://ws.apache.org/~hemapani/jsr109/docs/revisedProposal.html. (the proposal 
will bring to wiki and will make edit-able ASAP.) We have implemented most of 
parts in previous proposal and the code is at http://sf.net/projects/ews/.