About Madhura Oak

Madhura Oak is a Technical Leader at e-Zest Solutions Ltd. and has over 11 years of experience. She works on design and development of applications using Java EE, Spring, Hibernate and XML technologies.

Best Practices in Requirements Management

A project iteration starts with Requirements Analysis phase. In this phase, the requirements are gathered from various stakeholders of the project. A requirement defines the work that needs to be carried out in a project. Though most of the requirements … Read More

The Executor Framework – Part V

So far in the Executor Framework blog post series, I have covered the following topics:

  1. Creating a single worker thread for sequential execution of tasks
  2. Creating a thread pool of fixed number of threads
  3. Creating asynchronous task
  4. Creating cancellable Runnable
  5. Read More

The Executor Framework – Part III

In the Part II of Executor Framework blog post series, I had written about creating cancellable Runnable task and creating Runnable task with a timeout with the help of this framework. I had also written about two submit methods of … Read More