I come from a java enterprise development organization where we did development in well-separated reusable layers. Resistance Levels, Service Levels, etc. Etc.
Now I'm looking for iPhone application examples or documentation on how to design complex iPhone designs. Most books and examples on apples show very limited code and architecture. They are not suitable for use.
What I'm also looking for is information on how to set up a continuous integration building system that runs all my unit tests when checking the code and reports the unit test results to a system in which we can see the results. For our Java projects, we use svn, mvn, and sonar for this. What is the apple equivalent for this setup? Is it possible?
So, to summarize my questions:
Q1: Are there any examples or books on the complex architecture of iPhone projects?
Q2: How do we install a build system with continuous integration?
source
share