[Discussion] Rest package names

2013-01-21 Thread Andrei Shakirin
Hi, I would like to make a proposal regarding some Rest package names: 1. Core services implementations: org.apache.syncope.core.services (actually org.apache.syncope.core.services.impl). Impl ending doesn't bring additional information and doesn't recommended by java best practices.

Re: [Discussion] Rest package names

2013-01-21 Thread Christian Schneider
On 21.01.2013 10:29, Andrei Shakirin wrote: Hi, I would like to make a proposal regarding some Rest package names: 1. Core services implementations: org.apache.syncope.core.services (actually org.apache.syncope.core.services.impl). Impl ending doesn't bring additional information

RE: [Discussion] Rest package names

2013-01-21 Thread Andrei Shakirin
it symmetric with core, otherwise it will be confusing. Cheers, Andrei. -Original Message- From: Christian Schneider [mailto:cschneider...@gmail.com] On Behalf Of Christian Schneider Sent: Montag, 21. Januar 2013 11:00 To: dev@syncope.apache.org Subject: Re: [Discussion] Rest package

RE: [Discussion] Rest package names

2013-01-21 Thread Andrei Shakirin
@syncope.apache.org Subject: Re: [Discussion] Rest package names On 21.01.2013 11:14, Andrei Shakirin wrote: Hi Christian, 2. Resource comparators and server exception mapper: org.apache.syncope.core.rest.utils (actually org.apache.syncope.core.rest). It makes purpose of these classes more