diff --git a/modeshape-jca-example/README.md b/modeshape-jca-example/README.md index c24b9bd..25df87f 100644 --- a/modeshape-jca-example/README.md +++ b/modeshape-jca-example/README.md @@ -1,29 +1,47 @@ # ModeShape Embedded Example -This is a simple web application project that shows how to access repository within a simple J2EE application using JCA connector. This project can be built by simply building this project using Maven 3: +This is a simple web application project that shows how to access +repository within a simple J2EE application using JCA connector. +This project can be built by simply building this project using Maven 3: $ mvn clean install -See [this ModeShape community article](http://community.jboss.org/wiki/ModeShapeandMaven) for help on how to install Maven 3. +See [this ModeShape community article](http://community.jboss.org/wiki/ModeShapeandMaven) +for help on how to install Maven 3. -After the building process you can find ready for deployment web archive. Before run this demo please build Modeshape JCA resource adapter and install it following to the documentation of the your application server. +After the building process you can find ready for deployment web archive. +Before run this demo please build Modeshape JCA resource adapter and +install it following to the documentation of the your application server. # The ModeShape project -ModeShape is an open source implementation of the JCR 2.0 ([JSR-283](http://www.jcp.org/en/jsr/detail?id=283])) specification and standard API. -To your applications, ModeShape looks and behaves like a regular JCR repository. Applications can search, query, navigate, change, version, listen for changes, etc. -But ModeShape can store that content in a variety of back-end stores (including relational databases, Infinispan data grids, JBoss Cache, etc.), or it can -access and update existing content from *other* kinds of systems (including file systems, SVN repositories, JDBC database metadata, and other JCR repositories). -ModeShape's connector architecture means that you can write custom connectors to access any kind of system. And ModeShape can even federate multiple back-end systems +ModeShape is an open source implementation of the JCR 2.0 +([JSR-283](http://www.jcp.org/en/jsr/detail?id=283])) specification and +standard API. To your applications, ModeShape looks and behaves like a +regular JCR repository. Applications can search, query, navigate, change, +version, listen for changes, etc. But ModeShape can store that content +in a variety of back-end stores (including relational databases, Infinispan +data grids, JBoss Cache, etc.), or it can access and update existing content +from *other* kinds of systems (including file systems, SVN repositories, +JDBC database metadata, and other JCR repositories). ModeShape's connector +architecture means that you can write custom connectors to access any +kind of system. And ModeShape can even federate multiple back-end systems into a single, unified virtual repository. -For more information on ModeShape, including getting started guides, reference guides, and downloadable binaries, visit the project's website at [http://www.modeshape.org]() -or follow us on our [blog](http://modeshape.wordpress.org) or on [Twitter](http://twitter.com/modeshape). Or hop into our [IRC chat room](http://www.jboss.org/modeshape/chat) -and talk our community of contributors and users. +For more information on ModeShape, including getting started guides, +reference guides, and downloadable binaries, visit the project's website +at [http://www.modeshape.org]() or follow us on our [blog](http://modeshape.wordpress.org) +or on [Twitter](http://twitter.com/modeshape). Or hop into our +[IRC chat room](http://www.jboss.org/modeshape/chat) and talk our community +of contributors and users. -The official Git repository for the project is also on GitHub at [http://github.com/ModeShape/modeshape](). +The official Git repository for the project is also on GitHub at +[http://github.com/ModeShape/modeshape](). # Need help? -ModeShape is open source software with a dedicated community. If you have any questions or problems, post a question in our -[user forum](http://community.jboss.org/en/modeshape) or hop into our [IRC chat room](http://www.jboss.org/modeshape/chat) and talk our community of contributors and users. +ModeShape is open source software with a dedicated community. If you have +any questions or problems, post a question in our +[user forum](http://community.jboss.org/en/modeshape) or hop into our +[IRC chat room](http://www.jboss.org/modeshape/chat) and talk our +community of contributors and users. diff --git a/pom.xml b/pom.xml index 65aa2c7..dbbccb3 100644 --- a/pom.xml +++ b/pom.xml @@ -24,5 +24,6 @@ modeshape-ddl-parser-example modeshape-filesystem-store-example modeshape-web-example + modeshape-jca-example