Skip to content

Commit

Permalink
MODE-1499 Updated POM and README files.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhauch committed Jan 30, 2013
1 parent 07db93c commit 0e848d0
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 14 deletions.
46 changes: 32 additions & 14 deletions 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.
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -24,5 +24,6 @@
<module>modeshape-ddl-parser-example</module>
<module>modeshape-filesystem-store-example</module>
<module>modeshape-web-example</module>
<module>modeshape-jca-example</module>
</modules>
</project>

0 comments on commit 0e848d0

Please sign in to comment.