TOMEE-2316 Convert Markdown files to Asciidoc in the docs folder - 10
Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/cf397dee Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/cf397dee Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/cf397dee Branch: refs/heads/master Commit: cf397dee85a141cb8b9d369a518ec69215684dfd Parents: de7099c Author: Carlos Chacin <[email protected]> Authored: Wed Dec 5 23:06:59 2018 -0800 Committer: Carlos Chacin <[email protected]> Committed: Wed Dec 5 23:06:59 2018 -0800 ---------------------------------------------------------------------- docs/spring-and-openejb-3.0.adoc | 4 ++-- docs/spring-ejb-and-jpa.adoc | 2 +- docs/startup.adoc | 5 ++--- 3 files changed, 5 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/cf397dee/docs/spring-and-openejb-3.0.adoc ---------------------------------------------------------------------- diff --git a/docs/spring-and-openejb-3.0.adoc b/docs/spring-and-openejb-3.0.adoc index ea2c24c..563fe25 100644 --- a/docs/spring-and-openejb-3.0.adoc +++ b/docs/spring-and-openejb-3.0.adoc @@ -1,4 +1,4 @@ -:jbake-title: Spring and OpenEJB 3.0 +# Spring and OpenEJB 3.0 :jbake-date: 2018-12-05 :jbake-type: page :jbake-status: published @@ -213,7 +213,7 @@ Spring bean definitions combined </bean> .... -:jbake-title: Some more useful info.} Here is a bunch of links suggested +{title= Some more useful info.} Here is a bunch of links suggested by a user. If anybody has time to go through them and write a doc, that would be great. These links explain how to make available spring components to openejb http://git-wip-us.apache.org/repos/asf/tomee/blob/cf397dee/docs/spring-ejb-and-jpa.adoc ---------------------------------------------------------------------- diff --git a/docs/spring-ejb-and-jpa.adoc b/docs/spring-ejb-and-jpa.adoc index 416fa4e..7ff90c0 100644 --- a/docs/spring-ejb-and-jpa.adoc +++ b/docs/spring-ejb-and-jpa.adoc @@ -93,7 +93,7 @@ in the Spring xml file as shown here. \{snippet:id=resources|url=openejb3/examples/spring-integration/src/main/resources/movies.xml|lang=xml} And finally our Spring beans. \{snippet:id=pojos|url=openejb3/examples/spring-integration/src/main/resources/movies.xml|lang=xml} -:jbake-title: Don't forget} +{title= Don't forget} \{snippet:id=annotations|url=openejb3/examples/spring-integration/src/main/resources/movies.xml|lang=xml} It allows various annotations to be detected in bean classes: Spring's @Required and @Autowired, as well as JSR 250's @PostConstruct, http://git-wip-us.apache.org/repos/asf/tomee/blob/cf397dee/docs/startup.adoc ---------------------------------------------------------------------- diff --git a/docs/startup.adoc b/docs/startup.adoc index 8fa8c63..efd5835 100644 --- a/docs/startup.adoc +++ b/docs/startup.adoc @@ -1,9 +1,8 @@ -:index-group: OpenEJB -Standalone Server +# Startup +:index-group: OpenEJB Standalone Server :jbake-date: 2018-12-05 :jbake-type: page :jbake-status: published -:jbake-title: Startup # NAME
