Title: Examples Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . https://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations 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. [1]: https://tomee.apache.org/examples-trunk/ [2]: https://openwebbeans.apache.org/source.html [3]: https://github.com/apache/openwebbeans/tree/trunk/samples