Blog Archive
Videos
Unlike the previous lessons, this one is heavily focused on testing your MVC web application with testing tools like Selenium and WebDriver.
Product Catalog: Build an MVC Application to Manage Our Catalog
This next lesson expands our interaction with the data in our database by converting our stand-alone application into an MVC web application.
JavaOne 2017: Day One News, Highlights, and Recap
Check out our in-depth video outlining of all the exciting news and announcements that Oracle and the community shared on the first day at JavaOne 2017.
Database Design – Building the Heart of Your Application
Database design is an essential part of building most software applications. Proper implementation can impact speed, usability, and reduce user frustration. In this video tutorial, we look at some steps and guidelines to…
Getting Things Done And Avoiding Busywork
We take a slight pause in the Creating a Software Solution series to look at productivity. One of the key attributes of a good developer and team is the ability to accomplish…
Product Catalog: Using Tools and Applications to Interact With Our Data
This next lesson covers the different types of tools you can use to interact the data in your database. Such as DBVisualizer or by building an application.