Outline of resources to learn Java

0 Shares
0
0
0

Couple weeks ago during our Women Who Code leadership meeting, one of our organizers  volunteered to run a meetup for people who want to learn Java and I committed on helping her by providing an outline of topics and resources useful to prepare for this event.  
Here is the outline for the java curriculum that I sent her, I also included some links for resources where you can reference the topics. I hope this is helpful for anyone who is trying to learn Java (please read below if you are curious to know about my relationship with Java) 

How I got into Java:

When I got a job in Thoughtworks, I was required to prepare for the upcoming training in Java.  To be honest, it was hard to switch from Ruby on Rails and its magic to Java, and I am still having some hard time sometimes but its teaching a lot specially its helping me to understand better what I am doing and how things are connected.  

During the training, I had to deal with Java and also Spring MVC which is a framework with Model-View-Controller kind of similar to Rails but with a lot more confirmation that has to be done.  

“The Spring web MVC framework provides model-view-controller architecture and ready components that can be used to develop flexible and loosely coupled web applications. The MVC pattern results in separating the different aspects of the application (input logic, business logic, and UI logic), while providing a loose coupling between these elements" 

0 Shares
Leave a Reply

Your email address will not be published. Required fields are marked *

You May Also Like