On 20 April 2013 08:32, DImuthu Upeksha <[email protected]> wrote:

>
> 1. As I'm new to Isis project I don't know coding conventions you use.
> Like packaging and naming classes
>

Our dev env standards are documented here [1].  There are some templates
etc that you can import into Eclipse.   If you use some other IDE, then
sorry, we don't have any for those.

In terms of package names, if we assume that eventually your code will
become part of the Isis codebase, then the package name would be:

org.apache.isis.viewer.android.xxx

But you might want to put the code under a domain that you own initially,
eg replacing "org.apache.isis" with (your equivalent of) "com.danhaywood".





> 3 If you can give me a existing project which has a good packaging
> structure, (a github link) I will be able to refer it and have a clear
> idea.
>

My best suggestion is for you to look at Isis itself [2].  In particular,
look at the viewers (wicket, restfulobjects, scimpi).

Right now I wouldn't worry about this stuff too much.  It's good that you
are thinking about it, but it's not where the project risk lies.  If I were
you I'd focus on exploring things that you think are difficult to do, and
spike them.  Always better to fail early than late...

Cheers
Dan



>
> Thanks
> Dimuthu
>
>
[1] http://isis.apache.org/contributors/development-environment.html
[2] https://github.com/apache/isis

Reply via email to