FileMaker Extra: Development with a Team

 <  Day Day Up  >  

graphics/new_icon.jpg

Sometimes systems are big enough that they warrant multiple developers in addition to multiple users. Developing as a team can be a bit complex with FileMaker Pro, but one of the best (and often unsung) features of this latest version is that database schema changes can be made while the database is live, on a server, as other users are in the system. This is an extraordinary boon for FileMaker developers and will make a real difference in all of our lives.


The idea is simple: Set up a server (far better than multi- user peer-to-peer hosting) and have as many developers as a given system needs work together.

It's important to keep a few things in mind: Only one person can adjust the schema at a time. This is true for scripts as well. If another developer is working in ScriptMaker, you can view scripts there, but you will be unable to make changes or add new scripts until your teammate is finished. This means you can have one person focused on scripting, one defining a new calculation field, and a handful of others working on different layouts all at once.

Over the years we've assembled some best practices for working on a team. Here's a list of techniques we draw on:

  • Use FileMaker Server ” Server (as opposed to simply working peer-to-peer) allows you to run frequent backups , and if any one machine crashes, the files are still protected from the crash.

  • Use FileMaker Developer ” The Script Debugger is handy to use in the multi-developer environment. When another developer is editing scripts, and you can't open a script in ScriptMaker, turn on the debugging tool and you'll at least be able to see the script in question.

  • Use Custom Functions ” Custom functions can be written while other programming activities are underway, and they provide a deep layer of possible abstraction. It's possible to have multiple developers building custom functions while others work in the core system, and it's also a great way to reuse code across a team.

  • Set up a bug tracking database ” If you're working on a multi-user system, testing, requests , random ideas, and other communication is vital . You've got some of the world's best database software at your fingertips; put it to use and build a bug tracking system for your development team and your users.

  • Build re-login scripts, toggle status area scripts, and "developer" layouts ” Giving developers access to the "back stage" area of a system is vital. Build scripts to get them there.

  • Assign a chief architect ” With creating a meal, too many cooks in the kitchen spoils the broth. Similarly, one person should ultimately be responsible for the overall technical directions the system requires.

  • Comment ” Comment. Comment. Comment. Your team will either thank or kill you, depending on how well you take this to heart.

 <  Day Day Up  >  


QUE CORPORATION - Using Filemaker pro X
QUE CORPORATION - Using Filemaker pro X
ISBN: N/A
EAN: N/A
Year: 2003
Pages: 494

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net