Instructor Led Developers Training in New Jersey, USA
Developers Training Provider? - Tell us about your Training!
Please select the location nearest to you:
New Brunswick
Secaucus
Randolph
Edison
Morganville
Piscataway
Hackensack
From Rutgers Office of Continuing Professional Education
Rutgers' Wetland Delineation Certification Series


...P.
Meet the demand for qualified wetland delineators! Developers, consultants, preservationists, and regulatory agencies all require skilled professionals who are able to identify the vegetation, soils, and hydrology that define wetlands. . Delineators also need to have the practical field training, regulatory background, and other experience to support their findings. Since US Army Corps
more...
From E-Tek Computer Training
Adobe Dreamweaver CS5 Level 2



....
Target Student: This course is intended for web developers, designers, and administrators who are familiar with the basic tools and features of Adobe ® Dreamweaver ® CS5 and want to expand on existing knowledge to gain intermediate to advanced skills for creating and maintaining more robust interactive websites. This course covers the Adobe ® Certified Associate and Adobe
more...
Adobe Dreamweaver CS5 Level 1



...le
This course is intended for novice web designers, web developers, website designers, and graphic artists with some programming background who need to build simple websites and want to utilize the features of Adobe Dreamweaver CS5. The course covers the Adobe Web Communication using Dreamweaver CS5 objectives, and is intended to help prepare students to take the Adobe Certified Associate
more...
Adobe Flash CS3 ActionScript 30



...or, ActionScript 2. With the new version of ActionScript, developers will find a faster runtime environment, better debugging, a consistent method for handling events, and an improved framework of classes for development.
In this course we will explore best practices when developing rich Flash applications, review important concepts such as syntax, object oriented programming, animating with
more...
From Affinity IT Training, LLC
NET Tuning Debugging and Optimization
Presents the tools and techniques used
in .NET to insure robust and efficient implementations.
Audience:Experienced C# developers seeking to augment their debugging skills and achieve increased application performance.
more...
NET Overview
Provides an overview of Microsoft .NET technology that includes
development demonstrations of Web Applications and Web Services
in both the C# and VB .NET languages.
Audience:Developers, Managers, Web designers, and Administrators interested in a technical overview of.NET technologies.
more...
Net Framework Using Vb Net
This 3-day course is designed to provide a sound introduction to the. Net framework
For programmers who already know the vb. Net language and the fundamentals of
Windows forms. The course focuses on core portions of the. Net framework that
Are common across many application areas. The course is practical, with many
Examples and a case study. The goal is to equip you to begin building
more...
NET Framework Using C
This 3-day course is designed to provide a sound introduction to the .NET Framework
for programmers who already know the C# language and the fundamentals of Windows
Forms. The course focuses on core portions of the .NET Framework that are common
across many application areas. The course is practical, with many examples and a
case study. The goal is to equip you to begin building significant
more...
NET Architecture and Programming Using Visual C
This course covers important topics in the .NET Framework for experienced Visual C++
programmers. Students learn important topics such as Managed Extensions,
.Net classes, and web programming, and how they differ from traditional C++
development.
Audience:Experienced C++ Application Developers or Architects wishing to understand and build applications using Microsoft Visual C++ .NET.
more...
Java Foundation Classes Swing
JFC Swing is an advanced GUI development toolkit.
Topics include: critical components and features of JFC,
common Swing components, event handling, top-level,
JPanel and Box containers, common layout managers, basic controls,
bounded range components, table control, menu bar and toolbar,
purpose and usage of JOptionPane, JFileChooser,
JColorChooser and JDialog dialogs,
Pluggable Look and Feel
more...
Java Technology Overview
Introduces key Java concepts,
terminology and current technologies.
Topics include characteristics of Java,
Java application development, the Java language,
object-oriented applications, OO programming in Java,
Java APIs, applets, the Java GUI, network computing with Java,
Java client/server technology, Java distributed technology, and security.
Audience:Developers and managers seeking to
more...
Java Web Services using JAX-WS
Web Services are the best known example of Service Oriented Architecture.
This course presents key web service technologies and their support technologies
(XML*, SOAP, WSDL, UDDI), as well as web service standards and architectural
strengths and limitations. Then it addresses how to use them via the JAX-WS technology.
Audience:Developers seeking to create and/or access Web Services using JAX-WS.
more...
Java Dynamic Programming
This course describes the run-time operations
which distinguish Java,
namely dynamic class operations, Class objects,
determining class object type,
creating a Class object class's object, class search path,
class loader, URLClassLoader, Reflection, reflected field operations,
reflected modifier operations, reflected method operations,
reflected method example and reflected array operations.
more...
Java Internationalization and Formatting
This course describes the features and skills
for Java internationalization, localization by language and/or country,
Locale variant, java.util.Locale, number formatting, currency formatting,
date and time formatting, text formatting, checking character properties,
string comparison and text boundaries.
Audience:Java Developers seeking to deepen their understanding of the classes and techniques
more...
Java Network Programming
This course addresses low-level Java networking,
including how to use the java.net package, TCP/IP stack,
internet addressing scheme, represent or lookup an IP address,
sockets and ports, create and use a socket,
create and use a serversocket, client/ server input/output,
create and use a datagram, represent a URL as an object,
access a URL and perform I/O with a URL.
Audience:Java Developers
more...
Java Server Faces
JavaServer Faces technology simplifies
building user interfaces for web applications by:
assembling reusable UI components in a page,
connecting these components to an application data source,
and wiring client-generated events to server-side event handlers.
This course describes the key aspects of JSF.
Audience:Java Web Application Developers seeking a practical understanding of Java Server
more...
Struts Development Framework
This course describes how to use Struts
to provide a flexible control layer
based on standard technologies like
Java Servlets, JavaBeans, ResourceBundles, and XML,
as well as various Jakarta Commons packages,
to create a Model 2 application.
Struts can interact with standard data access technologies,
such as JDBC and EJB, as well as most any third-party packages,
and any presentation technology,
more...
Java Web Technologies
This seminar presents
a survey of the most popular, leading-edge,
Java technologies used to develop web applications:
Servlets, Java Beans, Java Server Pages (JSP), JDBC,
standard and custom JSP Tag Libraries, Struts, JavaServer Faces,
Java XML and Java SOAP-based technologies.
Also presented are non-Java technologies,
including a survey of web-centric technologies,
application development
more...
JAXB
Java Architecture for XML Binding (JAXB)
provides an API and tools
to automate the mapping between XML documents and Java objects.
Given a DTD and a schema definition,
the JAXB compiler can generate a set of Java classes for developers
to build applications to read, manipulate and recreate XML documents
without writing any code to process XML elements.
Java developers do not have to be experts in
more...
JAXM
Java API for XML Messaging (JAXM)
enables Java applications to exchange
XML business documents over the Internet.
Java applications can build, send, receive and decompose
XML messages using a Java API.
JAXM also allows the implementation of standard protocols
on top of the SOAP implementation,
such as SOAP-RP or ebXML.
This course describes how to use JAXM to provide SOAP-based messaging.
more...
JAXP with SAX and or DOM
Essential skills for processing XML documents
within a Java application.
Topics in this course are XML review,
SAX vs. DOM, what is JAXP, creating SAX and DOM readers and parsers,
setting SAX handlers, handling SAX XML events,
DOM document info, DOM node type fields, informational DOM node methods,
DOM node values, processing a DOM tree by nodes and DOM tree manipulation.
Audience:Java Developers
more...
JAXR
Java API for XML Registries (JAXR)
provides a uniform and standard Java API
to access different kinds of XML Registries,
in order to enable building, deploying, and discovering Web services.
Current accessible registries are UDDI and ebXML.
This course describes how to use JAXR to access
(primarily) UDDI and ebXMLRegistries.
Audience:Java Developers seeking to interact with XML Registries from
more...
JAX-RPC
...a API for XML-Based RPC (JAX-RPC) enables Java technology
developers to develop SOAP-based interoperable and portable web
services and clients. JAX-RPC provides access to or from a Java or
non-Java, client or Web service, via standard protocols. This
course describes how to develop web services using JAX-RPC, as well
as stub, dynamic proxy, DII and JNDI-based (including EJB2) clients.
There is
more...
Java and XML
This course is a descriptive summary
of the various XML-related technologies accessible via Java:
JAXP with SAX and/or DOM, JAXB, JAX-RPC, JAXM, SAAJ and JAXR.
Audience:Java Developers seeking a practical understanding of the library of classes supporting the creation and processing of XML Documents.
more...
SAAJ
The SOAP with Attachments API for Java (SAAJ)
enables developers to directly produce and consume SOAP
with Attachments messages, which conform to the SOAP 1.1 and
WS-I Basic Profile 1.0 specifications
simply by making Java API calls.
This course describes how to use SAAJ
to directly provide SOAP-based messaging.
Audience:Developers and manages seeking to understand how to integrate architect
more...
Object Oriented Technology Overview
The Object-oriented (OO) paradigm
is well-entrenched in modern application development.
Topics include: what is OO, designing OO applications,
OO design patterns, developing OO applications,
most popular OO programming languages, component objects,
distributed component objects, OO standards, remote objects,
objects vs. relational databases,
OO databases, and object-XML interaction.
more...
Internet Technologies Overview
A survey of internet-specific technologies and architectures,
including: internet model, TCP/IP, streams vs. datagrams,
sockets and ports, addressing, client/server input/output,
server-side web processing, internet Java technologies,
client-side web processing, and internet XML technologies.
Audience:Developers, managers, and non-technical staff who are unfamiliar with the myriad technologies
more...
Enterprise Technologies Overview
This is an exciting and information-packed lecture course
which presents a broad view of computing architectures.
This information will prepare and guide all members
of the application planning and development team
to architect, select and design a system.
Information in this course will aid you in your selection of appropriate,
cost-effective, long-term technologies.
Audience:Developers and
more...
Web Technologies and Architectures Overview
A survey of web-specific technologies and architectures,
including: conventional web technologies, Java technologies
(including independent, J2EE and model 2 technologies),
Microsoft technologies, database accessibility,
XML technologies, and web service integration.
Audience:Developers and managers seeking a high-level understanding of Web Application Architectures and design alternatives.
more...
Developing Java Web Services
Web Services are becoming an increasingly popular architecture and mechanism
for publishing and accessing application services.
This course presents an introduction to web services,
followed by detailed presentation of their key technologies and Java support technologies
(SOAP, UDDI, WSDL, JAX-RPC and JAXR), as well as how to build and use them on a popular web server.
It combines
more...
Simple Object Access Protocol SOAP
SOAP is an XML-based protocol
that follows the HTTP request and response model.
Regardless of platform, client requests and Web service responses
communicate via SOAP messages over HTTP.
The HTTP-SOAP Transport Protocol
defines an XML-based message envelope
to describe what is in the message and how to process it.
SOAP includes XML-based encoding rules to express instances of
application-defined
more...
Universal Description Discovery and Integration UDDI
Universal Description, Discovery, and Integration (UDDI)
is a standardized XML format for businesses to publish information
on the Internet about their products and Web services,
for global client access.
This course describes the concepts and features of UDDI.
Audience:Web Application and Web Services Developers and Managers seeking to understand and exploit UDDI in their applications.
more...
Web Services Description Language WSDL
The Web Services Description Language (WSDL)
is a standardized XML format for describing network services.
The description includes the name of the service,
the location of the service, and how to communicate with the service.
This course describes the features of WSDL.
Audience:Web Application and Web Services Developers and Managers seeking to understand and exploit WSDL in their applications.
more...
Using IBM WebSphere Application Studio
Introduces the capabilities and features of WSAD for designing and
implementing Web-Applications, Web Services, and Enterprise
Applications. Topics include: J2EE Application Development, Web
Services, the Visual Editor, Web Site Designer, Debugging, and
Integrated Team Development.
Audience:Developers seeking the knowledge and skills to develop applications for deployment on a WebSphere server.
more...
Apache Struts using IBM WebSphere Application Studio
...Developers seeking the knowledge and skills to develop
applications using IBM WebSphere Application Studio for deployment on a WebSphere server. This course
introduces its capabilities and features for designing and
implementing Web-Applications, Web Services, and Enterprise
Applications. Topics include: WSAD characteristics, using application workbench, debugging and Struts.
more...
XML Transformations Using XSL
XSL is a language for expressing style sheets.
This course addresses its three parts:
XSLT for transforming XML documents,
XPath expression language
(used by XSLT to access or refer to parts of an XML document),
and XSL-FO for formatting objects.
Topics include XSLT stylesheet structure,
XSLT language components, XPath within XSLT,
XPath data model, location paths, axes and shorthands,
more...
AJAX Training
AJAX - Asynchronous JavaScript and XML is a synergy of multiple
technologies and communication with the server without a page refresh,
enabling a rich and responsive web-based client, a 2.0 web application.
AJAX Training course covers AJAX related technologies including
JavaScript, DOM, CSS, XML etc., focusing on Object Oriented JavaScript
and the main AJAX object: XMLHttpRequest.
Audience:Web
more...
Advanced AJAX Training
This Advanced AJAX Training Course expands on basic AJAX principles of
distributing the application between the client and the server by using
the nested MVC design pattern.In this Advanced AJAX Training course you
will learn about security and performance of the AJAX platform.
Additionally, you will learn how to integrate AJAX with JSP, PHP, ASP,
and other server-side scripts. Advanced AJAX
more...
Ruby On Rails Training
Starting with the basics of Ruby and Rails, you'll learn the full Rails'
MVC stack, testing techniques, Ajax and even web services.
We'll work through the full life-cycle of a Rails project,
giving you experience with all facets of a typical app.
Audience:This course is designed for developers who have some web development experience that wish to learn Ruby on Rails.
more...
Oracle Database 11g PL SQL Fundamentals - Complete Coverage
The primary objective of this course is to provide an introduction to
the PL/SQL database programming language, based upon the latest
features available with the Oracle database. Syntax, structure and
features of the language are discussed in the context of database
applications and programming. This course equips students to develop
database server-side PL/SQL program units within an Oracle
more...
Oracle Database 11g PL SQL Fundamentals I
The primary objective of this course is to provide an introduction
to the PL/SQL database programming language, based upon the latest
features available with the Oracle database.
Syntax, structure and features of the language are discussed in
the context of database applications and programming.
Audience:All Oracle professionals, both business and systems professionals. Among the specific groups
more...
Oracle Database 11g PL SQL Fundamentals II
The objective of this course is to equip students to develop
database server-side PL/SQL program units within an Oracle
database.
Audience:All Oracle professionals, both business and systems professionals. Among the specific groups for whom this course will be helpful are Application designers and developers and Database administrators.
more...
Oracle Database 11g SQL Fundamentals - Complete Coverage
The objective of this course is to provide an introduction to
the SQL database language within the context of an Oracle database,
based upon the latest features available. The primary objective of
this course is to consider advanced subjects and techniques
pertaining to the SQL database language, based upon the latest
features available with the Oracle release. Even professionals
experienced in
more...
Oracle Database 11g SQL Fundamentals I
...int in the Oracle database curriculum
for administrators, developers and business users. The objective of this
course is to provide an introduction to the SQL database language within
the context of an Oracle database, based upon the latest features available.
Audience:All Oracle professionals, both business and systems professionals. Among the specific groups for whom this course will be
more...
Oracle Database 11g SQL Fundamentals II
The primary objective of this course is to consider advanced subjects and
techniques pertaining to the SQL database language, based upon the latest
features available with the Oracle release. Even professionals experienced
in other implementations of the industry-standard SQL language will benefit
from the advanced and Oracle-specific features of SQL discussed in this
course. This enhanced and
more...
Relational Database Design
This course is one common starting point for the entire database curriculum.
The objective of this course is to consider the logical design of relational
databases using a methodology known as semantic data modeling and related
practical techniques.
Audience:The target audience for this course is all database professionals concerned about the design and implementation of databases. Among the
more...
Korn Shell Programming
Presents the most commonly used features of the Korn Shell (ksh)
programming.
Audience:Application developers and managers seeking to become proficient users of the Unix operating system's powerful Korn Shell programming language.
more...
Korn Shell Programming - 5 Day Full Coverage
Presents a complete coverage of the features of the Korn Shell (ksh)
programming language.
Audience:Application developers and managers seeking to become proficient users of the Unix operating system's powerful Korn Shell programming language.
more...
Introduction To Unix
Provides a solid, hands-on introduction
to the Unix operating system that includes
basic commands, command line structure, file system concepts,
file manipulation commands and the text editor.
Audience:Application developers and managers who need to access and utilize the Unix operating system.
more...
Introduction To Unix - 5 Day Full Coverage
Provides a solid, hands-on introduction
to the Unix operating system that includes
basic commands, command line structure, file system concepts,
file manipulation commands, the text editor and an introduction
to the powerful scripting language of the Korn shell (ksh) command
line interface.
Audience:Application developers and managers who need to access and utilize the Unix operating system.
more...
Unix Overview
Provides an overview of the basic concepts of the Unix operating
system with brief coverage of the most important aspects that
have made Unix a reliable and secure platform.
Audience:Application developers and managers who are considering migrating applications and web services to a Unix operating system.
more...
The Rational Unified Process
Presents an overview of the software development methodology
developed and espoused by the Rational Software Corporation.
Students will gain insights and appreciation
for the advantages of an iterative and incremental development process.
Both developer and Project Management responsibilities are elaborated.
This course is programming language neutral.
Audience:Developers and Managers seeking to
more...
Structured Query Language SQL Using Sybase
Provides an introduction to all standard SQL statements and constructs.
Treatment of SQL is platform neutral, but will be delivered in the
Sybase environment. Coverage of Sybase ASE provides an introduction
to Transact-SQL, Transaction Managment, Stored Procedures, and Triggers.
Delivery format is a combination of Lectures and Labs.
Audience:Technical developers with a need to implement SQL in a
more...
Introduction To Sybase
Presents the basics of Sybase Adaptive Server
and its SQL programming language including
the use of stored procedures, cursors, and triggers.
Audience:Application developers wishing to integrate Sybase Adaptive Server into their IT solutions.
more...
Introduction To Sybase Transact-SQL
Introduces Sybase Transact-SQL, the language used to interact with Sybase Adaptive Server.
Audience:Application developers wishing to integrate Sybase Adaptive Server into their IT solutions.
more...
Unified Modeling Language
The Unified Modeling Language
is a language for specifying, visualizing, constructing, and documenting
the artifacts of software systems,
as well as for business modeling and other non-software systems.
This class introduces the major elements of
the UML and the Rational Unified Process for software development.
Audience:Individuals having little or no previous exposure to object technology.
more...
Discovering and Documenting Use Cases
Use Cases have become an increasingly popular mechanism to
discover and document the functional requirements of
software systems.
This course presents the purpose and strategic advantages
of Use Case Analysis in a Workshop format
that prepares participants
to practically apply it
within their software development lifecycle.
Audience:Systems Analysts, Business Analysts, Project Managers, and
more...
Microsoft Visual Basic NET
This hands-on introduction to the Visual Basic programming language
provides a solid foundation in all language fundamentals
including windows, controls, database access, and classes.
Audience:Application developers seeking to become familiar with the Visual Basic .NET language and the Microsoft .NET Studio.
more...
Using Microsoft Visual Source Safe
Hands-on workshop prepares students to effectively use
Microsoft's Visual Source Safe,
a popular Windows-based tool
for managing source files during
collaborative team development.
Audience:Software developers, administrators, and other staff involved in sharing versioned documents and files using MS Visual Source Safe.
more...
Web Services Overview
Web Services are becoming an increasingly popular architecture
and mechanism for publishing application services.
This course presents an overview of web service technologies
and their support technologies (SOAP, WSDL, UDDI, and JAX-RPC),
as well as web service standards and architectural strengths and limitations.
Audience:Web Developers and IT Project Managers
more...
Extensible Markup Language XML
XML has become the language of choice
for cross-application representation of structured information.
This hands-on course explains the motivation for XML,
how you can use it effectively in your applications,
and discusses the numerous tools available.
Special attention is devoted to
how XML documents can be transformed
using Extensible Styling Sheets (XSL) and XPath specifications.
DTD and XML
more...
XML Technologies Overview
Extensible Markup Language (XML)
has become the technology of choice
for data transfer.
XML is actually a family of standards,
some of which are still emerging.
This course explains what XML is
and the roles that it is playing in todays Applications,
and the role it will play in the future.
Coverage includes: XML, XSLT, XPath, XSL-FO,
XML Schema (WXS), XML Namespaces,
Resource Description
more...
XML Schema
...Developers,
this class prepares the student to create XML Applications using
the XML Schema recommendation.
Topics include: Schema capabilities, creation and validation,
Predefined Datatypes, Element and Attribute Declarations,
Compositors, Type derivation, Facets,
Simple Types, Complex Types,
and Simple Content.
The proper use of Namespaces is emphasized.
Audience:XML Developers interested in
more...
Introduction To XML Web Services Using WSAD
Web Services are becoming an increasingly popular architecture
and mechanism for publishing application services.
This course presents relevant Web Services Standards and Technologies in a hands-on format
featuring IBM's WebSphere Studio Application Developer (WSAD).
Audience:Java developers seeking to understand the technologies and standards underlying Web Services, and to be prepared to build
more...
Extensible Styling Language -- Formatting Objects XSL-FO
Presents the XML recommendation
for embedding formatting information
within XML Documents.
Topics include:
Areas, Output Elements, Output Flow,
Page Layout, Lists, and Tables.
Audience:Web Designers, Developers, and Technical Writers concerned about the formatting of documents in XML format.
more...
Introduction to IBM DB2 Universal Database for Sybase Developers
Provides the student that has prior SQL or Sybase ASE experience
with the necessary basic skills
and fundamental knowledge of IBM DB2 UDB.
It includes information on the overall architecture of DB2 UDB,
basic to advanced DB2 UDB SQL syntax,
creating and using SQL Stored Procedures,
and an overview of basic administrative tasks
including creation of databases, tables, views, indexes,
the extraction
more...
ADO NET Using C
An intensive course that
presents the essential elements of ADO.NET
to enable the programmer to utilize
the tremendous database manipulation powers
available with .NET development and be prepared
to build effective database applications.
The course includes a major case study
demonstrating the use of ADO.NET in a realistic setting.
Audience:C# .NET Application Developers seeking to integrate
more...
Understanding ADO NET
In this course, you will learn how to retrieve and manipulate data using Microsoft's new
ADO.NET library. Understand how to work with the new ADO.NET object model,
including the DataReader, DataAdapter, and DataSet. See how to apply constraints
and relationships to disconnected data. Learn how to update data, including how
to handle stored procedures, parameters, and return values. Understand how
more...
Applying ADO NET
In this advanced course, you will become familiar with strongly typed DataSets and learn
their advantages and see how to leverage the power of XML through serialization,
Diffgrams,and the XMLDataDocument object. You will understand migrating and
interoperability issues with ADO, as well as handling errors. Learn valuable
techniques for building both Web and Windows applications.
Audience:Database
more...
ADO NET Using Oracle and C
This course presents
the essential elements of ADO.NET and how
to build effective Oracle database applications.
The course includes coverage of
the Oracle Data Provider for .NET (ODP.NET).
There is a practical discussion of data binding and its use in both
Windows Forms and Web Forms (ASP.NET) applications. Students will
gain a familiarity with creating a Data Access Layer, as it
applies to
more...
ASP NET Using C NET
Provides a practical, hands-on coverage of Web application development
using ASP.NET and C#, and introduces Web services. ASP.NET is introduced as a
unified Web development platform that provides the services necessary for
developers to build enterprise-class Web applications. Numerous programming
examples and exercises are included, including a substantial case study.
Audience:Experienced C#
more...
ASP NET Essentials Using C
Provides experienced developers with basic knowledge of C#, ASP .NET, and Web Services.
Audience:Experienced application developers, architects, and manaqgers seeking an overview of how Visual Studio C# .NET can be used to design and implement Web Applications and Web Services using ASP .NET and C#.
more...
ASP NET Using VB NET
This course provides a practical, hands-on coverage of developing Web applications
using ASP.NET and VB.NET, and introduces Web services. ASP.NET is introduced as a
unified Web development platform that provides the services necessary for
developers to build enterprise-class Web applications. Numerous programming
examples and exercises are included, including a substantial case study.
more...
Oracle 9i DBA Fundamentals I
This class will develop the fundamental skills necessary to be an Oracle DBA.
Students will design and create a server using the Optimal Flexible Architecture
(OFA), configure logical and physical structures, set up database and user
security, add and administer users, and monitor and tune main server areas. Each
student will create a toolkit of administration scripts for database management
and
more...
Introduction To Oracle 9i
This class will develop database-programming skills
using SQL and PL/SQL. Students will learn the Oracle9i architecture,
relational design concepts, simple and complex query skills, PL/SQL
programming skills, proper software engineering techniques for
database programming, Oracle problem solving, and performance tuning
skills.
Audience:Analysts, developers, designers, administrators, and managers
more...
Oracle 9i PL SQL Programming
Students will learn
the fundamentals of the PL/SQL programming language. Stored procedures,
functions, packages and triggers implement complex business rules in Oracle.
Students will learn programming, management and security issues of working with
PL/SQL program units.
Numerous exercises and labs will introduce
students to the new PL/SQL features in Oracle9.
Audience:Database administrators,
more...
Oracle 9i Advanced PL SQL Programming
This class will focus on developing advanced PL/SQL programming skills.
Topics will include the built-in packages that come with Oracle, the creation of triggers
and advanced stored procedure features. The class will also cover
object-relational concepts, performance tuning and dynamic SQL. The Oracle9
release has greatly enhanced the features and functionality of PL/SQL.
Numerous exercises and
more...
Oracle 9i SQL Programming
This class will develop
database programming skills using SQL.
Relational and object concepts will be covered.
Students will learn
complex SQL programming skills,
features, and tools.
Audience:Database administrators, application developers, and system administrators.
more...
Visual C 2005 Developing Applications
In this course you will learn how to use Visual Studio 2005 and
Visual C# 2005 to build Windows applications to run on the .NET
2.0 platform.
Audience:Programmers seeking to become C# .NET Application Developers.
more...
Visual Studio NET Introduction
Introduction to Visual Studio .NET provides you with a solid
background on Microsoft
'
s .NET technology so that you can decide
whether it is appropriate for your next project and how it can
integrate into an enterprise.
Audience:Application developers who need to implement .NET-based solutions, system architects who want to understand how XML can be integrated into the system design of
more...
Building Web Services Using Visual Basic 2005
In this course, you will build a solid foundation for the development
of Web Services using Visual Basic 2005 and gain an understanding of
how commonly used protocols can impact your development effort.
Audience:.NET developers seeking to improve their web development skills.
more...
Building Web Services Using Visual C 2005
In this course, you will build a solid foundation for the development
of Web Services using Visual C# 2005 and gain an understanding of
how commonly used protocols can impact your development effort.
Audience:.NET developers seeking to improve their web development skills.
more...
SQL Server 2000 Advanced Transact-SQL
Presents advanced Transact-SQL syntax and techniques.
Audience:Experienced SQL Developers, Programmers or System Administrators seeking to deepen their knowledge of SQL Server 2000 Transact SQL.
more...
Sybase Advanced Transact-SQL for ASE 12 5 1
In this course you will learn
valuable tips, techniques and topics
beyond what was encountered in the Introduction to ASE 12.5.1
course to help solve and prevent common problems.
This course also emphasizes good coding practices,
report formatting, advanced functions, characteristic functions,
applied case logic, and bcp (bulkcopy),
as well as generalized methods for solving specific information
more...
Sybase Administrators Performance and Tuning for ASE 12 5 1
This course teaches database administrators
how to tune an Adaptive Server for optimal performance.
It explores Adaptive Server architecture in depth,
and includes sections on designing databases for performance,
managing Adaptive Server system resources (CPUs, disks, I/O),
choosing appropriate locking schemes, optimizer statistics,
SMP features, relevant data structures, and parallel processing.
more...
DB2 -- Fast Track to Programming
Students will gain hands-on experience with the newest features of IBM
'
s DB2 Version 9.
Students will learn to create tables and manipulate data, tables and other database objects using ANSI-standard SQL and SQL Procedural Language extensions.
Coverage includes the special features and functions of the DB2, such as control of transactions, stored procedures, triggers, and cursors.
Good
more...
DB2 -- Performance and Tuning
...developers with a fast-paced transition to DB2 performance and tuning.
Following a review of the DB2 architecture, environment, and data structures,
course coverage includes index internals, block index MDC
'
s,
access methods, and how to write effective SQL predicates.
'
Explain
'
tables and tools are covered in detail as well as additional performance tools.
The optimizer is studied along
more...
Introduction To Sybase ASE 12 5 1
Learn to create tables and manipulate data,
tables and other database objects
using ANSI-standard SQL and Sybases Transact-SQL extensions,
and gain hands-on experience using Adaptive Server databases.
You will also learn the special features and functions of the Adaptive Server,
such as automatic recovery of transactions, stored procedures, triggers, and cursors.
In addition, you will learn to use
more...
Introduction To MySQL
Learn to create tables and manipulate data, tables and other database objects
using ANSI-standard SQL and SQL extensions, and gain hands-on experience using MYSQL databases.
You will also learn the special features and functions of the MYSQL,
such as automatic recovery of transactions, stored procedures, triggers, and cursors.
In addition, you will learn to use good programming techniques
and
more...
SQL Server 2000 Performance and Tuning
You need to know how to tune queries and stored procedures
for optimal performance.
This course thoroughly covers SQL Server 2000 Query Optimizer.
You will learn techniques to write high performance queries,
allowing the optimizer to use the most efficient query plan,
and diagnose and correct performance problems with already existing queries.
Additionally, you will learn to interpret optimizer
more...
Best Practices In Use Case Analysis
Designed for analysts and developers with experience in Use Case Analysis,
this course presents recognized effective techniques and approaches,
as well as identifying common mistakes and how to avoid them.
Audience:Analysts and developers seeking to improve their effectiveness and productivity in Requirements gathering, documentation, and verification through recognized Best Practices in Use Case
more...
Advanced C C Programming
Enhances the C or C++ programmer's understanding of advanced use of syntax, pointers, and library functions.
Audience:C or C++ Developers seeking to deepen their expertise in the respective languages.
more...
Microsoft NET Remoting Using Visual C 2005
Remoting allows programs and software components to interact across
application domains, processes and machine boundaries.
This course covers many aspects of .NET remoting in-depth.
You will learn how the .NET remoting architecture provides a means of
establishing and working with secure, distributed enterprise level
applications. You will also build a solid foundation for the development
of
more...
Microsoft NET Remoting Using Visual Basic 2005
Remoting allows programs and software components to interact across
application domains, processes and machine boundaries.
This course covers many aspects of .NET remoting in-depth.
You will learn how the .NET remoting architecture provides a means of
establishing and working with secure, distributed enterprise level
applications. You will also build a solid foundation for the development
of
more...
Level 1 NET Security
.NET revolutionizes application security by providing the framework
for developing secure Windows and Web applications. This course teaches
you the basic concepts underlying Code Access Security, role-based
security, and how to implement security in your applications to protect
your code and your users against attack. This is the first of two courses.
Audience:.NET developers seeking knowledge of
more...
Level 2 NET Security
.NET revolutionizes application security by providing the framework
for developing secure Windows and Web applications. This course teaches
you the basic concepts underlying Code Access Security, role-based
security, and how to implement security in your applications to protect
your code and your users against attack. This is the second of two courses.
Audience:.NET developers seeking knowledge
more...
Advanced NET Framework 2 0 Using Visual Basic 2005 Volume 1
This course is the first of three Volumes covering the .NET Framework
with Visual Basic 2005.
Audience:Visual Basic .NET Application Developers.
more...
Advanced NET Framework 2 0 Using Visual Basic 2005 Volume 2
This course is the second of three Volumes covering the .NET Framework
with Visual Basic 2005.
Audience:Visual Basic .NET Application Developers.
more...
Advanced NET Framework 2 0 Using Visual Basic 2005 Volume 3
This course is the third of three Volumes covering the .NET Framework
with Visual Basic 2005.
Audience:Visual Basic .NET Application Developers.
more...
Advanced NET Framework 2 0 Using Visual C 2005 Volume 1
This course is the first of three Volumes covering the .NET Framework
with C# 2005.
Audience:C# .NET Application Developers.
more...
Advanced NET Framework 2 0 Using Visual C 2005 Volume 2
This course is the second of three Volumes covering the .NET Framework
with C# 2005.
Audience:C# .NET Application Developers.
more...
Advanced NET Framework 2 0 Using Visual C 2005 Volume 3
This course is the third of three Volumes covering the .NET Framework
with C# 2005.
Audience:C# .NET Application Developers.
more...
ADO NET Using Visual Basic 2005
Learn about the features provided by ADO.NET 2.0 including
connecting to data sources, the various ADO.NET classes,
stored procedures, parameters, return values, how to
search, sort, and filter data stored in a DataSet or DataTable.
Become familiar with strongly typed DataSets and learn their advantages.
See how to leverage the power of XML through various means. Examine new
ADO.NET features that
more...
ADO NET Using Visual C 2005
Learn about the features provided by ADO.NET 2.0 including
connecting to data sources, the various ADO.NET classes,
stored procedures, parameters, return values, how to
search, sort, and filter data stored in a DataSet or DataTable.
Become familiar with strongly typed DataSets and learn their advantages.
See how to leverage the power of XML through various means. Examine new
ADO.NET features that
more...
Microsoft ASP NET AJAX Using Visual C 2005
This course quickly dives into the history of AJAX and the simplification
of AJAX made possible with the ASP.NET AJAX Extensions.
You
'
ll learn how to make partial page updates, work with Web Services
in JavaScript, advanced AJAX debugging techniques, and more.
Audience:C# .NET Application Developers seeking an understanding of AJAX.
more...
ASP NET Using Visual Basic 2005
Learn how to use Visual Studio 2005 and Visual Basic 2005 to build
ASP.NET 2.0 Web pages and XML Web services.
Examine the new architecture behind ASP.NET 2.0
and it
'
s new server controls. Configure and deploy ASP.NET
applications. Become familiar with the
debugging and tracing features in Visual Studio 2005 that help you
quickly troubleshoot issues and you will learn how to take advantage
of
more...
ASP NET Using Visual Basic 2005 Additional Topics
Explore the many exciting ASP.NET 2.0 features that will help you
get the most out of the .NET Framework and make you a better and
more efficient Visual Basic 2005 developer.
Learn how to read and write XML data using XML DOM and how to work
with ASP.NET Profile features and ASP.NET Web Parts.
Learn how to build mobile applications using Visual Basic 2005 so your
clients can get information on
more...
ASP NET Using Visual C 2005
Learn how to use Visual Studio 2005 and Visual C# 2005 to build
ASP.NET 2.0 Web pages and XML Web services.
Examine the new architecture behind ASP.NET 2.0
and it
'
s new server controls. Configure and deploy ASP.NET
applications. Become familiar with the
debugging and tracing features in Visual Studio 2005 that help you
quickly troubleshoot issues and you will learn how to take advantage
of
more...
ASP NET Using Visual C 2005 Additional Topics
Explore the many exciting ASP.NET 2.0 features that will help you
get the most out of the .NET Framework and make you a better and
more efficient Visual C# 2005 developer.
Learn how to read and write XML data using XML DOM and how to work
with ASP.NET Profile features and ASP.NET Web Parts.
Learn how to build mobile applications using Visual C# 2005 so your
clients can get information on their
more...
Microsoft Sharepoint 2007 for Developers
Microsoft SharePoint 2007 provides a huge range of functionality
including enterprise content management, automation of business
processes, and business intelligence and reporting.
Although SharePoint is rich in features and capabilities,
it involves common concepts and developer tasks that are universal
to every type of SharePoint project.
Audience:Individuals with a working understanding of
more...
SQL Server 2005 T-SQL
Learn how to build basic queries using Transact-SQL, the language of
SQL Server. Learn how to build effective views, stored procedures,
triggers, and user-defined functions using Transact-SQL.
Learn about the new enhancements to the Transact-SQL programming
language including improved support for error handling and
hierarchical queries, and how programmers can now use .NET languages
like C# and
more...
Visual Basic 2005 Developing Applications
In this course you will learn how to use Visual Studio 2005 and
Visual Basic 2005 to build Windows applications to run on the .NET
2.0 platform.
Audience:Programmers seeking to become Visual Basic .NET Application Developers.
more...
From Future Thoughts
FREE BA Business Analyst Trainind and Placement
BUSINESS ANALYSIS
BEST TRAINING PROVIDED BY EXPERIENCED BUSINESS ANALYST
***TRAINING PROVIDED IN NJ AND ONLINE***
BUSINESS ANALYST
COURSE CONTENTS
DURATION 4 WEEKS (8 Sessions)
Business Analyst acts as a liaison between business people who have a business problem and technology people who know how to create solutions. A
more...
From Team Sphere
Java Training
We handle Online and Onsite trainings for individual as well as Corporate clients. All trainings are instructor led. Our instructors are rel world developers with decades of industry experience.
We have the below courses available currently.
J2SE
J2EE
Spring
Hibernate
XML
Web Services
more...
From Vulab
JAVAJ2EE SPRING HIBERNATE WEBSERVICES TRAINING


...developers are hot property in the IT industry with the knowledge of J2EE, Spring, Hibernate ORM and EJB 3 with Web Services.
VU LAB is an award winning cutting-edge organization that provides a complete solution to modern day professional training needs.
VU LAB provides quality hands-on training and placement assistance in the Hot areas of Java, J2EE.
We are striving to make each
more...
Java Basics to Advanced Novice to Professional Training


...developers are hot property in the IT industry with the knowledge of J2EE, Spring, Hibernate ORM and EJB 3 with Web Services.
We provide quality hands-on training and placement assistance in the Hot areas of Java, J2EE.
Course Length: 2 Months or 60 days with around 90 hours of active classes.
Instructor:
Our instructor is having 15 years of experience in the Java Internet Domain with
more...
From Save On Training
Microsoft Dynamics GP Installation and Configuration 8505







...he class is targeted toward administrators, implementers, developers, and consultants who need to understand the technical aspects of Microsoft Dynamics GP. The course is not intended for non-technical staff.
At Course Completion
After you complete this course, students should be able to do the following:
Identify the architecture of Microsoft Dynamics GP
Identify the hardware
more...
