Duration:
4 days • Price:
£1340.00 +VAT (with hotel room), or
£1100.00 +VAT (without room), •
Venue:
Melksham, Wiltshire
COURSE START DATES
| • Tuesday 27 May 2008 | • Monday 15 September 2008 |
Check availability / book [
Link]
DESCRIPTION
This course introduces you to the Java programming
language, and its Internet and intranet use.
The course starts with an introduction to the terminology and structure of
Java, so that you know your applet from your servlet, and the
difference between a JSP, a JVM and a JRE. We then go on to cover the fundamentals
of the Java language - comments, compiling, variables, constants, statements,
declarations, conditionals, loops, arrays, etc.
Java is an object oriented language; the course briefly covers the
principles of object orientation before it goes on to cover the definition
and creating of classes of objects, and the use of standard classes. We
look at static and dynamic methods, extending classes to create subclasses
via inheritance, polymorphism, overloading ... as well as constructors,
destructors, inner classes and much more.
It's important that you manage your design and code in an object
oriented language, and the course moves on to briefly introduce
design principles, such as UML, before spending rather longer on
Java-specific topics such as packages, beans, levels of access
to variables, jars, classpaths, and so on.
Handling text through string objects, and using standard collection
objects such as vectors, stacks and hashtables is covered once you
have a good grounding in how Java's objects work. We also cover
input, output and exception handing in some depth on this section
of the course. Threads, serialisation, synchronisation and
internationalisation will also be overviewed.
If you're going to be writing Java applications to run on a web
server, you'll need to know about servlets and probably JSP as
well; the course goes on to cover those subjects, giving you the
opportunity to write practical examples to have a Java program
look up information for Web presentation from a server-based
resource. The course also covers JDBC, through whihc Java
interfaces to databases such as MySQL and Oracle.
The course concludes with a section on resources that are available,
and a forward-looking lecture that overviews many more of the
facilities available in Java, and what they can do for you.
PREREQUISITES
This is a conversion course for delegates
who are already experienced in at least one other programming
language such as C, C++, Visual Basic, JavaScript, Python, Ruby,
Fortran or Perl. It is not intended as a course on which you
can learn to program from scratch.
Getting the most from your Well House Consultants course
[
Link]
SUBJECT BACKGROUND
The Java language is now firmly established in a wide variety
of applications, with an incredible range of facilities and options
available to go with it. One of the most common uses of Java
programs is on a web server, where "Servelets" or "JSP"s provide
the logic behind web based applications from banking to weather
forecasting, and from government sites through scientific research.
COURSE CONTENT
Shorter description available: [Link]
| Java Introduction (module J601) Java source, compiler and class files.
The Java interpreter and virtual machine.
Applets, servlets, Java Server Pages and applications.
Java enabling other devices. |
| Hello Java World (module J702) Basic program structure. First Output.
Sequence of statements. Comments. |
| Variables (module J703) What is a variable?
Declarations.
Constants.
Calculating with variables.
Printing variables.
More variable types and flexible declarations and calculations.
Casting and functions.
Reading into a variable. |
| Loops and Conditional Statements (module J704) Booleans.
If statement.
While and for loops.
Labels and breaks.
Variable scope. |
| Arrays (module J705) Definition and declaration.
Use.
Array manipulation and replacement.
Multidimensional arrays. |
| Object Orientation: Individual Objects (module Q906) History - unstructured and structured code.
Introduction to object oriented programming.
Classes and methods.
Static and nonstatic.
Instances, constructors and destructors.
Overloading.
Accessing members of a class.
Loading and using classes.
Direct access to variables.
Encouraging class use. |
| Objects and Classes (module J706) Overview.
Defining and using a method.
Defining a class.
Constructors.
Instance variables.
Static methods and variables.
Direct variable access.
Parameters.
Overloading and multiple constructors. |
| Strings (module J707) Character variables.
String constants.
Creating string objects.
Operations on strings.
Comparing strings.
Accessing characters within strings.
StringBuffers. |
| Packages (module J708) Overview.
Package directory structure.
Importing classes from a package.
Introduction to standard packages.
Packages, jars, wars, CLASSPATHS etc. |
| Class Access (module J709) Private, public, package and protected.
Inner classes.
finalize method. |
| Object Orientation: Composite Objects (module Q909) Review of object orientation basics.
Inheritance.
Base classes and subclasses.
Overriding and abstract classes.
Polymorphism.
Inheritance structure.
Multiple inheritance and alternatives.
Class structure.
Hierarchy and visibility.
A note on design. |
| Extending Classes and More (module J710) Deriving a new class from an existing one.
Inheriting methods and members.
Polymorphism.
The universal superclass.
Abstract classes.
Interfaces.
The final modifier. |
| Object Orientation: Design Techniques (module Q907) Overview - why design?
Some basics.
OOD, OOA, OOP.
Waterfall, spiral and Incremental models.
Informal techniques.
Micro, macro and specification.
Formal methods.
Booch, Yourdon and the OO design wars.
Unified Modeling Language (UML).
Views, diagrams, model elements and general mechanisms.
Extending UML - stereotypes, tagged values and constraints.
Functions of tools such as Rational Rose.
Drawing support, model repository, navigation, code generation.
Configuration, version control and associated tools. |
| Exceptions (module J712) trying and catching.
throwing.
finally.
Defining your own exceptions. |
| More Input and Output (module J713) Overview.
The wellreader class.
Input / output from basics.
Streams.
Writing to a file.
Formatted output.
Reading from a file. |
| Fundamental classes (module J714) Fundamental packages.
Data type wrappers - why, methods available.
Math functions.
External low-level calls - System, Process, etc.
System properties.
Garbage collection and finalization.
Vectors, stacks, hashtables and enumerations.
The String Tokenizer.
Collections and iterators.
ArrayLists, HashMaps and HashSets.
Sorting in Java.
Comparator classes and the comparable interface. |
| Servlets (module J901) Java Servlet Development Kit.
Applet v Servlet (v ASP v CGI!); SSI.
JSP (Java Server Pages).
"Hello World" servlet.
Tracking sessions (state).
Graphics from a servlet. |
| JSP - JavaServer Pages (module J907) Introduction.
The Structure of a JSP page.
What basics can I put in my HTML?
Entering data into a form.
What happens to the form data?
What happens next?
How To create a form.
A simple "Hello" application.
Constructing the HTML form.
Using the GET and POST methods.
Writing the bean.
Getting data from the form to the bean.
Checking the request object.
Getting data from the bean to the JSP page.
How to run the example.
Using scripting elements.
How to add scripting.
The difference between <%, <%=, and <%!
Using scripting elements in a JSP file.
Mingling scripting elements with tags.
When are the scripting elements executed?
How to run the examples. |
| Java Roadmap - Beyond the Fundamentals (module J606) Java releases.
Java Runtime Environments.
"Stand Alone" Java programs.
Java servlets.
Java Server Pages.
Other JREs.
Application Programmer Interfaces (APIs).
Useful "basic" classes.
The Java foundation classes.
The Threads API.
JDBC.
RMI.
Java beans.
Enterprise beans.
JNDI.
Synchronized.
Serializable and transient.
jars.
Ant.
Java Enterprise.
Summary. |
| Servlets in More Detail (module J906) Reading from a form.
The life of a servlet.
Maintaining state.
Programming techniques.
Other facilities of servlets. |
TUTOR and COURSE AUTHOR
Graham Ellis -
graham@wellho.net [
email] [
about Graham]
VENUE
Melksham, Wiltshire
Public courses run at
Well House Manor - our own
purpose fitted training centre and business hotel / conference centre in
Melksham.
• Download Melksham Map - [
pdf file (750k)] • Google Map - [
Link]
PRICE
| 1 student |
2 students |
3 students |
For 4 or more students
from the same company,
please consider a private course. |
With hotel room £1340.00 (£1574.50 inc VAT) Without room £1100.00 (£1292.50 inc VAT) |
With hotel rooms £2580.00 (£3031.50 inc VAT) Without rooms £2100.00 (£2467.50 inc VAT) |
With hotel rooms £3820.00 (£4488.50 inc VAT) Without rooms £3100.00 (£3642.50 inc VAT) |
Notes:
• Multiple discount applies to bookings for second and subsequent delegates on the same running of a course, and on same order.
• Hotel rooms are available for arrival the night before the course starts, for departure after the end of the course on the last day.
|
FOLLOW UPS
Upon completion of your course, you'll have online access to the source code of
all the examples from the course, and you'll have access to the "Opentalk" forum
where you can raise questions. We also encourage you to email the tutor, and
to visit us again to use our library as appropropriate.
Certification? - [
Link]
FOR FURTHER INFORMATION
Public (scheduled) courses --
http://www.wellho.net/course/ctc.html
For more information about our public courses in general, such as class size, course times, materials provided, special requests, accommodation list, finding our centre, etc.
Terms and Conditions --
http://www.wellho.net/net/terms.html
Covering topics such as delegate substitution, payment, cancellation policy and other matters.