Java Learning Hierarchy

Oyster

Member
Nov 20, 2008
151
0
0
I have had sporadic exposure to various Java technologies over the past couple of years, but I'm still unclear about the proper path for mastering techniques in a successive manner. I have some time opening up from an assignment over the next few months, so would love the input of Java pros of how to proceed.

I have about eight years of experience in programming and architecture, so am definitely not new to the topic. However, I have yet to find a cohesive demonstration of a process to properly bolster my Java skills. For example, how/where do i methodically begin exploring Java EE.

What I'm looking from you guys is a, somewhat, structured process for picking up topics, especially when some topics build on others. For example, if someone were to ask me, "How do I go on learning C# from scratch and bring myself up-to-speed with current standards?," I'd give them a roadmap as follows:
1) .NET 2.0 (ADO.NET, Generics, ASP.NET 2.0, Windows Forms, Reflection, CLR, Web Services, Windows Services, Multithreading, etc.)
2) .NET 3.0
3) .NET 3.5 (LINQ, WCF, WPF, MVC, etc.)
4) .NET 4.0 (async, await, etc.)

In the above example, I skipped WCF, WPF, MVC from the .NET 3.0 bullet because I know the technologies weren't really polished until .NET 3.5. For some of you Java guys, some of these acronyms maybe gibberish. If it is any clearer, I wish to explore all core Java topics (server side, Web, mobile, etc.).

I programmed Java in college, but then mastered .NET professionally, but now want to really expand into Java again.

So all of you Java pros, please share your approaches.

As a side note, please don't make this a C# vs. Java thread... we have enough of those going on around here.

Thanks.
 

Ken g6

Programming Moderator, Elite Member
Moderator
Dec 11, 1999
16,360
4,067
75
If it is any clearer, I wish to explore all core Java topics (server side, Web, mobile, etc.).
OK, that's the clearest request I see here.

I can't give you a "structured process for picking up topics", but I can give you starting points.

First, if by Java Web you mean applets, that's dead. (Think Sliverlight dead.) Some people may still use it, but they really shouldn't.

Next, for Java EE, pick up a copy of Apache Tomcat and start playing with it. Java EE is somewhere between ASP.NET and PHP, but closer to PHP I think - not having done much ASP.NET. I don't know any particular tutorials for it, but someone else might.

Mobile + Java = Android. If you want to do anything iOS, you'll need to learn Objective C instead. Google has a standard SDK for Android, and lots of documentation there too, such as tutorials under "Training".
 

Leros

Lifer
Jul 11, 2004
21,867
7
81
Next, for Java EE, pick up a copy of Apache Tomcat and start playing with it. Java EE is somewhere between ASP.NET and PHP, but closer to PHP I think - not having done much ASP.NET. I don't know any particular tutorials for it, but someone else might.

Eh, that hasn't really been true for a long time.

Back in the dark days, people coded entire sites in JSPs which were a mixture of your layout and Java code, very similar to PHP. Nobody does that anymore.

These days, people generally use some sort of MVC model. Your controller is written in a pure Java class. Your model is a pure Java class. Some people use JSPs as the template language for the view, but there are plenty of alternatives.
 

Net

Golden Member
Aug 30, 2003
1,592
2
81
start with Java then move onto Java EE.

For Java you can begin with:

1. Collections
2. Generics
3. Naming Conventions
4. You'll want a build tool so I would recommend Maven
5. Learn the API (HashMap, etc...)

Write a few programs and make good use of the API. Search for best practices when your designing and writing a lot since your in the learning phase.
 
Last edited:

beginner99

Diamond Member
Jun 2, 2009
5,231
1,605
136
Next, for Java EE, pick up a copy of Apache Tomcat and start playing with it. Java EE is somewhere between ASP.NET and PHP, but closer to PHP I think - not having done much ASP.NET. I don't know any particular tutorials for it, but someone else might.

No, tomcat is just a servlet container. It is not fully compatible with Java EE. For full Java EE you need an application server like glassfish or JBoss. Or alternatively http://tomee.apache.org/ for Web profile only.

However the question is if full Java EE is needed at all. I strongly suggest to also have a look at the Spring Framework:

http://www.springframework.org/
 

hooflung

Golden Member
Dec 31, 2004
1,190
1
0
If you are trying to build a web application then you probably want to understand the fundamentals of how the servlet spec works from web.xml up. You could take a lot of stuff for granted if you just read a book on Spring Web MVC and decide you know enough to start writing Java web apps using the latest and greatest framework.

If you are trying to build an event driven system then you most certainly need to understand the concurrency api and STM as well as the asynchronous I/O library. You might want to look into Akka framework and Java 8's Lamda's while you are at it.

But as Net said also, learning the basics and whatnot is also priority. Gradle and maven are really great tools as well as Jenkins (using gradle with gradle using maven) makes SDLC pretty streamlined.

Have fun with Java. It is not the Dinosaur or Leaky Faucet people make it out to be. It is getting better all the time and I wouldn't be surprised if most of the robust subsystems of the the future were built on Java 8 when Lamda's are leveraged correctly.
 
Sep 29, 2004
18,656
67
91
Do a GUI using model/ view controller.

Make a simple widnow with 3 panes. Have buttons, text entry and other stuff in one pane and output of differing types in the other two. Make all information transfer between the views go though the model. If you want to get fancy, you could even add in a contrller of some sort. Maybe a thread running and every minute the time gets updated in the 2 output panes using hte model as an in betteen for the contrlller (timer thread) and views (the two panes).
 

Bulldog13

Golden Member
Jul 18, 2002
1,655
1
81
1. JavaServer Faces (like their version of webforms / mvc)
1.5 JDBC
2. JPA (orm)
3. Jax-rs (restful web services)
 

steelodon

Senior member
Oct 29, 2007
580
12
81
start with Java then move onto Java EE.

For Java you can begin with:

1. Collections
2. Generics
3. Naming Conventions
4. You'll want a build tool so I would recommend Maven
5. Learn the API (HashMap, etc...)

Write a few programs and make good use of the API. Search for best practices when your designing and writing a lot since your in the learning phase.

Any good book recommendations for what is listed?
 
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |