[jbossts-issues] [JBoss JIRA] (JBTM-1965) Add support for XADisk

Tom Jenkinson (JIRA) issues at jboss.org
Tue Sep 15 06:09:00 EDT 2015


     [ https://issues.jboss.org/browse/JBTM-1965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Jenkinson updated JBTM-1965:
--------------------------------
    Description: 
Transactions are often used to structure activities within  reliable software applications. In Java EE, business logic  typically involves accessing transactional resource managers  (databases, message queues) within boundaries denoted by  calls to the JTA (begin/commit/rollback). The resource  managers work with the transaction manager to perform e.g.  locking, logging and recovery transparently to the  application programmer. However, this separation of concerns  is broken with regard to one important resource: the file  system.  Java's file I/O library does not support  transactions, a situation which requires application  programmers to implement such support manually in their  programs.  In this project you will develop a transaction  aware resource manager for file I/O in Java. This library  will provide application programmers with access to a  filesystem that offers ACID semantics.

We already have a transactional file I/O implementation but there are now alternatives available. XADisk (https://xadisk.java.net/) seems to have a vibrant user community, so we should take a look at this. Part of the work will be to compare and contrast the options available.

To undertake this project you should have a good  understanding of Java file I/O and some knowledge of  transactions (ACID semantics and the JTA). The work will be open source.

  was:We're unlikely to maintain fileio but there may be a need for supporting some transactional file interactions. XADisk (https://xadisk.java.net/) seems to have a vibrant user community, so we should take a look at this.



> Add support for XADisk
> ----------------------
>
>                 Key: JBTM-1965
>                 URL: https://issues.jboss.org/browse/JBTM-1965
>             Project: JBoss Transaction Manager
>          Issue Type: Feature Request
>          Components: Resource Manager
>    Affects Versions: 5.0.0.M5
>            Reporter: Mark Little
>              Labels: available, student
>
> Transactions are often used to structure activities within  reliable software applications. In Java EE, business logic  typically involves accessing transactional resource managers  (databases, message queues) within boundaries denoted by  calls to the JTA (begin/commit/rollback). The resource  managers work with the transaction manager to perform e.g.  locking, logging and recovery transparently to the  application programmer. However, this separation of concerns  is broken with regard to one important resource: the file  system.  Java's file I/O library does not support  transactions, a situation which requires application  programmers to implement such support manually in their  programs.  In this project you will develop a transaction  aware resource manager for file I/O in Java. This library  will provide application programmers with access to a  filesystem that offers ACID semantics.
> We already have a transactional file I/O implementation but there are now alternatives available. XADisk (https://xadisk.java.net/) seems to have a vibrant user community, so we should take a look at this. Part of the work will be to compare and contrast the options available.
> To undertake this project you should have a good  understanding of Java file I/O and some knowledge of  transactions (ACID semantics and the JTA). The work will be open source.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbossts-issues mailing list