You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ka...@apache.org on 2015/04/20 16:32:34 UTC

svn commit: r1674877 - /openwebbeans/cms-site/trunk/content/examples.mdtext

Author: karlkilden
Date: Mon Apr 20 14:32:34 2015
New Revision: 1674877

URL: http://svn.apache.org/r1674877
Log:
CMS commit to openwebbeans by karlkilden

Modified:
    openwebbeans/cms-site/trunk/content/examples.mdtext

Modified: openwebbeans/cms-site/trunk/content/examples.mdtext
URL: http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/content/examples.mdtext?rev=1674877&r1=1674876&r2=1674877&view=diff
==============================================================================
--- openwebbeans/cms-site/trunk/content/examples.mdtext (original)
+++ openwebbeans/cms-site/trunk/content/examples.mdtext Mon Apr 20 14:32:34 2015
@@ -17,13 +17,17 @@ Notice:    Licensed to the Apache Softwa
            under the License.
 
 # Examples
+
+###OpenWebBeans Samples
+Our samples are all in version control and can reviewed by looking at the [source][2]. 
+Note that we do have a github mirror so the follow link might be convenient for you: [GitHub direct link][3].
+
+
 ###External Samples
 CDI is a very used API and all the CDI samples you find online will easily work with OpenWebBeans. 
 For web published Apache Licenced examples please have a look at the samples from [Apache TomEE][1]. They have many samples explicitly for CDI but to show of the EJB integration they use some @EJB and @Stateless in their examples. You can substitute all of these with @Inject and @ApplicationScoped respectively.
 
-###OpenWebBeans samples
-Our samples are all in version control and can reviewed by looking at the [source][2]. 
-Note that we do have a github mirror so the follow link might be convenient for you: [GitHub direct link][3].
+
 
 
   [1]: http://tomee.apache.org/examples-trunk/