You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "angela (JIRA)" <ji...@apache.org> on 2005/10/20 15:13:53 UTC

[jira] Created: (JCR-258) Jcr-Server Contrib: Remove JDOM dependencies

Jcr-Server Contrib: Remove JDOM dependencies
--------------------------------------------

         Key: JCR-258
         URL: http://issues.apache.org/jira/browse/JCR-258
     Project: Jackrabbit
        Type: Improvement
    Reporter: angela
 Assigned to: angela 
    Priority: Minor


JDOM has been replace throught the jackrabbit project except the jcr-server contrib.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (JCR-258) Jcr-Server Contrib: Remove JDOM dependencies

Posted by "angela (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/JCR-258?page=comments#action_12361059 ] 

angela commented on JCR-258:
----------------------------

so far  the following steps are completed:

- created a common interface for classes that must serialized as xml either on client or on the server side.
   thus making the toXml method consistent.
- modified the corresponding classes
- removed JDOM dependency and replaced by w3c.DOM. in a first step i dropped the idea of using SAX events.
- minor improvement regarding 2).





> Jcr-Server Contrib: Remove JDOM dependencies
> --------------------------------------------
>
>          Key: JCR-258
>          URL: http://issues.apache.org/jira/browse/JCR-258
>      Project: Jackrabbit
>         Type: Improvement
>     Reporter: angela
>     Assignee: angela
>     Priority: Minor

>
> JDOM has been replace throught the jackrabbit project except the jcr-server contrib.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (JCR-258) Jcr-Server Contrib: Remove JDOM dependencies

Posted by "angela (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/JCR-258?page=all ]
     
angela closed JCR-258:
----------------------

    Resolution: Fixed

fixed rev. 368683  

> Jcr-Server Contrib: Remove JDOM dependencies
> --------------------------------------------
>
>          Key: JCR-258
>          URL: http://issues.apache.org/jira/browse/JCR-258
>      Project: Jackrabbit
>         Type: Improvement
>     Reporter: angela
>     Assignee: angela
>     Priority: Minor

>
> JDOM has been replace throught the jackrabbit project except the jcr-server contrib.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (JCR-258) Jcr-Server Contrib: Remove JDOM dependencies

Posted by "angela (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/JCR-258?page=comments#action_12357213 ] 

angela commented on JCR-258:
----------------------------

i would like to suggest the following steps:

1) consolidate the xml serialization (e.g. by defining a common interface).
     currently this is not handled consistently throughout the dav-library.

2) improve distinction between objects that are created on the client side
    and read from the xml on the server and vice versa. currently the classes
    focus on the server-side only.

i think this would improve the classes and make it easier to  complete
the original task, that originates from jdom not being backwards compatible
between the final release and 0,x-beta versions.

3)  replace jdom.
      i might be mistaken, but i got the impression that in contrast to jdom, 
      the standard w3c-dom is not very comfortable in terms of usage.
      currently i'm thinking of rather using sax-events in order to write the xml
      to the request/response body. this would also require that no exhaustive
      dom-tree is created in advance (e.g. deep PROPFIND), but the multistatus
      xml is built but when writing the response.



> Jcr-Server Contrib: Remove JDOM dependencies
> --------------------------------------------
>
>          Key: JCR-258
>          URL: http://issues.apache.org/jira/browse/JCR-258
>      Project: Jackrabbit
>         Type: Improvement
>     Reporter: angela
>     Assignee: angela
>     Priority: Minor

>
> JDOM has been replace throught the jackrabbit project except the jcr-server contrib.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira