|
Home Page
Contact Us
Online .NET Training
Register for a Class
Agile CT UserGroup
|
|
Recent .NET Training Clients
|
|
|
5-Day ASP.NET Training .NET 3.5 Developer Hands-On BOOTCAMPs
|
ASP.NET Training 5-day BOOTCAMP using C#.NET™
NewTech's intense hands-on ASP.NET Training with C#.NET, using the current version, in a comprehensive 5-day format.
|
ASP.NET Training 5-day BOOTCAMP using VB.NET™
NewTech's intense hands-on ASP.NET Training with VB.NET, using the current version, in a comprehensive 5-day format.
|
1-Day .NET 3.5 Training: AJAX & LINQ Hands-On Training
|
AJAX Training Hands-On
1 intense hands-on day of AJAX training in .NET
|
LINQ Training Hands-On
1 intense hands-on day of LINQ training under .NET
|
4-Day .NET Training Windows Forms Hands-On BOOTCAMPs
|
VB.NET Training BOOTCAMP™
4 Days of expert hands-on Windows Forms training using VB.NET
|
C#.NET Training BOOTCAMP™
4 Days of intense hands-on Windows Forms training using C#.NET
|
Other Microsoft Developer Training We Offer:
|
ASP Training/ Web Development BOOTCAMP™
4 intense days of ASP training using Visual Interdev...includes JavaScript, DHTML
|
VB Training Intro ASAP™
VB6 Intermediate Bootcamp is going from a 4-Day BOOTCAMP-style to a single day seminar-style (ASAP) lecture.
|
VB Training Advanced BOOTCAMP™
The most advanced VB Training available, recently updated to include XML with DOM and SAX
|
|
Quick .NET Training for Developers
|
VB.NET Training ASAP™
1 intense day of essentials
|
ASP.NET Training ASAP™
1 day fast-forward ASP.NET
|
C# Training ASAP™
1 day of full immersion C#
|
|
Quick .NET Training for IT Managers
|
.NET vs. Java Platform Technology Overview
1 day of intense compare and contrast
|
.NET Training: The 1-day .NET for Managers (with some hands-on)
The 1-day seminar that completely DEMYSTIFIES .NEt technology, for MANAGERS
|
|
'ASAP' OOP Training and UML Training
|
UML Training ASAP™
1-day full-immersion course in UML-based Systems Design
|
OOP Training ASAP™
1-day full-immersion course in Object Oriented Programming Concepts
|
|
Cities Where We Delivered ONSITE .NET training recently:
|
Washington,DC
New York City,NY
Philadelphia ,PA
Los Angeles ,CA
Chicago ,IL
Houston ,TX
Phoenix ,AZ
Philadelphia ,PA
San Antonio ,TX
San Diego ,CA
Dallas ,TX
San Jose ,CA
Detroit,MI
Jacksonville ,FL
Indianapolis,IN
San Francisco ,CA
Austin ,TX
Memphis ,TN
Fort Worth ,TX
Baltimore,MD
Charlotte ,NC
El Paso ,TX
Milwaukee ,WI
Boston ,MA
Seattle ,WA
Washington ,DC
Denver ,CO
Louisville ,KY
Las Vegas ,NV
Nashville ,TN
Oklahoma City ,OK
Portland ,OR
Tucson ,AZ
Albuquerque ,NM
Atlanta ,GA
Long Beach ,CA
Fresno ,CA
Sacramento ,CA
Mesa ,AZ
Kansas City ,MO
Cleveland ,OH
Virginia Beach, VA
Omaha ,NE
Miami ,FL
Oakland ,CA
Tulsa ,OK
Honolulu,HI
Minneapolis ,MN
Colorado Springs ,CO
Arlington ,TX
Wichita ,KS
Raleigh ,NC
Santa Ana ,CA
Anaheim ,CA
Tampa ,FL
Cincinnati ,OH
Pittsburgh ,PA
Bakersfield ,CA
Aurora ,CO
Toledo ,OH
Riverside ,CA
Stockton ,CA
Corpus Christi ,TX
Newark ,NJ
Anchorage ,AK
Buffalo ,NY
St. Paul ,MN
Lexington ,KY
Plano ,TX
Fort Wayne ,IN
St. Petersburg ,FL
Glendale ,AZ
Jersey City ,NJ
Lincoln ,NE
Henderson ,NV
Chandler ,AZ
Norfolk,VA
Greensboro ,NC
Scottsdale ,AZ
Baton Rouge ,LA
Birmingham ,AL
Madison ,WI
New Orleans ,LA
Chesapeake ,VA
Orlando ,FL
Garland ,TX
Hialeah ,FL
Laredo ,TX
Chula Vista ,CA
Lubbock ,TX
Reno ,NV
Akron ,OH
Durham ,NC
Rochester ,NY
Modesto ,CA
Montgomery ,AL
Fremont ,CA
Shreveport ,LA
Arlington ,VA
Glendale ,CA
San Bernardino ,CA
Worcester ,MA
Providence ,RI
|
|
|
|
Click here to check out our 1-Day Java Training and JSP
Training and Weblogic training courses
“…This class was much better than previous developer courses
I have taken…the instructor totally knew his material.” -Shawn
Young, US NAVY
“I definitely feel I got a lot out of this Java training
class. I feel I will be able to actually write and comprehend Java programs
as needed.” – Mike
Hixson, US NAVY
Java Training Course Name: Java Bootcamp
Brief Java Training Course Description: This training is focused on Java fundamentals.
The content consists of an overview of the development environment, writing classes,
using variables, writing methods, debugging, exception handling, file I/O, and
Swing.
This is a highly flexible course that offers material for both beginners
and seasoned developers. We customize it for each audience. The course
covers topics such as: J2EE, Java API’s, Classes, Java Syntax, Error Handling,
GUI design, File I/O, Data Access
with JDBC.
Java Training Duration: 4 Full Days
Java Training Format: Instructor-led, hands-on exercises
Java Training Prerequisites: Basic programming knowledge is advised.
Assumed Audience for This Java Training: Anyone who is new to the Java language and needs instruction on the fundamentals of writing Java based applications.
Java Training Course Materials: 500+ pg. text on Java, Resource Pack with CD
Java Training Course Description Summary: This is a fast paced, intense
BOOTCAMP-style Java training course on the fundamentals for programming with the Java™ language. The first day explains
the development environment, classes, variables, and methods. The second day
focuses more on control flow, exception handling, file I/O and Swing.
The remaining days of the course cover core advanced topics.
Java Language Overview
- History of Java
- Java Versions and the Sun Java Development Environment (JDK)
- Java Strategy: Platform Independence -- “Write once, run anywhere” approach
- Java Virtual Machine (JVM) explained.
- Bytecode, Native Code and the Java ‘sandbox’
- Integrated Development Environments for Java
The Java Training Intro
- Object Oriented programming concepts in Java
- What are objects? Class instances
- Java API compared to other languages
- Java packages: importing and using
-
Integrated Development Environments for Java
- Visual Age for Java
- Forte
- WebSphere Studio
- JBuilder
- Eclipse
- Detailed look at Java Training IDE for this class
OOP Classes in Java - And Why You Care
- Class Structure, Class Declaration
- Constructors – every detail
- Methods – Explained
- Member Variables - Explained
Java Training : Language, Syntax, Operators, and Variables
- Comments in Java Code
- Declaring and initializing Java variables
- Variable scope rules
- Literal types and reference types in the Java language
- Coding and Naming conventions in Java
- Proper use of Control Flow -- if, switch, for, while, do
- Operators, Casting
- Arrays: Declaring and creating arrays
- Using Arrays
- Access modifiers
- Use of the “static” keyword
- Use of the “this” keyword
Advanced Java Class Design
- Inheritance in Java
- The “extends” keyword
- The Java “super” keyword
- Use of Public and Private on the Base Class and Sub Class
- Abstract Classes and the implements keyword
- Inner classes
Java Exceptions and Error Handling
- Exceptions and Error Handling
- Try, Catch and Finally
- Throwing Exceptions
- Identify common types of exceptions and exception categories
- Best practices
Input/Output (I/O) in Java
- Working with Streams in Java
- Reading from a file
- Writing/modifying a file
- Reading and writing text to file streams in Java
- File path manipulation: copy, create, move, delete
- Working with a properties file.
GUI Design in Java with Swing (the JFC)
- Differences between Swing and AWT
- Understanding the AWT event model
- Fundamental Swing components
- JTextField, JLabel, JFrame, JPanel
- JTable, JApplet, JMenu, etc.
- Demystifying the Layout Managers
- Enabling Threads to interact with Swing components
- Best Practices for Swing application design
Threading in Java
- Extending the Thread class
- Implementing the Runnable interface
- A look at the run method
- The life cycle of a thread in Java
- Thread Priority
- Synchronizing Threads
- Grouping Threads
Java Training : The JDBC 2.0 API
- What does the JDBC API do?
- JDBC Drivers: what are they and how can they be obtained
- JDBC vs ODBC and UDA
- Two-tier and Three-tier models.
- SQL overview: writing effective SQL statements
Establishing Database Connections in Java
- Overview of Drivers: what are they? how are they used?
- Loading a driver
- JDBC-ODBC Bridge: when to use and why?
- Opening a connection in Java
- JDBC URLs
- Connection Events: a look at the connection event model
- DriverManager Object
Creating JDBC Statements in Java
- Prepared Statements: when to use them
- Creating Prepared Statements in Java
- Supplying arguments for a Prepared Statement
- Batch Updates
- In-Line SQL vs Stored Procedures
The Java Processing of a ResultSet
- Cursors, cursor movement
- Types of ResultSets
- Manipulating a ResultSet
- ResultSet methods
- Scrollable and Updateable ResultSets
Working with MetaData in Java
- ResultSetMetaData Object Overview
- ResultSetMetaData Methods
- ResultSetMetaData Fields
Java Processing of the RowSet ObjectRowSet Object
- Overview of the RowSet object
- RowSet properties
- Traversing a RowSet
- RowSet Methods in Java
- RowSet Event Model
Java and Core XML (Based on the W3C)
- History of XML
- Rules for creating an XML document
- Creating a "Well Formed" document
- When and when not to use XML in an application
- Applying a DTD - using the <!DOCTYPE> Tag
- Elements - using the <!ELEMENT> tag
- Attributes - using the <!ATTLIST> tag
- What is an XML Schema; using XML in Java
- Namespaces – using namespaces to differentiate tag names
- Data Types – using the predefined data types
- Complex Types – understanding and building complex types
- Simple Types – understanding and building simple types
- Setting restrictions for the XML document – using FACETS
XML DOM
- What is DOM?
- When to use DOM: Advantages, disadvantages
- Practical uses
- Tree Structures – Using DOM to traverse an XML document
- Programming XML Data Structures
- Using DOM in a Java class file
- Creating XML documents using the DOM
- DOM and Databases - A powerful combination
- XSLT overview
- Using XSLT with DOM in an application
SAXSAX
- What is SAX?
- When to use SAX: Advantages, disadvantages
- Serial processing - as opposed to object models
- Practical uses
- DocumentHandler – processing elements, attributes
- ErrorHandler - trapping errors
- DTDHandler - Reading the DOCTYPE information
- EntityResolver - Effective Processing of entities
- Data extraction using SAX
- Creating an XML document using SAX
We do tailor this Java training to your precise requirements
upon request.
To customize anything you see here please Contact Us.
When the student leaves the course... the developer/student will
be knowledgeable in creating Java™ classes, and coding the Java™ syntax
with confidence. The student completing this Java training will be
able to expertly write File
I/O
processes
and
create
Graphical
User Interfaces with SWING.
Click here to Contact
Us.
Click here for Pricing.
Click here to see our 1-Day Java Training and JSP Training.
“This was excellent content, well presented with the right amount
of exercises.” – Hoyt Davis, US NAVY
“This was not any easy class and the instructor provided all the info I
needed to get, in an easy-to-understand format….This was a very good class!” --
Czeslawa McDonald, SODEXHO USA
|
ViewPoints Essays
Contact Us
Search ANY Site
Register for a Class
Agile .NET Blog
|
Online .NET 3.5 training Instructor-Led .NET 3.5 Training Online
|
ONLINE .NET 3.5 training online, instructor-led
NewTech's comprehensive hands-on, online .NET 3.5 training BOOTCAMP, using C#.NET and VB.NET, in a fast-paced 5-day hands-on format. |
ONLINE ASP.NET training online, instructor-led
NewTech's intense hands-on, online ASP.NET training BOOTCAMP, using C# & VB.NET, in a comprehensive 5-day format. |
Online .NET Training 1-Day Hands-On .NET Training Online
|
online .NET for Managers training online
This is THE online .NET training class for project managers. The format is 1-day, seminar, with optional hands-on. Looking for online .NET manager training? This is it!
|
online LINQ .NET training online, scheduled, instructor-led
NewTech's intense 1-day hands-on .NET online LINQ training program, using C#.NET and VB.NET, includes hands-on exercises, 500+ page book, and 30 days of tech support.
|
|
Hands-On Java Training and JSP Training
|
Java Training BOOTCAMP™
Intense Java training for pro developers new to Java
|
JSP Training BOOTCAMP™
The most comprehensive JSP training & Servlet training on the market today
|
|
Quick Java and JSP Training for Developers
|
Java Training ASAP™
One code-intense day of lecture in Java fundamentals
|
JSP Training ASAP™
One code-intense day of lecture in JSP & Servlets
|
|
Quick Java & JSP Training for IT Managers
|
Java Training: Technology Platform Overview
For IT managers and developers new to the Java platform
|
.NET vs. Java Training: Platform Technology Overview
1 day of intense platform compare-and-contrast
|
BEA Weblogic Overview™
One day of lecture in J2EE fundamentals using BEA Weblogic
|
|
Perl Training
|
Perl Training BOOTCAMP™
Four-day hands-on training, for pro developers new to Perl programming
|
|
Other Developer Training We Offer
|
|
Can't find the class you want on the schedule? We offer lots of additional training for developers and managers. Check our extensive list of additional training here
|
ASP.NET Training BOOTCAMP™
Four-day hands-on training, for pro developers new to ASP.NET
|
|
.NET and Java Help, AFTER Training
|
Architecture and Mentoring
System design and coaching for your team
|
Staff Augmentation
Horsepower to complete your projects on time
|
Off-Site Technical Services
Development of your apps on time and on budget
|
|
|
|