Visual J++ Training

Computer Training Classes, Videos and CD-ROMs

| Home Page | Training Courses A-C | Training Courses D-F | Training Courses G-I | Training Courses J-L |
|
Training Courses M-O | Training Courses P-S | Training Courses T-V | Training Courses W-Z |

Home Page Training
Programming Training
VBA Office 97
Access Development '03
Access Developer 2000
Access Developer XP
Visual FoxPro Training
PowerBuilder Training
Visual J++
Outlook 98 Develop
SQL 7 Data Warehouse
Outlook 2000 Dev.

J++ Training

The powerful Visual J++ programs and applications you will create will use the newest features of VJ++ 6.

You will learn ActiveX Controls, distributed Internet and three-tier database architectures, Active Server Pages, and much more.

Microsoft Visual J++ 6.0 Training Videos

Build powerful business applications using the Windows Foundation Classes (WFC), an object-oriented framework that encapsulates, simplifies, and unifies the Win32® API and Dynamic HTML programming models.
  • Rapidly create professional, full-featured applications for the Windows operating system and the Web using a rich, extensible architecture and set of prebuilt components.
  • Expand development options with more than 100 reusable objects, including user-interface elements (such as buttons, toolbars, and grid controls), graphics classes, data access classes, and abstractions of server-side technologies for building scalable, middle-tier business logic.
  • Build thin-client Web applications using Java classes that generate client- and server-side Dynamic HTML on the fly.
  • Create components with WFC that can be installed on the Toolbox and used to visually construct applications and other components.
  • Simplify the deployment of Web applications using WFC controls that can be downloaded and used without requiring client-side registration.
  • Slash development time by reusing thousands of ActiveX® Controls and incorporating premade business logic.
  • Export components as ActiveX Controls that can be used from within the most popular Windows-based applications.
  • Turn any Java class into a first-class COM component providing fast development of server-side business logic.
  • Find, track, catalog, and reuse application components with the integrated Visual Component Manager.
  • Increase your programming productivity.

    • Quickly create Windows-based applications and components using a drag-and-drop RAD environment.
    • Build and deploy complete Web solutions using the integrated Visual HTML Designer and scripting tools.
    • Increase development speed with IntelliSense® Technology that provides on-the-fly syntax and programming assistance such as Statement Completion, Quick Info, and DataTips® pop-up information.
    • Take complete control with two-way tools that provide synchronization between the visual designer and generated source code.
    • Graphically design menus for a more polished, shipping-quality appearance to applications.
    • Annotate and prioritize source code using TODO comments and track them using the Task List.
    • Easily inspect, search, and navigate object-oriented code using the Object Browser.
    • Get a jump start on the development process using the powerful Application Wizard and Class Builder.

    Harness the power of the ActiveX Data Objects (ADO) framework to build high-performance, scalable database solutions.
  • Access a variety of data sources using ADO, including Jet, SQL ServerTM, and Oracle.
  • Use the DataGrid, DataNavigator, and other WFC data controls to visually construct powerful database applications.
  • Use the WFC data-binding component to make any control data-aware.
  • Quickly construct database applications using the Data Form Wizard.
  • Build "connectionless" applications that allow users to persist data on the client machine, disconnect from the network, update the data, and automatically synchronize on reconnect.
  • Quickly create, update, and view database tables and visually design SQL queries within the RAD environment.
  • Find and fix errors fast using the integrated graphical debugger, which includes support for multithreaded debugging, exception handling, conditional breakpoints, drag-and-drop watch windows, and more.
  • Seamlessly step between HTML, script, and Java code with cross-language debugging, offering a complete debugging solution for Web-based Java projects.
  • Tame the process of debugging multithreaded applications using the Thread View, which helps simplify and organize the threads of execution within an application for easier examination.
  • Catch application errors even if the debugger isn't running! Just-In-Time debugging automatically invokes the debugger on application errors and displays the line of code causing the problem.
  • Debug client/server solutions with cross-process and remote debugging, including the ability to debug middle-tier business logic running in Microsoft Transaction Server on Windows NT®.
  • Reduce the cost of software distribution and configuration with one-button deploy that delivers an entire application to a remote file or Web server.
  • Generate Windows EXE or DLL files, signed or unsigned CAB files, and ZIP files for the easy way to package and distribute code modules.
  • Browse remote servers using the Deployment Explorer and quickly deploy an application.
  • Easily apply digital certificates to ensure end users of safety and security when downloading an application.
  • Build on a world-class platform using the power and reliability of industry standard tools. Microsoft Visual J++ tightly integrates with the Microsoft BackOffice® family, which provides a dependable and safe environment for robust enterprise applications, whether stand-alone, for intranets, or for the Internet.
  • Build better solutions using the Windows NT 4.0 Option Pack. Microsoft Transaction Server 2.0, Microsoft Internet Information Server 4.0, and Microsoft Message Queue Server let you build sophisticated, multiuser business applications for the Web, a LAN, or both.
  • Use Microsoft® SQL Server™ 6.5 Developer Edition, a scalable, high-performance database management system for Windows NT- based systems, to prototype and test enterprise applications.
  • Secure your source code using the Microsoft Visual SourceSafe™ version control system. It provides an easy-to-use, secure, project-oriented version control. Now any size team can increase productivity and easily protect documents, source code, and content for the Web or PC.
  • Visual J++ - Six Video Set

    kyvj6a

    $449.95

    Visual J++ 6.0 Training Videos

    Level 1 (1 Hour 44 Minutes)

    1.0 Introduction to J++ (13 Minutes)
    1.1 What is Java?
    1.2 J++ verses Java
    1.3 J++ verses Visual Basic
    1.4 J++ verses C++
    1.5 The future of J++
    2.0 Visual Studio 6.0 IDE (36 Minutes)
    2.1 What is a project?
    2.2 Project Explorer
    2.3 Form Designer & Properties Window
    2.4 Text Editor
    2.5 Integrated Debugger
    2.6 What is a Solution?
    3.0 Platform Choices (6 Minutes)
    3.1 Java Application
    3.2 Java Applet
    3.3 Windows Application
    3.4 ActiveX Application
    3.5 Code-behind HTML (IE)
    3.6 Active Server Pages (ASP)
    4.0 Windows Event Handling (25 Minutes)
    4.1 Click
    4.2 Enter
    4.3 Leave
    4.4 KeyUp
    4.5 MouseEnter
    4.6 MouseLeave
    5.0 Authoring an Active X Control (15 Minutes)
    5.1 What is an ActiveX Control?
    5.2 Creating your project & Building your control
    5.3 Writing your code
    5.4 COM Class Properties & Compiling your code
    5.5 Accessing your J++ control from Visual Basic
    6.0 Technologies you Will Learn (7 Minutes)
    6.1 WFC for Java
    6.2 J/Direct
    6.3 ActiveX
    6.4 Distributed interNet Architecture
    6.5 Three-Tier Database Architecture
    6.6 Active Server Pages (ASP)
    6.7 Transaction Server (MTS)

    Level 2 (1 Hour 52 Minutes)

    1.0 Case Studies You Will Learn (5 Minutes)
    1.1 Calculator
    1.2 Internet Chat Server
    1.3 Internet Chat Client
    1.4 Web Mail Reader
    1.5 Sales & Inventory Database
    1.6 e-Commerce Server
    2.0 The Java Language (2 Minutes)
    2.1 Elements of the Java Language
    3.0 Primitive Data Types (34 Minutes)
    3.1 boolean
    3.2 byte
    3.3 char
    3.4 short
    3.5 int
    3.6 long
    3.7 float
    3.8 double
    4.0 Operators (30 Minutes)
    4.1 Arithmetic
    4.2 Unary
    4.3 Boolean
    4.4 Binary
    5.0 Flow Control (31 Minutes)
    5.1 if/else
    5.2 switch
    5.3 while
    5.4 do/while
    5.5 for
    6.0 Functions (9 Minutes)
    6.1 Defining a Function
    6.2 Variable Scope

    Level 3 (1 Hour 44 Minutes)

    1.0 Classes (27 Minutes)
    1.1 Identifier
    1.2 Block
    1.3 Constructor
    1.4 Destructor
    1.5 Accessor
    1.6 Mutator
    1.7 Keyword: This
    2.0 Object Oriented Programming (OOP) (14 Minutes)
    2.1 Inheritance
    2.2 Overloading
    2.3 Polymorphism
    2.4 Keyword: super
    3.0 Packages (12 Minutes)
    3.1 What is a package & Building a package
    3.2 What is a CLASSPATH?
    3.3 Reusing a package
    3.4 ActiveX compared
    4.0 Case Study: Calculator (26 Minutes)
    4.1 How do I build a calculator?
    4.2 Building the user interface
    4.3 Writing the code
    4.4 Adding a menu bar
    5.0 Online Help Documentation (9 Minutes)
    5.1 What is MSDN?
    5.2 Finding what you need
    6.0 String Manipulation (14 Minutes)
    6.1 Length
    6.2 Substring
    6.3 The StringTokenizer and Parsing Text

    Level 4 (1 Hour 59 Minutes)

    1.0 Exception Handling (14 Minutes)
    1.1 What is an Exception?
    1.2 Try/catch
    1.3 Finally
    1.4 Throw
    2.0 File I/O (18 Minutes)
    2.1 What is a file?
    2.2 Reading a filing
    2.3 Writing a File
    3.0 Network I/O (18 Minutes)
    3.1 What is a socket:
    3.2 Client socket
    3.3 Server socket
    4.0 Multithreading (17 Minutes)
    4.1 What is a thread?
    4.2 Starting a thread
    4.3 Thread Arrays
    4.4 Thread Priority
    4.5 Stopping a Thread
    4.6 High Performance
    5.0 Case Study: Internet Chat Server (50 Minutes)
    5.1 How do I build a chat server
    5.2 Creating a Console Application
    5.3 Writing the code
    5.4 Designing the Network hub

    Level 5 (2 Hours 3 Minutes)

    1.0 Applets (19 Minutes)
    1.1 What is an Applet?
    1.2 Creating an Applet Project
    1.3 Writing Your Code
    1.4 Life Cycle of an Applet
    2.0 Case Study: Internet Chat Client (43 Minutes)
    2.1 What is a Chat Client?
    2.2 Writing the Code
    2.3 Network Sockets in Applets
    2.4 Placing Applets in HTML
    3.0 Deploying Your Application (14 Minutes)
    3.1 Why do I need to deploy my Application?
    3.2 Defining your target server
    3.3 Release versus Debug Mode
    4.0 ActiveX COM DLL (30 Minutes)
    4.1 What is a ActiveX COM DLL?
    4.2 Creating a COM Project
    4.3 Writing the Code
    4.4 Registering the Component
    4.5 Accessing the Component from Visual Basic
    4.6 Accessing a Visual Basic Component in J++
    5.0 J/Direct (15 Minutes)
    5.1 What is J/Direct?
    5.2 J/Direct call Builder
    5.3 Calling the Windows API from J++

    Level 6 (2 Hours 23 Minutes)

    1.0 Visual InterDev (1 Hour 2 Minutes)
    1.1 InterDev and J++
    1.2 What is Internet Information Server? (IIS)
    1.3 What is Active Server Pages(ASP)
    1.4 What is Visual InterDev?
    1.5 What is Transaction Sever? (MTS)
    1.6 Developing & Accessing MTS Components
    1.7 What is Microsoft DNA?
    2.0 Integrated Debugger (16 Minutes)
    2.1 Setting Break Points
    2.2 Stepping through your code
    2.3 Monitoring Objects
    3.0 Case Study: Web Mail (43 Minutes)
    3.1 What is a mail reader?
    3.2 What is Pop? Authoring a Pop & ActiveX COM DLL
    3.3 Authoring a Mail Reader
    4.0 Case Study : e Commerce (9 Minutes)
    4.1 What is e-commerce?
    4.2 What is an electronic shopping cart
    4.3 Authoring an ActiveX Shopping Cart & Building a Storefrontal w/Visual InterDev
    5.0 Case Study: Sales & Inventory Database (3 Minutes)
    5.1 What data needs to be tracked
    5.2 Inventory Table
    5.3 Sales Table
    6.0 ActiveX Data Objects (ADO) (8 Minutes)
    6.1 What is ADO?
    6.2 Connection
    6.3 Command
    6.4 Recordset
    6.5 Writing the Data Access Code
    6.6 Three Tier Database Architecture

    Order the Six Video Set

    kyvj6a

    $449.95

    | Home Page | Product List |
    |
    A+ Certification | Access | CDi Cisco Certification | Classes | Desktop Publishing |
    Flash Macromedia | Illustrator | Linux | Lotus Notes Training | MCDBA | MSCD Certification |
    | MCSE Certification Training | MOUS MOS Certification Training | Microsoft Office Training |
    |
    PageMaker | Photoshop Adobe | PowerPoint | Programming | QuarkXpress | Quickbooks |
     Visual Basic | Web Training | Word |

    This study guide and/ or material is not sponsored by, endorsed by or affiliated with Cisco Systems, Inc. Cisco®, Cisco Systems®, CCDA™, CCNA™, CCDP™, CCNP™, CCIE™, CCSI™, the Cisco Systems logo and the CCIE logo are trademarks or registered trademarks of Cisco Systems, Inc.

    CDi

    sales@cdicomp.com
    webmaster@netwind.com
    Copyright  © CDi Communications Inc 1996-2004

    *30-Day Guarantee applies only if products purchased are returned with 50% of product unopened. For example if product purchased contains 6 videos, 3 must remain unopened.