You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "Janne Jalkanen (JIRA)" <ji...@apache.org> on 2009/05/24 11:34:45 UTC

[jira] Created: (JSPWIKI-551) Synergy towards other ASF projects

Synergy towards other ASF projects
----------------------------------

                 Key: JSPWIKI-551
                 URL: https://issues.apache.org/jira/browse/JSPWIKI-551
             Project: JSPWiki
          Issue Type: Task
            Reporter: Janne Jalkanen
             Fix For: Graduating


Document our synergy towards other ASF projects: Use and contribution.

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


[jira] Closed: (JSPWIKI-551) Synergy towards other ASF projects

Posted by "Andrew Jaquith (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Jaquith closed JSPWIKI-551.
----------------------------------

    Resolution: Fixed

Closed. No further comments, and the writeup speaks for itself.

> Synergy towards other ASF projects
> ----------------------------------
>
>                 Key: JSPWIKI-551
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-551
>             Project: JSPWiki
>          Issue Type: Task
>            Reporter: Janne Jalkanen
>            Assignee: Andrew Jaquith
>             Fix For: Graduating
>
>         Attachments: JSPWIKI-551 Synergy
>
>
> Document our synergy towards other ASF projects: Use and contribution.

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


[jira] Commented: (JSPWIKI-551) Synergy towards other ASF projects

Posted by "Andrew Jaquith (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12728481#action_12728481 ] 

Andrew Jaquith commented on JSPWIKI-551:
----------------------------------------

I've written up some text for this:

JSPWiki relies on Apache code for many important functions, notably for file uploading (commons-fileupload), content indexing (Lucene), HTML element construction (ECS), HTTP client request and response processing (commons-httpclient), and XML request processing (XMLRPC).

Apache is by far the single most prominent source of third-party JARs that JSPWiki uses. The complete list of Apache packages the JSPWiki runtime WAR includes is:

Apache Log4J:                 log4j-1.2.14.jar
Apache Lucene:                lucene.jar, lucene-highlighter.jar
Apache XML-RPC:               xmlrpc.jar
Jakarta Taglibs:              jakarta-tablibs-standard-1.1.2.jar, jakarta-taglibs-jstl-1.1.2.jar
Jakarta ECS:                  ecs.jar
Commons Lang:                 commons-lang-2.3.jar
Commons IO:                   commons-io-1.4.jar
Commons HTTPClient:           commons-httpclient-3.0.1.jar
Commons FileUpload:           commons-fileupload-1.2.1.jar
Commons Codec:                commons-codec-1.3.jar

In addition to these libraries, unit and web unit tests use these Apache libraries:

Jakarata Jasper JSP compiler: jasper-compiler-5.5.25.jar jasper-runtime-5.5.25.jar
Xerces XML parser:            xercesImpl-2.6.2.jar
XMLCommons:                   xml-apis-1.0.b2.jar

The JSPWiki project has also demonstrated synergy with Apache by working with helping to fix bugs in Apache software that affected JSPWiki. For example, a bug in Apache Tomcat's package naming restrictions code, which forbade loading of code with the package prefix org.apache.jsp* prevented JSPWiki from using its initial desired package name, org.apache.jspwiki. JSPWiki committer worked with the Tomcat dev team to fix the bug, which was fixed in Tomcat 6.0.19.

Finally, the development team has developed JSPWiki 3.0 to use JSR-170 (Java Content Repository) back-ends for information storage. Although JSPWiki by necessity ships with a limited JCR implementation called Priha (developed by Janne Jalkanen), our intention is to ensure that JSPWiki 3.0 also works smoothly with Apache Jackrabbit.

> Synergy towards other ASF projects
> ----------------------------------
>
>                 Key: JSPWIKI-551
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-551
>             Project: JSPWiki
>          Issue Type: Task
>            Reporter: Janne Jalkanen
>            Assignee: Andrew Jaquith
>             Fix For: Graduating
>
>
> Document our synergy towards other ASF projects: Use and contribution.

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


[jira] Commented: (JSPWIKI-551) Synergy towards other ASF projects

Posted by "Harry Metske (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12713191#action_12713191 ] 

Harry Metske commented on JSPWIKI-551:
--------------------------------------

Maybe a good example here is JSPWIKI-465, where we ran into a Tomcat buggie with the org.apache.jspwiki package name.
The other project that we will probably be related to is JackRabbit since we started using JCR as the repository.

> Synergy towards other ASF projects
> ----------------------------------
>
>                 Key: JSPWIKI-551
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-551
>             Project: JSPWiki
>          Issue Type: Task
>            Reporter: Janne Jalkanen
>            Assignee: Andrew Jaquith
>             Fix For: Graduating
>
>
> Document our synergy towards other ASF projects: Use and contribution.

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


[jira] Commented: (JSPWIKI-551) Synergy towards other ASF projects

Posted by "Janne Jalkanen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12713223#action_12713223 ] 

Janne Jalkanen commented on JSPWIKI-551:
----------------------------------------

Not to mention the Apache ECS, Lucene, XMLRPC, JRCS (incubating), commons-io, commons-lang, commons-httpclient, commons-fileupload and commons-codec.

> Synergy towards other ASF projects
> ----------------------------------
>
>                 Key: JSPWIKI-551
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-551
>             Project: JSPWiki
>          Issue Type: Task
>            Reporter: Janne Jalkanen
>            Assignee: Andrew Jaquith
>             Fix For: Graduating
>
>
> Document our synergy towards other ASF projects: Use and contribution.

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


[jira] Updated: (JSPWIKI-551) Synergy towards other ASF projects

Posted by "Andrew Jaquith (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Jaquith updated JSPWIKI-551:
-----------------------------------

    Attachment: JSPWIKI-551 Synergy

ASCII text version (slightly better formatted)

> Synergy towards other ASF projects
> ----------------------------------
>
>                 Key: JSPWIKI-551
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-551
>             Project: JSPWiki
>          Issue Type: Task
>            Reporter: Janne Jalkanen
>            Assignee: Andrew Jaquith
>             Fix For: Graduating
>
>         Attachments: JSPWIKI-551 Synergy
>
>
> Document our synergy towards other ASF projects: Use and contribution.

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