This is an outline of what will be working on at the 2009 Hands-on lab for Eclipse, GlassFish and Plugin bundled

Exercise 1:

  • Objective:
    • Learn basic steps to install Eclipse & Register Glassfish Server with creating, deploying and running a simple web dynamic web project with GlassFish
    • Use Eclipse Monitor to monitor application performance, use debugger to debug Servlet/JSP and some Glassfish Utilities
  • Expected duration:
    • 30 minutes
    • Brief description:
      • -Get the right eclipse IDE version (Eclipse for JavaEE Developers)
      • -Download Glassfish Plugin for Eclipse
      • -Create and Register Glassfish Server to Eclipse
      • -Show Glassfish Server Usage from Eclipse IDE
      • -Create a new Dynamic Web Project
      • -Deploy and execute the web project with Glassfish Server
      • -Examine Glassfish Log View
      • -Use Admin GUI Console with Glassfish
      • -Change Global Preference for Glassfish Server
      • -Use Glassfish Help Menu
      • -Use Monitor to monitor Application with Glassfish
      • -Register Glassfish Installation
      • -Use GlassFish v3 Prelude Update Center from Eclipse

Exercise 2:

  • Objective:
    • Show end-to-end advanced application development: Web, EJB, JPA, JSF, JRuby and ...(depends on user's questions)
  • Expected duration:
    • 30 minutes
    • Brief description:
      • -Java DB Registration
      • -Add a new Data Source and registering it to GlassFish
      • -Use Debugger to debug a Servlet with Glassfish
      • -Create a JPA Project
      • -Create JFS Project
      • -Create JRuby Project
      • -Create a EJB and Enterprise Project