There has been a lot of work trying to minimize the use of the ext environment to keep your site more maintainable and easier to customize. Here are some tips that has helped me keep my ext small and more maintainable/manageable which will also make upgrades more smooth.
Move anything possible in ext to hooks.
1. Do you need to override a *ServiceImpl.java class?...