DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Technology Java Course 15: Ant, Scripting, Spring, Hibernate

1. Java course - IAG0040Advanced stuff:Ant, Scripting, Spring, HibernateAnton Keks2011 2. Ant ● Ant == Another Neat Tool, http://ant.apache.org/ ● In short, it is a cross-platform…

Technology Java Course 11: Design Patterns

1. Java course - IAG0040 Design PatternsAnton Keks 2011 2. The Increasing Complexity Complexity of software systemsTime New programming paradigms Higher level of abstraction…

Technology Java Course 3: OOP

1. Java course - IAG0040 More Java Basicsand OOPAnton Keks2011 2. Construction ● All objects are constructed using the new keyword – MyClass fooBar = new MyClass(); ●…

Technology Java Course 13: JDBC & Logging

1. Java course - IAG0040 JDBC & LoggingAnton Keks2011 2. JDBC ● Java DataBase Connectivity – The API for DB access from Java – Oriented towards relational databases…

Technology Java Course 8: I/O, Files and Streams

1. Java course - IAG0040 I/O, Files & StreamsAnton Keks 2011 2. File System ● java.io.File provides system-independent view of hierarchical pathnames (immutable) –…