archetype-resources.readme.md Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of net.osgiliath.archetype.business
Show all versions of net.osgiliath.archetype.business
Must be behind an Osgiliath parent archetype, business processing of data
# Business Archetype with blueprint
Its made to process datas: for example make computation.
It also exposes services, consume data, and in a general way (even if its not mandatory) is an intermediary to the Model part
### Default technologies:
Guava, Lombok, CXF-JaxRS, JaxB, JSonP, Camel-JMS (producer/consumer), Jsr303, Spring-Security, CDI, junit, Mockito, Pax-Exam (integration tests)
### Technologies
Karaf features
### Building/using
Add to the settings.xml of your maven if you're behind a proxy:
```xml
[...]
osgiliath-exec
/usr/share/maven/conf/settings.xml
osgiliath-exec
```
If you're on a Mac, you've also to add a java.home property pointing on your jdk 1.7 installation root.