Chapter 12. Generating business logic

12.1 A case study: generating Java business equations
12.2 A case study: the report logic and interface generator
12.3 Summary

Business logic is the area of an application with the most edge cases and custom behaviors. For this reason, you may think that code generation cannot be used to build business logic. And it’s true that you probably won’t be able to generate all of the business logic code, but in this chapter you’ll see some creative uses of code generation that should help you automate portions of it, which will speed your development greatly.

We’ve provided some examples of generators ...

Get Code Generation in Action now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.