Zurück zum Blog

Tag: annotation

Scheduling and asynchronous execution with Spring

Aljona Buchloh

13.06.2012
You want to execute cron jobs or call your methods asynchronously? Thanks to Spring’s annotation support for scheduling and asynchronous execution you can achieve this in a few minutes. Some…
Weiterlesen

How to monitor and manage your Java application with JMX

Aljona Buchloh

07.05.2012
JMX (Java Management Extensions) provides the infrastructure to support monitoring and management of your Java applications. Resources you manage with JMX are called Managed Beans (MBeans). I want to show…
Weiterlesen