EagerLoad is a pain when developing. I my opinion you should kill two birds
with one stone. Setup a monitor page that includes the services you want to
eager load and point a website monitor at it. Then it takes the startup hit
instead of your users and you also know when the site is broken.


On Fri, May 10, 2013 at 7:27 AM, Lance Java <lance.j...@googlemail.com>wrote:

> You can annotate individual service builder methods in AppModule with
> @EagerLoad. There's also ServiceBindingOptions.eagerLoad() available for
> bind().
>
> Not sure if there's a global option.
>

Reply via email to