You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Steve Viens (JIRA)" <ju...@ws.apache.org> on 2009/11/24 05:40:40 UTC

[jira] Created: (JUDDI-314) Create a juddi-client-bundle-3.0.0 with jar, source and javadocs for juddi-client and uddi-ws

Create a juddi-client-bundle-3.0.0 with jar, source and javadocs for juddi-client and uddi-ws
---------------------------------------------------------------------------------------------

                 Key: JUDDI-314
                 URL: https://issues.apache.org/jira/browse/JUDDI-314
             Project: jUDDI
          Issue Type: New Feature
          Components: uddi-client
    Affects Versions: 3.1
         Environment: All
            Reporter: Steve Viens
            Assignee: Steve Viens
            Priority: Minor


Would be helpful to juddi-client users to provide a juddi-client-bundle-3.0.0 that contains bytecode, javadoc and source code for the juddi-client and uddi-ws modules.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Commented: (JUDDI-314) Create a juddi-client-bundle-3.0.0 with jar, source and javadocs for juddi-client and uddi-ws

Posted by Steve Viens <st...@viens.net>.
Yeah, I'll take that  :)   I think I do still have commit rights but I may
still submit as a patch just to be careful.

And yes UDDIv4 is a typo ... lol

On Tue, Nov 24, 2009 at 9:52 AM, Kurt T Stam <ku...@gmail.com> wrote:

> Steve Viens wrote:
>
>> I am thinking along the lines of a 'standalone' use case.  A lot of
>> people/orgs are not using Maven and I think a jUDDI client bundle would make
>> the client more consumable for the masses.
>>  jUDDI client and UDDIv3 api source and javadoc zip's would be helpful to
>> developers building apps that have the jUDDI client API imported within an
>> IDE like Eclipse or RAD by providing context sensitive doc (javadoc) within
>> an editor and the source code would allow them to trace into the jUDDI and
>> UDDIv4 source code when using the IDE's debugger.  The individual jar,
>> source and javadoc files are also needed to build Eclipse plugins and an
>> associated Eclipse update site.
>>
>>
> Sounds good to me. Something you'd like to work on :)? Your commit rights
> still work right? When is UDDIv4 coming out? ;) I'm assuming that's a typo.
> lol.
>

Re: [jira] Commented: (JUDDI-314) Create a juddi-client-bundle-3.0.0 with jar, source and javadocs for juddi-client and uddi-ws

Posted by Kurt T Stam <ku...@gmail.com>.
Steve Viens wrote:
> I am thinking along the lines of a 'standalone' use case.  A lot of 
> people/orgs are not using Maven and I think a jUDDI client bundle 
> would make the client more consumable for the masses.
>  
> jUDDI client and UDDIv3 api source and javadoc zip's would be helpful 
> to developers building apps that have the jUDDI client API imported 
> within an IDE like Eclipse or RAD by providing context sensitive doc 
> (javadoc) within an editor and the source code would allow them to 
> trace into the jUDDI and UDDIv4 source code when using the IDE's 
> debugger.  The individual jar, source and javadoc files are 
> also needed to build Eclipse plugins and an associated Eclipse update 
> site.
>  
Sounds good to me. Something you'd like to work on :)? Your commit 
rights still work right? When is UDDIv4 coming out? ;) I'm assuming 
that's a typo. lol.

Re: [jira] Commented: (JUDDI-314) Create a juddi-client-bundle-3.0.0 with jar, source and javadocs for juddi-client and uddi-ws

Posted by Steve Viens <st...@viens.net>.
I am thinking along the lines of a 'standalone' use case.  A lot of
people/orgs are not using Maven and I think a jUDDI client bundle would make
the client more consumable for the masses.

jUDDI client and UDDIv3 api source and javadoc zip's would be helpful to
developers building apps that have the jUDDI client API imported within an
IDE like Eclipse or RAD by providing context sensitive doc (javadoc) within
an editor and the source code would allow them to trace into the jUDDI and
UDDIv4 source code when using the IDE's debugger.  The individual jar,
source and javadoc files are also needed to build Eclipse plugins and an
associated Eclipse update site.

[jira] Commented: (JUDDI-314) Create a juddi-client-bundle-3.0.0 with jar, source and javadocs for juddi-client and uddi-ws

Posted by "Steve Viens (JIRA)" <ju...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/JUDDI-314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12781771#action_12781771 ] 

Steve Viens commented on JUDDI-314:
-----------------------------------

Perhaps this could include Apache log4j lib and the Apache commons products that the jUDDI client depends on as well (collections, configuration, lang, logging).

> Create a juddi-client-bundle-3.0.0 with jar, source and javadocs for juddi-client and uddi-ws
> ---------------------------------------------------------------------------------------------
>
>                 Key: JUDDI-314
>                 URL: https://issues.apache.org/jira/browse/JUDDI-314
>             Project: jUDDI
>          Issue Type: New Feature
>          Components: uddi-client
>    Affects Versions: 3.1
>         Environment: All
>            Reporter: Steve Viens
>            Assignee: Steve Viens
>            Priority: Minor
>
> Would be helpful to juddi-client users to provide a juddi-client-bundle-3.0.0 that contains bytecode, javadoc and source code for the juddi-client and uddi-ws modules.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (JUDDI-314) Create a juddi-client-bundle-3.0.0 with jar, source and javadocs for juddi-client and uddi-ws

Posted by "Kurt T Stam (JIRA)" <ju...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/JUDDI-314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12781912#action_12781912 ] 

Kurt T Stam commented on JUDDI-314:
-----------------------------------

Hi Steve, I like the idea of having a 'client' package, but I guess the question is how are people going to use this. If it is just to build on top of then adding a <depends>juddi-client</depends> to their pom would bring all that stuff in. Maybe we just need add documentation to the juddi-client chapter in the user guide in that case. However if the use case if more 'standalone' then I can see the bundle being useful.

> Create a juddi-client-bundle-3.0.0 with jar, source and javadocs for juddi-client and uddi-ws
> ---------------------------------------------------------------------------------------------
>
>                 Key: JUDDI-314
>                 URL: https://issues.apache.org/jira/browse/JUDDI-314
>             Project: jUDDI
>          Issue Type: New Feature
>          Components: uddi-client
>    Affects Versions: 3.1
>         Environment: All
>            Reporter: Steve Viens
>            Assignee: Steve Viens
>            Priority: Minor
>
> Would be helpful to juddi-client users to provide a juddi-client-bundle-3.0.0 that contains bytecode, javadoc and source code for the juddi-client and uddi-ws modules.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (JUDDI-314) Create a juddi-client-bundle-3.0.0 with jar, source and javadocs for juddi-client and uddi-ws

Posted by "Kurt T Stam (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt T Stam updated JUDDI-314:
------------------------------

    Affects Version/s:     (was: 3.1)
                       3.0
                       3.0.1
        Fix Version/s: 3.0.3

> Create a juddi-client-bundle-3.0.0 with jar, source and javadocs for juddi-client and uddi-ws
> ---------------------------------------------------------------------------------------------
>
>                 Key: JUDDI-314
>                 URL: https://issues.apache.org/jira/browse/JUDDI-314
>             Project: jUDDI
>          Issue Type: New Feature
>          Components: uddi-client
>    Affects Versions: 3.0, 3.0.1
>         Environment: All
>            Reporter: Steve Viens
>            Assignee: Steve Viens
>            Priority: Minor
>             Fix For: 3.0.3
>
>
> Would be helpful to juddi-client users to provide a juddi-client-bundle-3.0.0 that contains bytecode, javadoc and source code for the juddi-client and uddi-ws modules.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.