Skip to content

Commit

Permalink
Add quickstart source repository of record to the README files
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilda committed Feb 12, 2013
1 parent d951d07 commit 5aec0d2
Show file tree
Hide file tree
Showing 82 changed files with 87 additions and 2 deletions.
1 change: 1 addition & 0 deletions bean-validation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Beginner
Technologies: Bean Validation, JPA
Summary: Shows how to use Arquillian to test Bean Validation
Target Product: EAP
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions bmt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Intermediate
Technologies: EJB, Bean Managed Transactions (BMT)
Summary: EJB that demonstrates bean-managed transactions (BMT)
Target Product: EAP
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions carmart-tx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Intermediate
Technologies: Infinispan, CDI, Transactions
Summary: Shows how to use Infinispan instead of a relational database with transactions enabled.
Target Product: JDG
Source: <https://github.com/infinispan/jdg-quickstart>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions carmart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Intermediate
Technologies: Infinispan, CDI
Summary: Shows how to use Infinispan instead of a relational database.
Target Product: JDG
Source: <https://github.com/infinispan/jdg-quickstart>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions cdi-add-interceptor-binding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Intermediate
Technologies: CDI, DeltaSpike
Summary: Creating a basic CDI extension to automatically add an interceptor binding
Target Product: WFK
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions cdi-alternative/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Intermediate
Technologies: CDI, Servlet, JSP
Summary: Demonstrates the use of CDI Alternatives where the bean is selected during deployment
Target Product: EAP
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions cdi-injection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Beginner
Technologies: CDI
Summary: Demonstrates the use of CDI 1.0 Injection and Qualifiers with JSF as the front-end client.
Target Product: EAP
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions cdi-portable-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Intermediate
Technologies: CDI
Summary: Creating a basic CDI extension to provide injection of fields from an XML file.
Target Product: EAP
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions cdi-veto/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Intermediate
Technologies: CDI
Summary: Creating a basic CDI extension to demonstrate vetoing beans.
Target Product: EAP
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions cluster-ha-singleton/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Advanced
Technologies: EJB, HASingleton, JNDI
Summary: A SingletonService deployed in a JAR started by SingletonStartup and accessed by an EJB
Target Product: EAP
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions cmt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Intermediate
Technologies: EJB, Container Managed Transactions (CMT)
Summary: EJB that demonstrates container-managed transactions (CMT)
Target Product: EAP
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

## What is it?

Expand Down
1 change: 1 addition & 0 deletions deltaspike-authorization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Technologies: JSF, CDI, Deltaspike
Summary: Demonstrate the creation of a custom authorization example using @SecurityBindingType from DeltaSpike
Prerequisites:
Target Product: WFK
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions deltaspike-beanbuilder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Advanced
Technologies: CDI, DeltaSpike
Summary: Shows how to create new beans using DeltaSpike utilities.
Target Product: WFK
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions deltaspike-beanmanagerprovider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Technologies: CDI, Deltaspike, JPA, JSF
Summary: Shows how to use DeltaSpike BeanManagerProvider to access CDI in a EntityListener
Prerequisites:
Target Product: WFK
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions deltaspike-deactivatable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Beginner
Technologies: CDI, DeltaSpike
Summary: Demonstrate usage of Deactivatable.
Target Product: WFK
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions deltaspike-exception-handling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Technologies: CDI, JSF, DeltaSpike
Summary: Exception being handled by different handlers and purpose
Prerequisites:
Target Product: WFK
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions deltaspike-helloworld-jms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Intermediate
Technologies: JMS, CDI, DeltaSpike
Summary: Demonstrates a standalone (Java SE) JMS client using DeltaSpike configuration properties
Target Product: WFK
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions deltaspike-projectstage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Technologies: JSF, CDI, Deltaspike
Summary: Demonstrate usage of DeltaSpike project stage and shows usage of a conditional @Exclude
Prerequisites:
Target Product: WFK
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions ejb-asynchronous/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Advanced
Technologies: EJB
Summary: Demonstrates asynchronous EJB invocations.
Target Product: EAP
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions ejb-in-ear/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Intermediate
Technologies: EJB, EAR
Summary: Packages an EJB JAR and WAR in an EAR
Target Product: EAP
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions ejb-in-war/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Intermediate
Technologies: EJB, JSF, WAR
Summary: Packages an EJB JAR in a WAR
Target Product: EAP
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions ejb-remote/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Intermediate
Technologies: EJB
Summary: Shows how to access an EJB from a remote Java client program using JNDI
Target Product: EAP
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions ejb-security-interceptors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Advanced
Technologies: EJB, Security
Summary: Demonstrates how interceptors can be used to switch the identity for EJB calls on a call by call basis.
Target Product: EAP
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions ejb-security/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Intermediate
Technologies: EJB, Security
Summary: Shows how to use Java EE Declarative Security to Control Access to EJB 3
Target Product: EAP
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions forge-from-scratch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Intermediate
Technologies: Forge
Summary: Demonstrates how to generate a fully Java EE compliant project using nothing but JBoss Forge
Target Product: EAP
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions greeter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Beginner
Technologies: CDI, JSF, JPA, EJB, JTA
Summary: Demonstrates the use of CDI 1.0, JPA 2.0, JTA 1.1, EJB 3.1 and JSF 2.0
Target Product: EAP
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions h2-console/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Beginner
Technologies: H2
Summary: Shows how to use the H2 console with JBoss AS
Target Product: EAP
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions helloworld-errai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Beginner
Technologies: Errai, JAX-RS, GWT
Summary: Helloworld using the Errai framework
Target Product: WFK
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions helloworld-gwt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Beginner
Technologies: GWT
Summary: Demonstrates the use of CDI 1.0 and JAX-RS with a GWT front-end client
Target Product: WFK
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions helloworld-html5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Beginner
Technologies: CDI, JAX-RS, HTML5
Summary: Basic HTML5 |Demonstrates the use of CDI 1.0 and JAX-RS using the HTML5 architecture and RESTful services on the backend
Target Product: WFK
Source: <https://github.com/aerogear/as-quickstarts>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions helloworld-jdg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Intermediate
Technologies: Infinispan, CDI
Summary: Shows how to use Infinispan in clustered mode, with expiration enabled.
Target Product: JDG
Source: <https://github.com/infinispan/jdg-quickstart>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions helloworld-jms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Intermediate
Technologies: JMS
Summary: Demonstrates the use of a standalone (Java SE) JMS client
Target Product: EAP
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions helloworld-mdb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Intermediate
Technologies: JMS, EJB, MDB
Summary: Demonstrates the use of JMS 1.1 and EJB 3.1 Message-Driven Bean
Target Product: EAP
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions helloworld-osgi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Intermediate
Technologies: OSGi
Summary: Shows how to create and deploy a simple OSGi Bundle
Target Product: EAP
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions helloworld-rf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Beginner
Technologies: CDI, JSF, RichFaces
Summary: Similar to the helloworld quickstart, but with a JSF front end
Target Product: WFK
Source: <https://github.com/richfaces/as-quickstarts>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions helloworld-rs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Intermediate
Technologies: CDI, JAX-RS
Summary: Demonstrates the use of CDI 1.0 and JAX-RS
Target Product: EAP
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions helloworld-singleton/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Beginner
Technologies: EJB, Singleton
Summary: Demonstrates the use of an EJB 3.1 Singleton Session Bean, instantiated once, maintaining state for the life of the session
Target Product: EAP
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions helloworld-ws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Beginner
Technologies: JAX-WS
Summary: Deployment of a basic JAX-WS Web service bundled in a WAR archive
Target Product: EAP
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions helloworld/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Beginner
Technologies: CDI, Servlet
Summary: Basic example that can be used to verify that the server is configured and running correctly
Target Product: EAP
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
2 changes: 2 additions & 0 deletions hibernate3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Author: Bartosz Baranowski
Level: Intermediate
Technologies: Hibernate 3
Summary: Example that uses Hibernate 3 for database access. Compare the code in this quickstart to the _hibernate4_ quickstart to see the changes needed to upgrade to Hibernate 4.
Target Product: EAP
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions hibernate4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Intermediate
Technologies: Hibernate 4
Summary: This quickstart performs the same functions as the _hibernate3_ quickstart, but uses Hibernate 4 for database access. Compare this quickstart to the _hibernate3_ quickstart to see the changes needed to run with Hibernate 4..
Target Product: EAP
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions hotrod-endpoint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Intermediate
Technologies: Infinispan, Hot Rod
Summary: Demonstrates how to use Infinispan remotely using the Hot Rod protocol.
Target Product: JDG
Source: <https://github.com/infinispan/jdg-quickstart>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions inter-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Advanced
Technologies: EJB, CDI, JSF
Summary: Shows how to communicate between two applications using EJB and CDI
Target Product: EAP
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions jax-rs-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Technologies: JAX-RS
Summary: Demonstrates the use an external JAX-RS RestEasy client which interacts with a JAX-RS Web service that uses CDI 1.0 and JAX-RS
Prerequisites: helloworld-rs
Target Product: EAP
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions jta-crash-rec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Advanced
Technologies: JTA, Crash Recovery
Summary: Uses Java Transaction API and JBoss Transactions to demonstrate recovery of a crashed transaction
Target Product: EAP
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
2 changes: 1 addition & 1 deletion jts-distributed-crash-rec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Technologies: JTS
Summary: Demonstrates recovery of distributed crashed components
Prerequisites: jts
Target Product: EAP

Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions jts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Technologies: JTS
Summary: Uses Java Transaction Service (JTS) to coordinate distributed transactions
Prerequisites: cmt
Target Product: EAP
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>


What is it?
Expand Down
1 change: 1 addition & 0 deletions kitchensink-cordova/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Intermediate
Technologies: HTML5, REST, Apache Cordova
Summary: Based on kitchensink, but uses hybrid HTML5 running as a native application on mobiles
Target Product: WFK
Source: <https://github.com/aerogear/as-quickstarts>

What is it?
-----------
Expand Down
1 change: 1 addition & 0 deletions kitchensink-cordova/android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Level: Intermediate
Technologies: HTML5, REST, Apache Cordova, Android
Summary: Based on kitchensink, but uses hybrid HTML5 running as a native android application on mobiles
Target Product: WFK
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
Loading

0 comments on commit 5aec0d2

Please sign in to comment.