Commit ea3acb90 by David Blevins

Expanding readme with notes on what can be deleted

parent 053abe72
...@@ -7,5 +7,12 @@ Just fork and start coding with this simple starter project. Includes: ...@@ -7,5 +7,12 @@ Just fork and start coding with this simple starter project. Includes:
- Simple `OrangeBean` JAX-RS service - Simple `OrangeBean` JAX-RS service
- Basic `OrangeBeanTest` using Arquillian and the CXF `WebClient` - Basic `OrangeBeanTest` using Arquillian and the CXF `WebClient`
Sample code designed to be easy enough to delete and move ahead with your real code,
but complete enough to copy for real tests.
All org.superbiz code and pom references can be safely deleted and replaced with real
project code.
Use of the CXF WebClient is not mandatory. One could just as easily use Apache HttpClient
or any other http client code.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment