In this chapter, we will now take a look at the server side of scripting. Here, we look at getting started writing server-side scripts by introducing the basics for producing server-side code. We will also see how to test these scripts and take a look at some examples.
We will be looking at the following topics in this chapter:
- Business rules
- UI actions
- Access controls
- How and when to write server-side scripts
- Testing a server-side script
- Server-side script examples