Skip to content

Commit

Permalink
JBEAP-695: Fix WAR names in inter-app README file
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilda committed Aug 13, 2015
1 parent bd8cc93 commit a4c1d35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inter-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ CDI only provides intra-applicaion injection (i.e within a top level deployment,
In all, the project has three modules:

* `jboss-inter-app-shared.jar` - this module contains the interfaces which define the contract between the beans exposed by the WARs. It is deployed as an EJB JAR module because Eclipse Web Tools Platform can not deploy simple JARs.
* `jboss-inter-app-A.war` - the first WAR, whiches exposes an EJB singleton, and a simple UI that allows you to read the value set on the bean in appB
* `jboss-inter-app-B.war` - the second WAR, whiches exposes an EJB singleton, and a simple UI that allows you to read the value set on the bean in appA
* `jboss-inter-app-appA.war` - the first WAR, whiches exposes an EJB singleton, and a simple UI that allows you to read the value set on the bean in appB
* `jboss-inter-app-appB.war` - the second WAR, whiches exposes an EJB singleton, and a simple UI that allows you to read the value set on the bean in appA

System requirements
-------------------
Expand Down

0 comments on commit a4c1d35

Please sign in to comment.