We have a new repository here:
https://github.com/gatein/gatein-portal-quickstart
It's mapped on the idea of:
https://github.com/jboss-jdf/jboss-as-quickstart
Those are examples, they duplicate to some extend this:
https://github.com/gatein/gatein-portal/tree/master/examples
They are made to be easy to consume in JBoss Tools, also they follow
some pattern.
- Only public APIs
- All dependencies pulled from a Bill Of Material for a specific version
of GateIn
- Can be compiled independently of the portal
(- Should compile with Maven central, but that may not be the case yet)
We will ship those examples along with the project as a separate zip.
I know some will prefer to keep:
https://github.com/gatein/gatein-portal/tree/master/examples
Because it gets compiles with the project and make sure they always
compile.
Also those examples can use non-public-API libraries. So I won't delete
them.
We will welcome any example that follow the rules :)
Thomas