Updated Branches: refs/heads/master 619b59562 -> 6650922fa
[KARAF-2511] Update enterprise page of the user guide Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/2a8a0333 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/2a8a0333 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/2a8a0333 Branch: refs/heads/master Commit: 2a8a0333e05171c2a41ebe966c4c8e3458a93912 Parents: 619b595 Author: Jean-Baptiste Onofré <[email protected]> Authored: Sat Dec 21 07:05:02 2013 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sat Dec 21 07:05:02 2013 +0100 ---------------------------------------------------------------------- manual/src/main/webapp/users-guide/enterprise.conf | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/2a8a0333/manual/src/main/webapp/users-guide/enterprise.conf ---------------------------------------------------------------------- diff --git a/manual/src/main/webapp/users-guide/enterprise.conf b/manual/src/main/webapp/users-guide/enterprise.conf index 5d70a9b..2fd3e9a 100644 --- a/manual/src/main/webapp/users-guide/enterprise.conf +++ b/manual/src/main/webapp/users-guide/enterprise.conf @@ -10,4 +10,11 @@ The enterprise features available are: web container where you can deploy web application (as you can do in Apache Tomcat, or other JEE application servers). * [Naming (JNDI)|jndi] providing a complete Java Naming and Directory Interface support. Apache Karaf provides a complete JNDI "server" (context) where you can create name to identify Objects (especially OSGi services). +* [Transaction (JTA)|jta] providing a complete transaction manager as an OSGi service. * [DataSources (JDBC)|jdbc] providing useful OSGi service, console commands, and MBean to manipulate JDBC datasources and perform database operations. +* [MOM (JMS)|jms] providing useful OSGi service, console commands, and MBean to manipulate JMS connection factories and perform messaging operations. +* [Persistence (JPA)|jpa] providing ready to use JPA engines and entity manager as an OSGi service. +* [EJB|ejb] adding EJB support in Apache Karaf. +* [CDI|cdi] providing ready to use CDI containers in Apache Karaf. +* [HA/failover and cluster|failover] providing active/passive or active/active topologies with multiple Apache Karaf instances. +
