Instructor Led Eclipse Training in Oregon, USA

Eclipse Training Provider? - Tell us about your Training!
Eclipse Training Seminars and Classes
From Wintrac Inc.
J2EE Architecture and Patterns using Eclipse and JBoss(java) J2EE is a collection of technologies specifically meant to aid development of enterprise class software applications. This course will help architects and senior developers devise a plan that other developers in the team can follow to develop robust, high performance, easy to maintain and secure applications. The material in this class covers the most critical areas of a mission critical  more...
Fast Track to JavaServer Faces JSF Using JSF to Build J2EE Web Apps on the JBoss Application Server JSF is a J2EE technology that focuses on simplifying the building of Web based user interfaces in Java. It builds on existing technologies, such as Servlets and JSP, but solves many of the issues that arise when using them directly. It does this by providing a standard component based user interface (UI) framework that can be leveraged by tools to provide a rich and easy to use development  more...
Fast Track to Servlets - JSP on the JBoss @ Application Server Servlets and JSP (JavaServer Pages) are key server-side Java technologies for building web applications. Servlets are programs that run on a web server; they can respond to client requests and create dynamic content. JSPs are useful for displaying dynamic data, and allowing Java developers and Web page designers to work together easily. The JSTL is a tag library for JSP that encapsulates the core  more...
Fast Track to Enterprise JavaBeans 3.0 (EJB3) and the Java Persistence API (JPA) on the JBoss@Application Server ...etailed directions on using JBoss. Labs are done with the Eclipse IDE, and the lab instructions also include instructions for using Eclipse. The Enterprise JavaBeans 3. 0 specification is a deep overhaul of the EJB specification that is intended to improve the EJB architecture by reducing its complexity from the developer's point of view. It leverages annotations (introduced in Java 5) and  more...
Fast Track to Enterprise JavaBeans 3.0 (EJB 3) on the JBoss Application Server ...etailed directions on using JBoss. Labs are done with the Eclipse IDE, and the lab instructions also include instructions for using Eclipse. The Enterprise JavaBeans 3. 0 specification is a deep overhaul of the EJB specification that is intended to improve the EJB architecture by reducing its complexity from the developer's point of view. It leverages annotations (introduced in Java 5) and  more...
Fast Track to SOA and Java Web Services JAX-WS Web services are designed to allow Web-based access to distributed software and business services. They bring a standard, open service architecture to component development that allows them to be accessed over the Web with standard protocols such as HTTP and standard XML formats for messages and service descriptions. This course will give you a thorough understanding of the current Web services  more...
Fast Track to Java 5 - Java 6 and OO Development Using Rational Application Developer (RAD) ...ronments. This course is available for most IDEs, such as Eclipse and IBM RAD Be prepared to work hard and learn a great deal! The course can be held on-site & customized to fit your needs. All labs are done using the RAD Development Environment, and the lab instructions include detailed directions on using RAD and the RAD wizards and tools. You can get a complete list of other Java  more...
Fast Track to JavaServer Faces (JSF) - Using JSF to Build J2EE Web Apps JSF is a J2EE technology that focuses on simplifying the building of Web based user interfaces in Java. It builds on existing technologies, such as Servlets and JSP, but solves many of the issues that arise when using them directly. It does this by providing a standard component based user interface (UI) framework that can be leveraged by tools to provide a rich and easy to use development  more...
Fast Track to Java EE 5 with Servlets JSP & JDBC Java Enterprise Edition (Java EE 5) is a powerful platform for building web applications. The Java EE platform offers all the advantages of developing in Java plus a comprehensive suite of server-side technologies. This course tells you what you need to know to design and build your own web applications. You'll learn the details of the key Java EE technologies and how to leverage the strengths of  more...
Fast Track to Servlets - JSP Servlets and JSP (JavaServer Pages) are key server-side Java technologies for building web applications. Servlets are programs that run on a web server; they can respond to client requests and create dynamic content. JSPs are useful for displaying dynamic data, and allowing Java developers and Web page designers to work together easily. The JSTL is a tag library for JSP that encapsulates the core  more...
Fast Track to Jakarta Struts Struts is an open source, Model-View-Controller (MVC) framework developed by The Apache Software Foundation as part of its Jakarta project. Struts is built on top of JSP, Servlets, and custom tag libraries. After reading the first J2EE Blueprints from Sun with their explanation of MVC and how to accomplish it with custom tags, Servlets, and JSP, one can clearly see that Struts is a  more...
AJAX for Java Developers (java) Ajax (Asynchronous JavaScript and XML) is a browser based technology for creating highly interactive Web applications by updating parts of a Web page with new data without reloading the whole page. This results in a more responsive and interactive interface, and is the technology powering websites like Google Maps and Google Mail. There is no formal definition of Ajax, but using  more...
Fast Track to Hibernate Using Hibernate For Java Database Access Hibernate is an open source object/ relational (OR) persistence and query service for Java. Hibernate lets you develop persistent classes following common Java idioms - including association, inheritance, polymorphism, composition and the Java collections framework. The Hibernate Query Language, designed as a minimal object-oriented extension to SQL, provides an elegant bridge between the  more...
Fast Track to Spring 2.x and Spring Web Flow 2 Spring is a lightweight Java framework for building enterprise applications. Its Core module allows you to manage the lifecycle of your objects, and the dependencies between them, via configuration metadata (usually XML) and Dependency Injection / Inversion of Control. Its advanced capabilities provide support for JDBC and persistence frameworks like Hibernate (DAO and ORM modules),  more...
Fast Track to Spring 2.x Spring is a lightweight Java framework for building enterprise applications. Its Core module allows you to manage the lifecycle of your objects, and the dependencies between them, via configuration metadata (usually XML) and Dependency Injection / Inversion of Control. Its advanced capabilities provide support for JDBC and persistence frameworks like Hibernate (DAO and ORM modules),  more...
Fast Track to Spring 3 and Spring MVC Web Flow Spring is a lightweight Java framework for building enterprise applications. Its Core module allows you to manage the lifecycle of your objects and the dependencies between them via configuration metadata (either XML or annotations) and Dependency Injection / Inversion of Control. Its advanced capabilities provide support for JDBC and persistence frameworks like Hibernate (DAO and ORM modules),  more...
Fast Track to Spring 3 Spring is a lightweight Java framework for building enterprise applications. Its Core module allows you to manage the lifecycle of your objects and the dependencies between them via configuration metadata (either XML or annotations) and Dependency Injection / Inversion of Control. Its advanced capabilities provide support for JDBC and persistence frameworks like Hibernate (DAO and ORM modules),  more...
Fast Track to Java 5 Java 6 and OO Development Fast Track to Java and OO Development is a fast paced course suitable for programmers with existing programming experience. It can be taught to audiences with less experience by reducing coverage of the optional, more advanced topics. Java is one of the most important programming languages used today, and its correct usage is a critical part of many systems being written now. The basics of the  more...
Advanced Java Language Topics The Java programming language has a number of powerful capabilities that have been introduced in recent releases of the Java platform. These include such things as generics, reflection, assertions, inner classes, and enumerations. Though many Java programmers have seen these technologies used in the Java libraries, for example the generic Collection classes, they are slow to adopt them in their  more...
JDBC - Java Database Connectivity JDBC is a Java technology for accessing SQL databases. It is a core part of J2EE, and it works with every major database product. This hands-on course covers all the details that you will need to use JDBC to access the information in your databases using Java. It also talks about real world issues in using JDBC. All labs can be done with the Eclipse IDE or a simple editor, and the lab  more...
Intro to Java and OO Development Geared to audiences with no background in Object-Oriented programming or Java. It uses a steady pace and numerous hands-on labs to provide an easy entry into the world of Java and OO Programming. Java is one of the most important programming languages used today, and its correct usage is a critical part of many systems being written now. The basics of the language are relatively easy, but the  more...
Intermediate Java Programming ...rlay of workspace and project files to support use of the Eclipse IDE in the classroom. (This requires that the instructor be experienced in use of Eclipse and able to walk students through basic tasks in the IDE.) This revision of the course begins a ™ migration from Java 1. 4 to Java 5. 0: it continues to focus on the 1. 4. 2 SDK and language, but highlights missing features and  more...
Introduction to Java Programming ...rlay of workspace and project files to support use of the Eclipse IDE in the classroom. (This requires that the instructor be experienced in use of Eclipse and able to walk students through basic tasks in the IDE.) An important thrust of this course is to teach programming from an object-oriented perspective. It is often difficult for programmers trained originally in a procedural language  more...
COMPLETE IBATIS USING ECLIPSE There are plenty of persistence frameworks in the Java community. iBATIS is an open source a data mappera framework. Data mappers do not tie classes to tables or class fields to columns. Instead, a data mapper maps parameters and results of SQL statements to classes and fields. This makes iBATIS a simple and lightweight persistence framework. By removing the repetitive and error prone work,  more...
JAX-WS Based Web Service Development Using Eclipse Training ...an gain complete mastery over Web Services development in Eclipse WTP and JBoss after taking this course. This course will teach you the theory behind XML schema, WSDL and SOAP. It will proceed to teach you various Java specifications that cover Web Services development (JAX-WS , JAXB and JSR 921). Advanced topics such as WS-Security, WS-Addressing, WS-ReliableMessaging and WS-Trust are  more...
Developing Spring 2.5 Applications Using Eclipse Spring IDE Training This course provides students with the knowledge needed to use the Spring Framework and the Eclipse Spring IDE to develop flexible, testable and maintainable Java EE enterprise applications. This course covers v2. 5 of the Spring Framework. You can get a complete list of other Java classes at http://www.wintrac.com/courses/mainJava.asp  more...
J2EE Programming using Eclipse and JBoss (java) This course teaches programmers how to write enterprise applications based on the Java 2 Enterprise Edition (J2EE) architecture. In addition to the core concepts of J2EE, this course provides specific instruction on building J2EE applications using the best practices established in the field. You can get a complete list of other Java classes at  more...
Java Persistence JPA Programming using Eclipse This 3 day training course teaches students about the standard persistence architecture provided by JPA. This standard can be used to replace third party persistence frameworks like Hibernate. By learning the programming model made available by the JPA standard and how to use it in various types of applications, developers can create applications that are more portable between environments and  more...
Java EE 5 Programming with Servlets and JSPs Students will learn to develop and test server-side web applications based on the Java Platform, Enterprise Edition (Java EE) component model using Eclipse tools. Develop and test server-side applications that use Servlets and JavaServer Pages (JSPs) for the control and flow of e-business applications. You can get a complete list of other Java classes at  more...
Servlet and JSP Programming with Tomcat 6 Using Eclipse Students will learn to develop and test server-side web applications based on the Java Platform, Enterprise Edition (Java EE) component model using Eclipse tools. Develop and test server-side applications that use Servlets and JavaServer Pages (JSPs) for the control and flow of e-business applications. You can get a complete list of other Java classes at  more...
Introduction to Java Using Eclipse ...mming language and how to develop Java applications using Eclipse. Students learn the syntax of the Java programming language, object-oriented programming using Java, exception handling, generics, collections, and file input/ output (I/ O). During the course, students will develop and test Java applications using Eclipse. Throughout the course students will also work on a "project" which  more...
Ajax for Java Developers Eclipse Ajax (Asynchronous JavaScript and XML) is a browser based technology for creating highly interactive Web applications by updating parts of a Web page with new data without reloading the whole page. This results in a more responsive and interactive interface, and is the technology powering websites like Google Maps and Google Mail. There is no formal definition of Ajax, but using  more...
Migration to WebSphere Business Integration This course will integrate a combination of instructor-led discussions and interactive workshops to demonstrate the usage of the WBI Server components for building integrated applications across multiple platforms. This seminar will focus on the following topics: integration of WBI products, J2EE environment, business event synchronization, WBI administrative tools, WBI design toolset, process  more...
JDBC Programming This one-day course covers the fundamentals of database programming in Java using JDBC (Java Database connectivity) in an incremental fashion, to get the programmer up to speed quickly and then to layer a deeper understanding of JDBC upon that foundation. This course has been designed to work with any of these relational database management systems Apache Derby 10. 4 MySQL 5. 0 PostgreSQL  more...
Java Foundation Classes This 5-day course introduces the Java programmer to the Java Foundation Classes -- a. k. a. Swing -- the Java environment's comprehensive framework for GUI development. The student will study the fundamentals of the JFC architecture and quickly move to building simple JFC frame-based applications. By the end of the course the student will be comfortable building simple or complex interfaces with  more...
Introduction to Java Programming Rev 6-0 ...rlay of workspace and project files to support use of the Eclipse IDE in the classroom. (This requires that the instructor be experienced in use of Eclipse and able to walk students through basic tasks in the IDE.) An important thrust of this course is to teach programming from an object-oriented perspective. It is often difficult for programmers trained originally in a procedural language  more...
Intermediate Java Programming Rev 6-0 ...rlay of workspace and project files to support use of the Eclipse IDE in the classroom. (This requires that the instructor be experienced in use of Eclipse and able to walk students through basic tasks in the IDE.) This revision of the course targets the 6. 0 version of the Java language and Core API; but it is equally applicable to Java 5 and groups looking for Java training who know  more...
Lotus Domino Designer 8-5 User Interface ...Eclipse Framework plugin. While the new user interface will initially slow you down, you will be rewarded for your efforts with new capabilities that come with the initial and are promised for future releases. This tutorial isna ™t an update to new design elements that you can program in Domino Designer 8. 5 such as XPages and their accompanying design elements. The objective of this  more...
tcw11--06/03/12-06:00:37-(3422)[A]-[B]-[B]