Difference between revisions of "DPS909 and OSD600 Winter 2009 Eclipse WTP Summary"

From CDOT Wiki
Jump to: navigation, search
m (Using Eclipse to Develop WTP)
Line 18: Line 18:
 
*'''Link:''' [https://cs.senecac.on.ca/~jordan.anastasiade/Eclipse/WTP/0/WTP_Tutorial_1.html Using Eclipse to Develop WTP]
 
*'''Link:''' [https://cs.senecac.on.ca/~jordan.anastasiade/Eclipse/WTP/0/WTP_Tutorial_1.html Using Eclipse to Develop WTP]
 
**'''Sections:'''
 
**'''Sections:'''
*** [https://cs.senecac.on.ca/~jordan.anastasiade/Eclipse/WTP/0/WTP_Tutorial_1.html Set the Eclipse environment for the Web Tools Platform (WTP) development proccess]
+
*** [https://cs.senecac.on.ca/~jordan.anastasiade/Eclipse/WTP/0/WTP_Tutorial_1.html Set the Eclipse environment for the Web Tools Platform (WTP) development process]
 
*** [https://cs.senecac.on.ca/~jordan.anastasiade/Eclipse/WTP/0/WTP_Tutorial_1.html#Step1 Checking out the Source Code from the CVS Repository]
 
*** [https://cs.senecac.on.ca/~jordan.anastasiade/Eclipse/WTP/0/WTP_Tutorial_1.html#Step1 Checking out the Source Code from the CVS Repository]
 
*** [https://cs.senecac.on.ca/~jordan.anastasiade/Eclipse/WTP/0/WTP_Tutorial_1.html#Step2 Setting up the target platform]
 
*** [https://cs.senecac.on.ca/~jordan.anastasiade/Eclipse/WTP/0/WTP_Tutorial_1.html#Step2 Setting up the target platform]
Line 26: Line 26:
 
*'''By:''' Jordan Anastasiade
 
*'''By:''' Jordan Anastasiade
 
*'''Description:''' The tutorial is the first one from a series of WTP tutorials. In this tutorial one learns how to set up the Eclipse environment to start developing and maintaining Web Tools Platform plug-ins, by creating a simple addition to the user interface in the servertools part of WTP. The tutorial explains in details the procedure (i.e. the steps necessary) for setting up an Eclipse working environment for developing and maintaining WTP projects.
 
*'''Description:''' The tutorial is the first one from a series of WTP tutorials. In this tutorial one learns how to set up the Eclipse environment to start developing and maintaining Web Tools Platform plug-ins, by creating a simple addition to the user interface in the servertools part of WTP. The tutorial explains in details the procedure (i.e. the steps necessary) for setting up an Eclipse working environment for developing and maintaining WTP projects.
 
 
  
 
==Building Eclipse Web Application==
 
==Building Eclipse Web Application==

Revision as of 16:26, 22 April 2009

Introduction


Students were introduced to technical, social and pragmatic aspects of developing open source software through direct involvement in Eclipse WTP project. They worked under the guidance of Seneca professor Jordan Anastasiade, alongside Seneca professor Peter Liu, and within the Eclipse Community to identify, reproduce, and fix bugs from the Eclipse Bugs database. They were encouraged to contribute to the community in any way they can. This could involve writing code to fix bugs, testing solutions, contributing to a bug fix or developing tutorials. Winter 2009 was the first time run through of DPS909 and OSD600 with Eclipse WTP. This page reflects a summary of the work done during the course and students' accomplishments.



Tutorials


Using Eclipse to Develop WTP

Building Eclipse Web Application

  • Link: Building Eclipse Web Application - Processing Forms with JSP and JavaBeans in Web Application
  • By: Jordan Anastasiade
  • Description: In this tutorial one learns how to configure Eclipse to work with Tomcat and create a Java EE Web Application project that uses a JavaBean and JSPs to create a user email registration application. While simple in content, the example provides a introduction to Java EE Web development based on elements available in the Eclipse Web Tools Platform development environment.


Building Eclipse Enterprise Application

  • Link: Building Eclipse Enterprise Application (EJB 3.0 Session Bean, using Eclipse with GlassFish)
  • By: Jordan Anastasiade
  • Description: This tutorial is on how to configure Eclipse to work with GlassFish application server and create a Java EE enterprise applicationproject that uses a servlet, a JSP as web component and a session stateless enterprise bean as business component. The enterprise application, while very simple, provides a good introduction to Enterprise development end EJB version 3.0 features available in the Eclipse Web Tools Platform.


Persistence in Web Tier using Eclipse

  • Link: Persistence in Web Tier using Eclipse (Web Persistence with JPA, using Eclipse with GlassFish)
  • By: Chris Bishop, Dongwook Kim & Jordan Anastasiade
  • Description: In this tutorial ones learns how to configure Eclipse to work with GlassFish application server and create a Java EE enterprise application project that uses JPA and the persistence mechanisms. The enterprise application, while very simple, provides a good introduction to persistence in Web tier, Java EE in general and features available in the Eclipse Web Tools Platform in particular.


Persistence in EJB Tier using Eclipse

  • Link: Persistence in EJB Tier using Eclipse - EJB 3.0 Persistence Tier – Using Eclipse with GlassFish and MySql
  • By: Weiguo Bi
  • Description: This tutorial is on creating an enterprise application composed of an EJB, Persistence Tier, and web components servlet and JSP as clients. The tutorial allows you to understand how you can design, develop and use EJB, Persistence Tier technology based on 3.0 specifications. This tutorial will introduce you to session stateless EJB 3.0, Persistence, Entity(POJO), and EntityManager deployed in a GlassFish container. Thus, GlassFish becomes the Web Tools Platform project's application server for tutorial's enterprise application.


Sample Enterprise Application in Eclipse WTP



Bug Fixes


#137822

Tomcat: launchTomcat server from Run/debug dialog throws error, fix by Le Yang and Shelley Shi




#209289

delete button is enabled even when there are no extensions to delete, fix by Jesse Valianes




#227760

'Save Resource' dialog appears twice in 'Start the server', fix by Nabeel Khan and Le Yang




#235381

Soap parts attribute field doesn't update after it is modified, fix by Jesse Valianes




#240698

Save Resource dialog shows up repeatedly after clicking 'No' when server is starting, fix by Le Yang and Khanh (Kevin) Vu




#244814

Generate JAX-RPC JSPs wizard Test Facility field needs redesign, fix by Davoud Salahi Rad




#253231

Validators need to ignore .* resources by default, fix by Jian Feng Allen Xie




#256185

Null pointer when changing reference kind in the properties view with type combo box open in design view, fix by Peter Liu



Other bugs worked on













Collaborative Learning


As described in Peter Liu's blog posting "Eclipse WTP - Exciting News", through collaboration and mentoring from Jordan and professional WTP developers students gained knowledge, fixed bugs, and experienced the great feeling of success in this course. The students' efforts paid off with learning from and contributing to the community.



Special Events


Presentations by Angel Vera and Lawrence Mandel from IBM (Toronto Lab):


WTP - API Concepts and Roles

  • Topic: Server Tools Architecture - Techniques to find the source code for a specific bug
  • Presenter: Angel Vera, Eclipse WTP Project Team Committer
  • Date: Feb 17, 2009


Eclipse Plug-in Architecture

  • Topic: Eclipse Plug-in Architecture - Techniques for Developing WTP
  • Presenter: Lawrence Mandel, Software Developer IBM Rational Software
  • Date: Feb 24, 2009



Related Links