• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Java EE 7: New Features LVC Feedback

 
Ranch Hand
Posts: 145
8
Mac MySQL Database Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ranchers,

As part of my preparation to OCMJEA, I completed a “Java EE 7: New Features” virtual class today. I thought that my feedback will be helpful for those of you considering what course to take.

After you register and your enrollment is confirmed, you will be given the link to download an eKit (a fancy way to call two pdf documents - one being “student guide”, which is a ppt presentation converted to pdf, and another one is “activity guide”, which is step-by-step guide to complete labs. More of it later).

The course takes two days and consists of webex virtual presentation and the labs. For the webex part, you need to be able to download and install webex browser plug-in. I first tried it on Windows, since it is officially supported platform for LVC, but found problems with audio that I couldn’t solve, so I switched to Mac and it worked fine. It will be webex where you’ll be communicating with the presenter - he’ll be running PPT slides, sharing his desktop to help you understand how to do something, engage you in discussions, ask questions, you’ll be answering them, either verbally or by pressing “yes” or “no” buttons in webex, etc.

There’s also labs. For the labs, you’ll have to be able to run a browser-based VPN solution to oracle university web site. There’s a number of limitations I’d like you to know of:

1. On windows, you can only use Internet explorer. Somehow the VPN solution needs active-x on Windows.
2. On Mac, the VPN uses java applets and requires Java 7. This means that you cannot use Chrome - Chrome does not support Java 7 on Mac OS X. Java 7 runs only on 64-bit browsers and Chrome is a 32-bit browser. So you should use Safari. Now, on one of Macs I own Java 8 SDK installed, and I was unable to run VPN applet on that machine. I have Java 7 JRE on another Mac, and I was able to run VPN applet on it.

After VPN is up and running, you’ll be given a link to to download a “NoMachine” remote desktop application to your computer, it’ll your gateway to Linux Gnome virtual environment where you’ll be doing your labs.

In the Labs environment, you’ll find a NetBeans IDE, a folder with java projects you’ll have to work with, a terminal, a firefox browser, and the pdfs with student guide and activity guide you’ll already have locally. Note that Linux VM where you’ll have to work can be very slow at times, screen refresh can take a couple of seconds, so you outta be patient. For the labs assignments, you won’t be coding anything from scratch, but rather make modifications necessary to implement the concept from the topic topic in existing code. These step-by-step modifications are all explained in “activity guide”.

The classes structure is that the host first walks you through the topic in webex, asking questions and explaining what is unclear along the way, then you do the labs assignment in the Labs environment (just to recap, it’s NoMachine virtual desktop through browser-based VPN to Linux VM box with Gnome). There are 6 topics in the course and 3 topics are covered each day, and there’s one long 1-hour break and one shorter 15 minutes break between topics. The host is very knowledgeable and really good at teaching stuff. In my group, there were 7 people from all over the world.

That is it, hope my feedback will be useful for some of you.


Cheers, Mike
 
Bartender
Posts: 3648
16
Android Mac OS X Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Mike for the feedback.

So does the course material/lab exercise help you understand how developing on JEE7 different/better/simpler than on JEE6 or JEE5?
 
Mike Degteariov
Ranch Hand
Posts: 145
8
Mac MySQL Database Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey K.Tsang,

K. Tsang wrote:So does the course material/lab exercise help you understand how developing on JEE7 different/better/simpler than on JEE6 or JEE5?


Yes it actually does. The course gives you enough information to understand the key benefits of new features of JEE7, along with the possibility to try it yourself doing labs.
One need to understand though that these classes are only 2 days, so they not supposed to teach you all ins and outs of JEE7. And, since this class is all about improvements
of JEE7 over its predecessor, which is JEE6, it is important for the participant to have some knowledge of JEE6 as well.
 
author & internet detective
Posts: 42109
934
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is a great writeup the the live virtual class. Have a cow.

I've added a link to this thread from our FAQ.
 
Mike Degteariov
Ranch Hand
Posts: 145
8
Mac MySQL Database Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Many thanks Jeanne !

--
Regards, Mike
 
Ranch Hand
Posts: 33
2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Mike,
I have a question regarding this course. Did you complete any pre-requisite courses for the 'Java EE 7 New features'? such as 'Java SE 7 programming'? How strict is Oracle regarding completion of pre-requisite training courses?
 
Mike Degteariov
Ranch Hand
Posts: 145
8
Mac MySQL Database Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey Mithun Ms,

No, actually I did not.
The Java EE 7 New features did not require any pre-requisite courses back than.
 
Greenhorn
Posts: 25
Oracle AngularJS Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Strange, because looking at the oracle site has this course (Java SE 7 Programming) like required prerequisites
oracle.png
[Thumbnail for oracle.png]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic