Java provides the concurrent library that simplifies concurrent programming, but this is hard to learn and visualize. This project is a series of animations each illustrating the coding and usage of a component in the java concurrent library.
Features
- *** NEW - CONCURRENCY SPECIALIST COURSE *** http://www.javaspecialists.eu/courses/concurrency.jsp
- Listen for updates and events on Twitter: @jconcurrent
- JAVA CONCURRENT ANIMATED
- User controlled animations for visualizing Java concurrency
- Plus Power Point - like slides illustrating use-cases for each animation
- Menu driven - select a concurrency component and start clicking!
- Or sequence through the slides and animations by hitting page down/up
- PLEASE USE JAVA 7 OR BETTER. JAVA 5 & 6 NO LONGER SUPPORTED
- Recently added: StampedLock
License
GNU General Public License version 2.0 (GPLv2)Follow Java Concurrent Animated
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
Great way to visualize tricky concepts.
-
nice work.
-
Excelent, thank you!
-
Execute the below command to launch examples... java -cp <path to jar>/concurrentanimated.jar vgrazi.concurrent.samples.launcher.ConcurrentExampleLauncher
-
A bit difficult to use