Makes sense. Can you please give more details how the project directory
will look like?
There is also a small inconsistency with *.jpa and jpa.*:
-> org.apache.olingo.odata2-processor.jpa
--> org.apache.olingo.odata2-jpa.processor.api
--> org.apache.olingo.odata2-jpa.processor.core
And the annotation module is missing.
- Stephan
On 11.09.13 14:58, "Bolz, Michael" <[email protected]> wrote:
>Hi,
>
>after I have noticed "https://issues.apache.org/jira/browse/OLINGO-4" I
>thought about writing a small quick starter How-To/Tutorial with a sample
>project.
>I would add this sample as {{maven module}} but I would not mess up our
>complete project structure.
>Hence, I suggest to group/sort our current project a little bit so that
>it will keep clear.
>Below is my recommendation for a structure:
>
>org.apache.olingo.odata2-parent
>-> org.apache.olingo.odata2-processor.jpa
> --> org.apache.olingo.odata2-jpa.processor.api
> --> org.apache.olingo.odata2-jpa.processor.core
>-> org.apache.olingo.odata2-lib
> --> org.apache.olingo.odata2-api
> --> org.apache.olingo.odata2-core
> --> org.apache.olingo.odata2-testutil
> --> org.apache.olingo.odata2-fit
> --> org.apache.olingo.odata2-ref
> --> org.apache.olingo.odata2-ref.web
>-> org.apache.olingo.odata2-samples
> --> org.apache.olingo.odata2-tutorial [NEW]
> --> org.apache.olingo.odata2-tutorial.web [NEW]
>
>What do you think?
>
>Kind regards,
>Michael