Instructor Led Eclipse Training

Eclipse Training Provider? - Tell us about your Training!
Please select the location nearest to you: United States   India   United Kingdom   Canada   Germany   China  
Eclipse Training Seminars and Classes
From Wintrac Inc.
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 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 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...
Java for Managers on the WebLogic platform ...mming language and how to develop Java applications using Eclipse to those in management positions. Students will have introductory lessons on the syntax of the Java programming language, object-oriented programming using Java, server side programming including Servlets, JSP, EJBa ™s, Struts and JavaServer Faces programming. Students will also learn how to use JUnit for testing and tune  more...
EJB Programming for WebLogic using Eclipse This course is an advanced introduction to the Enterprise Java Beans (EJB) technology. It starts by introducing the concepts and ideal for someone who has never programmed using EJB. The course rapidly picks up and ends with advanced concepts that students can use in real life to complete large scale EJB based projects. The development and labs will be based on Eclipse 3. 0. 1, Lomboz plugin and  more...
EJB 3.0 Programming with Oracle WebLogic Server 10.3 Training This course is an introduction to the Enterprise Java Beans (EJB 3) technology. It starts by introducing the concepts and is ideal for someone who has never programmed using EJB. The course rapidly picks up and ends with advanced concepts that students can use in real life to complete large scale EJB based projects. The labs are done using Eclipse Web Tools Platform and Oracle WebLogic Server 10.  more...
Java EE 5 Programming with Servlets and JSPs in Eclipse and WebLogic 10 Training Students will learn to develop and test server-side applications based on the Java Platform, Enterprise Edition (Java EE) component model using the WebLogic software platform of products and 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 WebLogic Programming  more...
EJB 3.0 Programming with WebLogic 10.0 Training This course is an introduction to the Enterprise Java Beans (EJB 3) technology. It starts by introducing the concepts and is ideal for someone who has never programmed using EJB. The course rapidly picks up and ends with advanced concepts that students can use in real life to complete large scale EJB based projects. The labs are done using Eclipse Web Tools Platform and BEA WebLogic 10. 0 runtime.  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 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...
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...
EJB Development using Eclipse and JBoss (java) This course is an advanced introduction to the Enterprise Java Beans (EJB) technology. It starts by introducing the concepts and ideal for someone who has never programmed using EJB. The course rapidly picks up and ends with advanced concepts that students can use in real life to complete large scale EJB based projects. You can get a complete list of other Java classes at  more...
Java EE 5 Programming with JSF EJB 3.0 and JPA using JBoss 5.0 This 5 day training course teaches students how to develop Java EE 5 applications using Eclipse for the JBoss Application Server v5. 0. This course covers some of the newest technologies of the Java EE 5 platform, including JSF 1. 2, EJB 3. 0, and JPA. A brief intro to JAX-WS web services is also covered. You can get a complete list of other Java classes at  more...
Programming Advanced JAX-WS Web Services using JBoss 5.0 This course is for students looking to build and perfect their web service development knowledge. Starting from the basics of Web Service concepts (such as WSDL, XML schema, and JAXB), the student will learn all aspects of programming a JAX-WS 2. 1 web service. Additionally, advanced topics such as Web Services Interoperability (WS-I), WS-Reliable Messaging and WS-Addressing will also be covered.  more...
EJB 3.0 Programming Using JBoss 5.0 This course is an introduction to the Enterprise Java Beans (EJB 3. 0) technology. It starts by introducing the concepts and is ideal for someone who has never programmed using EJB. The course rapidly picks up and ends with advanced concepts that students can use in real life to complete large scale EJB based projects. The labs are done using Eclipse WTP and JBoss 5. 0 runtime. You can get a  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...
Introduction to Java and Java Enterprise Using Eclipse ...mming language and how to develop Java applications using eclipse and JBoss. Students learn the syntax of the Java programming language, object-oriented programming using Java, exception handling, file input/ output (I/ O), along with servlets and JavaServer Pages. During the course, students will develop and test Java applications using eclipse with JBoss. You can get a complete list of  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...
Eclipse Boot Camp for Java Programmers Using MyEclipse and JBoss ...tended for Java programmers who are interested in using MyEclipse and Eclipse to build their applications. Applications you develop during the course are based on the Java 2 Platform, Enterprise Edition (J2EE) component model that uses servlets and JSPs for the control and flow of e-business applications. You are going to use the Eclipse IDE to develop J2EE applications, including servlets,  more...
J2EE Architecture and Patterns using Eclipse and JBoss 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...
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...
Servlet and JSP Programming Using Eclipse and JBoss-IDE and JBoss This course introduces the students to learn to develop and test server-side applications based on the Java 2 platform, Enterprise Edition (J2EE) component model using the Eclipse and JBoss platform (using the JBoss-IDE plugin). 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  more...
EJB Development using Eclipse and JBoss This course is an advanced introduction to the Enterprise Java Beans (EJB) technology. It starts by introducing the concepts and ideal for someone who has never programmed using EJB. The course rapidly picks up and ends with advanced concepts that students can use in real life to complete large scale EJB based projects. The labs are done using Eclipse 3. 0 and JBoss IDE 1. 3. 30. JBoss 3. 2. 3  more...
EJB 3.0 Development With JBoss This course is an introduction to the Enterprise Java Beans (EJB 3) technology. It starts by introducing the concepts and is ideal for someone who has never programmed using EJB. The course rapidly picks up and ends with advanced concepts that students can use in real life to complete large scale EJB based projects. The labs are done using Eclipse 3. 0 and JBoss IDE 1. 6. JBoss 4 application  more...
J2EE Programming using Eclipse and JBoss 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 jboss classes at  more...
Web Services Development using Eclipse If you are a J2EE developer, you can gain complete mastery over Web Services development in the open source platform 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. All the labs are done using Eclipse and WTP 1. 0. 2 You can get a complete list of  more...
JAX-WS Based Web Service Development Using Eclipse and JBoss Training If you are a Java EE developer, you can 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). You can get a complete list of other jboss classes at  more...
Java EE 5 Programming with Servlets and JSPs Training 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 jboss classes at  more...
Programming Advanced JAX-WS Web Services using JBoss 50 Training If you are a Java EE developer, you can gain complete mastery over Web Services development in Eclipse WTP and JBoss 5. 0 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). You can get a complete list of other jboss classes at  more...
Introduction to Java and Java Enterprise Using Eclipse and JBoss ...mming language and how to develop Java applications using eclipse and JBoss. Students learn the syntax of the Java programming language, object-oriented programming using Java, exception handling, file input/ output (I/ O), along with servlets and JavaServer Pages. During the course, students will develop and test Java applications using eclipse with JBoss You can get a complete list of other  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...
From L'Obel IT-Palaestra
L'Obel Certified Flex Training in Bangalore instructor led trainingon-line e-learning cbt (computer based)group study and discussioncoursewareworkshop / seminarcomputer lab ...ding Flex Builder Understanding the relationship between Eclipse and Flex Builder Exploring the Flex Builder interface Creating a project and your first application Creating a main application page and running it Using debugging Getting help in Adobe Flex Builder Flex Fundamentals Creating a simple Flex application Creating your first Flex application Laying out a Flex application  more...
From Pitman Training Centre London
Social Networking With IBM Lotus Connections 25 Workshop IBM Lotus Connections is social software for businesses that empowers you to be more innovative and helps you execute more quickly by using dynamic networks of coworkers, partners and customers. In this workshop, you will learn how this software enables you to promote collaboration and innovation by connecting people with common work objectives or professional interests. It helps you  more...
Lotus Sametime 85 Building Collaborative Communication Solutions instructor led traininggroup study and discussion ... You will also learn how to extend Lotus Sametime with Eclipse plug-in development and deployment, and how to integrate with other Lotus products. You will see the power of working together to capture the wisdom of crowds. You can learn how to build your own custom applications to engage the community in open discussion and you will actually build sample applications to take home and  more...
IBM Lotus Notes Domino 8.5 Building Collaborative Applications Workshop ...s, particularly Java technology Familiarity with the Eclipse programming model will be helpful but not required. The key topics covered in this workshop include: The new and exciting features of Lotus Notes 8. 5 and Domino 8. 5 How to develop Eclipse components using Rational Application Developer Using Lotus Domino Designer 8. 5 to build and assemble xPage applications that  more...
From Portnov Computer School
WHITE BOX TESTING with Java jUnit Eclipse ...Eclipse is designed for students seeking entry into rapidly expanding market of professionals who can understand, debug, and develop Java code in addition to being able to test application components using industry leading framework like JUnit. This class shall also serve as a vehicle for black-box testers to advance in their career by experiencing software development life cycle, basic to  more...
From Ecologic Corporation
6 Months Training In Java Training Baddi 6 Months Training In Java Training Chandigarh The easiest way to learn Java Programming is from examples and actually making your code going live .., Come.., join Ecologic Java Program .., See Live Projects Implementations using Google applications using Java, JSP ,Servlets ,JDO , JDBC etc. Work on .., the latest technological improvements in Java Platforms like Hibernate , Spring , java struts etc.  more...
From Jmerge Consultancy Services
IBM WebSphere Portal Development Training This is online instructor-led, lab-intensive course for IT professionals who are new to WebSphere Portal. Topics covered are - basic portal/ portlet, MVC portlet, JSF portlet, Event Portlet, Content Access Service, Property Broker and AJAX portlet. Labs are conducted using IBM Rational Application Developer (RAD) v7. 5 and IBM WebSphere Portal Server v6. 1.5. Prerequisite: J2EE/ JEE  more...
From Batky-Howell, LLC
Spring Hibernate Accelerated Workshop ...ibernate integration project. This workshop makes uses of Eclipse as the IDE, Apache Derby as the DBMS, and Apache Tomcat as the web container. The workshop begins by introducing you to everything you need to know to begin working with Hibernate. It covers all the important concepts necessary to access and update data stored in relational databases. It includes an extensive series of labs to  more...
From Pitman Training Centre Notting Hill
Social Networking With IBM Lotus Connections 25 Workshop IBM Lotus Connections is social software for businesses that empowers you to be more innovative and helps you execute more quickly by using dynamic networks of coworkers, partners and customers. In this workshop, you will learn how this software enables you to promote collaboration and innovation by connecting people with common work objectives or professional interests. It helps you  more...
Lotus Sametime 85 Building Collaborative Communication Solutions ... You will also learn how to extend Lotus Sametime with Eclipse plug-in development and deployment, and how to integrate with other Lotus products. You will see the power of working together to capture the wisdom of crowds. You can learn how to build your own custom applications to engage the community in open discussion and you will actually build sample applications to take home and  more...
Lotus Notes Domino 8.5 Building Collaborative Applications Workshop instructor led training ...s 8. 5 continues to incorporate the open standards of the Eclipse application development framework and a component-based service-oriented architecture (SOA). Developers and customers now have the ability to build Domino and non-Domino composite applications to Lotus Notes rich clients. In this workshop, you will be given hands-on experience using the Eclipse, .NSF, and xPages  more...
From NobleProg - IT training courses
jBPM for developers instructor led trainingon-line e-learning cbt (computer based)group study and discussioncoursewareworkshop / seminarcomputer lab Overview Getting Started Installer Core Engine: API Core Engine: Basics Core Engine: BPMN 20 Core Engine: Persistence and transactions Core Engine: Examples Eclipse BPMN 20 Plugin Designer Console Human Tasks Domain-specific processes Testing and debugging Flexible Processes Integration with Maven, OSGi, Spring, etc  more...
From Skills Matter
Miles Sabins Advanced Scala Development course Miles Sabin's two day Advanced Scala Development course is aimed at developers who have mastered the essentials of core Scala and want to take their understanding of the language and its compiler to the next level. It covers Scala's powerful type system in depth with concrete illustrations of practical applications of it's more advanced features. The course also introduces the Scala compiler's  more...
From Last Minute Training
Java EE Web Application Development using Ganymede Eclipse Learn how to build database enabled J2EE Web programming knowledge & skills in the Java EE Ganymede Eclipse environment using Servlets, Filters, JSP & related technology. Learn how to build a web application using the Model-View-Controller(or MVC) design  more...
Advanced Java Using Galileo Eclipse This course is designed for programmers who are familiar with Java and who want to learn about the advanced features of Java and server side programming.  more...
From Skills Matter
OSGi Dynamic Module System for Java - 4 days - UK instructor led trainingcoursewarecomputer lab ... Synchronous and Asynchronous Bundle Listeners * The Eclipse Extension Registry Component-Oriented Development Introduction to Components * Definition of a Component * Environment-Aware Components * Review of Component Frameworks for OSGi Declarative Services * Simple Components * Service Dependencies * Cardinality * Activation * Component  more...
Java Power Tools Bootcamp - 5 days - UK instructor led trainingcoursewarecomputer lab ...aven dependency management in Ant * Using Maven 2 in Eclipse * Using plugins to customize the build process * Setting up a local Maven Repository Manager with Nexus * Integrating Ant and Maven * Automating your deployment process with Maven * Deploying to a web application server * Automating the release process * Using Maven on legacy applications  more...
From LearnComputer!
Introduction to Java Programming instructor led training This introductory 5-day, lecture-and-lab Java training course teaches people with little or no programming experience how to program with the Java programming language. Topics include introductory object-oriented programming, algorithmic thinking, problem solving, control statements, primitive types, operators, keyboard input, screen output, methods (user-defined and API), arrays and strings.  more...
Java Programming Training This introductory 5-day, lecture-and-lab Java training course teaches people with little or no programming experience how to program with the Java programming language. The class includes introductory object-oriented programming, algorithmic thinking, problem solving, control statements, primitive types, operators, keyboard input, screen output, methods (user-defined and API), arrays and strings.  more...
From FormaServe Systems Ltd
WDSCRdiRDp Development Tools instructor led traininggroup study and discussioncoursewarecomputer lab Experience the many new client facilities and features of WDSC/ RDi. Get up to date with these new programming tools that were only available before to PC programmers! Learn how to use the features & functions of WDSC/ RDi to edit and manage your source code. Connect to your server and see how the Remote System Explorer replaces PDM. Use the LPEX PC editor, a fantastic replacement for  more...
From Modulus
Analysis Design OOAD using UML 2.0 from Modulus Training instructor led traininggroup study and discussioncoursewarebookworkshop / seminarcomputer lab Throughout this course students will explore a "real world", practical project illustration (case study) of a typical application showing all the steps required for requirements capture, analysis, architectural and detailed design. The course week begins with a thorough introduction to the fundamental concepts of the object oriented model and object oriented programming, and moves into in  more...
From Primebit Solutions
Training on Android Mobile Application Development instructor led trainingon-line e-learning cbt (computer based)group study and discussioncoursewarecd rome-bookDVDbooktrain the trainercomputer lab PrimeBit Solutions Certified Android Training Course is a hands-on guide to designing and building Mobile Applications using Google's Android open-source platform. The course explains what Android is and how it compares to other mobile environments, the setup of the Android Eclipse-based development tools, the Android SDK, All essential features, as well as the advanced capabilities and APIs  more...
Advanced Training in Blackberry Application Development on-line e-learning cbt (computer based)coursewarecd rome-bookbook ...lication using the BlackBerry JDE and the JDE Plug-in for Eclipse. Wea ™ll debug the application using the simulator and on a real device. Module 3: BlackBerry Application This Module will discuss a number of concepts and topics important to BlackBerry applications in general, laying down some groundwork to help you understand the rest of the chapters. This Module will Explain  more...
From JAVA J2EE Training
Weekend training on JAVA J2EE Expert Level JAVA/ J2EE learn@javatraininginbangalore. com to get a free Copy of Course Syllabus. For details on Training or to fix an appointment Call: 9632720468 Course Contents Module 1: Core Java Module 2: Advanced Java Module 3: Servlet Module 4: JSP Module 5: MySql Module 6: Struts Module 7: Hibernate Module 8: CSS, HTML, Java Script Module 9: XML Module 10: Configuration  more...
From 3 essential KEYS
Android Training ...vered DayI Setting up the Development environment using Eclipse Introduction to Android Platform Application Model and Life Cycle Event DayII Android GUI Programming and Constructs DayIII Android Interprocess Communication and Data Storage Android Network Programming Android Media Programming DayIV Android Advanced Programming(I) DayV Android Advanced Programming(II) Contents:  more...
From JAVA J2EE Training
Java Training Bangalore JAVA/ J2EE Course Contents Module 1: Core Java Module 2: Advanced Java Module 3: Servlet Module 4: JSP Module 5: MySql Module 6: Struts Module 7: Hibernate Module 8: CSS, HTML, Java Script Module 9: XML Module 10: Configuration Management Tools Like..... Eclipse Net Beans Apache Tomcat. etc.... Mode of Training: Class Room & Real  more...
Java Training in Bangalore Live project Exp Java Training in Bangalore provides Live Project based training on JAVA J2EE Technologies in Bangalore. Training By Industry Experts Get Ready to appear for sun's SCJP SCWCD Exams. Java Training in Bangalore JAVA/ J2EE Course Contents Module 1: Core Java Module 2: Advanced Java Module 3: Servlet Module 4: JSP Module 5: MySql Module 6: Struts Module 7: Hibernate Module  more...
Indepth Project based Java J2ee training Bangalore JAVA/ J2EE Course Contents Module 1: Core Java Module 2: Advanced Java Module 3: Servlet Module 4: JSP Module 5: MySql Module 6: Struts Module 7: Hibernate Module 8: CSS, HTML, Java Script Module 9: XML Module 10: Configuration Management Tools Like..... Eclipse Net Beans Apache Tomcat. etc.... Mode of Training: Class Room & Real  more...
From Cursive Technologies Pvt. Ltd
MCA Internship on job projects in Pune instructor led traininggroup study and discussioncoursewareself directedworkshop / seminarcomputer lab Dear Students, We have started a training come internship program for MCA Students. The details of the same are on the site com/ mca. html Please read the details properly and if you agree then only apply. Technologies we have for Product development is latest and most recommended in the industry to mention a few * Struts 2. x * Hibernate 3. x * Spring 2. 5 * Java + Adv. Java  more...
From KnowledgeWorks IT Consulting Pvt. Ltd.
Workshop on SELENIUM Basic Advanced Training Bangalore ...on on Selenium RC architecture. a Brief discussion on eclipse editor to build the tests using Selenium RC a Configuring and Setting up Selenium RC client with eclipse editor a Starting the Selenium Server and discussion on communication and configurations for Selenium RC client and server a Introduction to JUnit, configuring Selenium RC, building and running the tests on  more...
From Intertech
Complete Spring Framework using Eclipse Training This course provides students with the knowledge needed to use the Spring Framework to develop flexible, testable and maintainable Java 2 Enterprise Edition applications. Learning Objectives After completing this course, the student should be able to: Understand the need for the Spring framework Use inversion of control to increase flexibility and testability of applications Understand and  more...
From GT Enterprises
Google Android Training computer lab Android Training Course is a hands-on guide to designing and building mobile applications using Google's Android open-source platform. The course explains what Android is and how it compares to other mobile environments, the setup of the Android Eclipse-based development tools, the Android SDK, all essential features, as well as the advanced capabilities and APIs such as background services,  more...
From Revanth Technologies
Java Online training from India Revanth Technologies which is a high profiled Java and J2EE online training institute in India offers online training with real time experts and with real time concepts. In the course duration we are covering Core Java Training which includes Collection Frameworks and Swing Provided with Free Project implementation. Object Oriented Programming Concepts. Manual programming as well as training  more...
From Island Training Solutions
Rational Team Concert Training Suite instructor led trainingon-line e-learning cbt (computer based)group study and discussioncoursewarecomputer lab Rational Team Concert Team Collaboration - 1 day Rational Team Concert Source Control - 1 day Rational Team Concert Project Admin - 1 day Eclipse, .NET, and web interface variations.  more...
From Lars Vogel
Android Training Sie erlernen in 2 Tagen alle Konzepte und Techniken zur Anwendungsentwicklung mit dem Android Framework. Der Referent ist langj hriger Android-Entwickler und vermittelt Ihnen ihre Kenntnisse und Erfahrungswerte aus zahlreichen Projekten. Im umfangreichen Praxisteil der Schulung wenden Sie diese Kenntnisse zur Entwicklung vollst ndiger Beispielanwendungen an.  more...
Eclipse RCP Training ... Konzepte und Techniken zur Anwendungsentwicklung mit dem Eclipse RCP Framework. Die beiden Referenten Ralf Ebert und Lars Vogel sind langj hrige Eclipse-Entwickler und vermitteln Ihnen ihre Kenntnisse und Erfahrungswerte aus zahlreichen RCP-Projekten. Im umfangreichen Praxisteil der Schulung wenden Sie diese Kenntnisse zur Entwicklung einer vollst ndigen Beispielanwendung an. Unterst tzt  more...
From ecclesia technologies
Java J3ee Coporate training We have Very Advanced Training on 1) Hibernate 2) JBoss 3) Sping 4) Struct 5) EJB 6) eclipse Plugin Developments 7) ATG Dynamo, ATG Portal Server  more...
From Flexware China
eclipse plugin develop coursewaree-book eclipse plugin develop  more...
From kynesys technologies private ltd
Eclipse Plugins Development in Pune India instructor led trainingtrain the trainercomputer lab We cover following topics under this course SWT JFace Eclipse Plugins (View, Editor, Wizards) MultiThreading Jobs API Typically we conduct this course for corporates on-site.  more...
From Corporate Education Group
XML Programming Using Java instructor led training ...rlay of workspace and project files to support use of the Eclipse IDE in the classroom.  What You Will Learn: Understand the use of SAX and DOM APIs for XML parsing. Understand the need for JAXP as an additional layer to the standard contract between applications and parsers. Use JAXP to write entirely portable XML parsing code. Parse element and attribute content, processing  more...
From kynesys technologies private ltd
Assignments Based Advanced Java in Pune Maharashtra India instructor led trainingcomputer lab We provide Assignments Based Advanced Java Course. Our Faculty Members are experienced J2EE developers. We teach relevant coding practices and design patterns as a part of this course. We ensure that at the end of this program trainees can develop java server side components such as Servlets, JSP, Struts using Eclipse IDE. We teach deployment issues related to each technology. You can  more...
From Corporate Education Group
Jakarta Struts instructor led training ...rlay of workspace and project files to support use of the Eclipse IDE in the classroom.    What you will Learn: Use Struts actions and action mappings to take control of HTTP requests/responses. Manage HTML form input and output with form beans, and use these beans to simplify data handling in the controller. Use persistent data in a Struts application with JDBC. Use JSTL and Struts  more...
Developing Java Web Services instructor led training ...rlay of workspace and project files to support use of the Eclipse IDE in the classroom.    What You Will Learn: Describe the motivation for developing and using Web services in business software. Describe the Web services architecture. Describe common scenarios for Web-service implementation and client-side use. Describe the Java Web services architecture and the requirements of  more...
tcw11--02/12/12-09:19:04-(8622)[A]-[B]-[A]