You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Deepal Jayasinghe <de...@opensource.lk> on 2005/11/30 11:28:51 UTC

[Axis2] Java2wsdl

Hi all;

I have completed java2wsdl (not fully), but I can not exactly decide to which maven module that should go , what if I put that into wsdl module since there is a relationship with wsdl as well as in Axis 1.x java2wsdl is there in wsdl.

And I can not put that into codegen module since at the deployment time I have to use Java2WSDL so I think the best place is wsld maven module.


comments 

Thanks,
 Deepal
................................................................
~Future is Open~

Re: [Axis2] Java2wsdl

Posted by Ajith Ranabahu <aj...@gmail.com>.
Ahumm
Tool module is not the place for this IMHO. if we put this in the tool
module then there could be a circular dependency scenario! Our Tool module
is currently holding some Eclipse/Idea plugin code.

On 11/30/05, Eran Chinthaka <ch...@opensource.lk> wrote:
>
> Hi Deepal,
>
> Deepal Jayasinghe wrote:
>
> >Hi all;
> >
> >I have completed java2wsdl (not fully),
> >
> Excellent !!
>
> >but I can not exactly decide to which maven module that should go , what
> if I put that into wsdl module since there is a relationship with wsdl as
> well as in Axis 1.x java2wsdl is there in wsdl.
> >
> >
> wsdl module is a good place to put your code. But  just came in to my
> mind that since this is kinda "tool" or a "util", can we put this in to
> the tools module ?
> For me, the wsdl module is like the wsdl abstraction for Axis2. It
> contains the WOM and builders and writers. So I feel like this is not
> appropriate. But I know one can argue back and say, java2wsdl is all
> about wsdl, so why not put there ? I'm just thinking loud.
>
> Chinthaka
>
> >And I can not put that into codegen module since at the deployment time I
> have to use Java2WSDL so I think the best place is wsld maven module.
> >
> >
>
> >
> >comments
> >
> >Thanks,
> > Deepal
> >................................................................
> >~Future is Open~
> >
> >
> >
>



--
Ajith Ranabahu

Re: [Axis2] Java2wsdl

Posted by Eran Chinthaka <ch...@opensource.lk>.
Ajith,

The problem I think is not to see whether we have circular dependencies
or not. But to find a proper place for java2wsdl. First, lets decide on
the place and lets see how we can do that.
Anyway, I saw that Deepal has committed that code to the wsdl module.
Hope we still have time for some changes.

-- Chinthaka

Ajith Ranabahu wrote:

>Ahumm
>Tool module is not the place for this IMHO. if we put this in the tool
>module then there could be a circular dependency scenario! Our Tool module
>is currently holding some Eclipse/Idea plugin code.
>
>On 11/30/05, Eran Chinthaka <ch...@opensource.lk> wrote:
>  
>
>>Hi Deepal,
>>
>>Deepal Jayasinghe wrote:
>>
>>    
>>
>>>Hi all;
>>>
>>>I have completed java2wsdl (not fully),
>>>
>>>      
>>>
>>Excellent !!
>>
>>    
>>
>>>but I can not exactly decide to which maven module that should go , what
>>>      
>>>
>>if I put that into wsdl module since there is a relationship with wsdl as
>>well as in Axis 1.x java2wsdl is there in wsdl.
>>    
>>
>>>      
>>>
>>wsdl module is a good place to put your code. But  just came in to my
>>mind that since this is kinda "tool" or a "util", can we put this in to
>>the tools module ?
>>For me, the wsdl module is like the wsdl abstraction for Axis2. It
>>contains the WOM and builders and writers. So I feel like this is not
>>appropriate. But I know one can argue back and say, java2wsdl is all
>>about wsdl, so why not put there ? I'm just thinking loud.
>>
>>Chinthaka
>>
>>    
>>
>>>And I can not put that into codegen module since at the deployment time I
>>>      
>>>
>>have to use Java2WSDL so I think the best place is wsld maven module.
>>    
>>
>>>      
>>>
>>>comments
>>>
>>>Thanks,
>>>Deepal
>>>................................................................
>>>~Future is Open~
>>>
>>>
>>>
>>>      
>>>
>
>
>
>--
>Ajith Ranabahu
>
>  
>

Re: [Axis2] Java2wsdl

Posted by Ajith Ranabahu <aj...@gmail.com>.
Ahumm
Tool module is not the place for this IMHO. if we put this in the tool
module then there could be a circular dependency scenario! Our Tool module
is currently holding some Eclipse/Idea plugin code.

On 11/30/05, Eran Chinthaka <ch...@opensource.lk> wrote:
>
> Hi Deepal,
>
> Deepal Jayasinghe wrote:
>
> >Hi all;
> >
> >I have completed java2wsdl (not fully),
> >
> Excellent !!
>
> >but I can not exactly decide to which maven module that should go , what
> if I put that into wsdl module since there is a relationship with wsdl as
> well as in Axis 1.x java2wsdl is there in wsdl.
> >
> >
> wsdl module is a good place to put your code. But  just came in to my
> mind that since this is kinda "tool" or a "util", can we put this in to
> the tools module ?
> For me, the wsdl module is like the wsdl abstraction for Axis2. It
> contains the WOM and builders and writers. So I feel like this is not
> appropriate. But I know one can argue back and say, java2wsdl is all
> about wsdl, so why not put there ? I'm just thinking loud.
>
> Chinthaka
>
> >And I can not put that into codegen module since at the deployment time I
> have to use Java2WSDL so I think the best place is wsld maven module.
> >
> >
>
> >
> >comments
> >
> >Thanks,
> > Deepal
> >................................................................
> >~Future is Open~
> >
> >
> >
>



--
Ajith Ranabahu

Re: [Axis2] Java2wsdl

Posted by Eran Chinthaka <ch...@opensource.lk>.
Hi Deepal,

Deepal Jayasinghe wrote:

>Hi all;
>
>I have completed java2wsdl (not fully), 
>
Excellent !!

>but I can not exactly decide to which maven module that should go , what if I put that into wsdl module since there is a relationship with wsdl as well as in Axis 1.x java2wsdl is there in wsdl.
>  
>
wsdl module is a good place to put your code. But  just came in to my
mind that since this is kinda "tool" or a "util", can we put this in to
the tools module ?
For me, the wsdl module is like the wsdl abstraction for Axis2. It
contains the WOM and builders and writers. So I feel like this is not
appropriate. But I know one can argue back and say, java2wsdl is all
about wsdl, so why not put there ? I'm just thinking loud.

Chinthaka

>And I can not put that into codegen module since at the deployment time I have to use Java2WSDL so I think the best place is wsld maven module.
>  
>

>
>comments 
>
>Thanks,
> Deepal
>................................................................
>~Future is Open~
>
>  
>