by Mark Fulton | Mar 15, 2017 | Research, Topics in IT
Summary Concurrency in computer systems is a tricky subject. From deadlocks, to race conditions, making sure that your data is in a valid state gets harder the more you focus on having a concurrent system. These problems below show some of these concurrency issues and...
by Mark Fulton | Mar 14, 2017 | Database Research
Goals: The goals are to: Design and develop a command line application to demonstrate interactivity with a database using Hibernate Be able to retrieve an object using Hibernate Be able to retrieve related objects (one-to-many collection mapping) Be able to insert...
Recent Comments